Skip to content
Discussion options

You must be logged in to vote

It seemed like the second option was running on all 4 cores I requested. A hostfile was generated that listed 4 CPUs. The slowdown was also much more that I would expect from reducing the CPUs from 4 to 1.

The test that worked was:
#SBATCH --nodes=2
#SBATCH --cpus-per-node=4
#SBATCH --ntasks-per-cpu=1
Then I set mpi_env = openmpi-intra, n_cores=4 for DFT and dft_exec=mpirun with no additional tags. This grabbed CPUs all from one node automatically for VASP.

Thanks for your help!

Regards,
Ethan

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@EthanMakaresz
Comment options

@the-hampel
Comment options

@EthanMakaresz
Comment options

Answer selected by the-hampel
@EthanMakaresz
Comment options

@the-hampel
Comment options

@EthanMakaresz
Comment options

@the-hampel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants