How to run Yambo in multiple cores/nodes
Posted: Thu Mar 06, 2014 4:07 am
Recently I am doing GW calculations of certain 2D materials and when I try to do parallel calculations by using Yambo, errors came out:
yambo : invalid option -- p
The corresponding submitted script to the PBS system is
#PBS -N dudulu
#PBS -l nodes=1:ppn=12
cd $PBS_O_WORKDIR
cp $PBS_NODEFILE node
/usr/local/mpich-1.2.7p1-ifc/bin/mpirun -np 12 -machinefile node /home/caowd/bin/yambo
This script works well in quantum-espresso, so I wonder why it fails in Yambo?
I am looking forwards to your response.
yambo : invalid option -- p
The corresponding submitted script to the PBS system is
#PBS -N dudulu
#PBS -l nodes=1:ppn=12
cd $PBS_O_WORKDIR
cp $PBS_NODEFILE node
/usr/local/mpich-1.2.7p1-ifc/bin/mpirun -np 12 -machinefile node /home/caowd/bin/yambo
This script works well in quantum-espresso, so I wonder why it fails in Yambo?
I am looking forwards to your response.