Impi+omp.conf: Difference between revisions

From VASP Wiki
(Created page with "# # define the commands that run vasp_std, vasp_ncl, and vasp_gam # nthrds=4 nranks=2 mpi="-np $nranks -ppn $nranks" omp="-genv OMP_NUM_THREADS=$nthrds -genv OMP_STACKSIZE=51...")
 
No edit summary
 
Line 1: Line 1:
<pre>
#
#
# define the commands that run vasp_std, vasp_ncl, and vasp_gam
# define the commands that run vasp_std, vasp_ncl, and vasp_gam
Line 11: Line 12:
export VASP_TESTSUITE_EXE_NCL="mpirun $mpi $omp $PWD/../bin/vasp_ncl"
export VASP_TESTSUITE_EXE_NCL="mpirun $mpi $omp $PWD/../bin/vasp_ncl"
export VASP_TESTSUITE_EXE_GAM="mpirun $mpi $omp $PWD/../bin/vasp_gam"
export VASP_TESTSUITE_EXE_GAM="mpirun $mpi $omp $PWD/../bin/vasp_gam"
</pre>

Latest revision as of 15:35, 3 February 2020

#
# define the commands that run vasp_std, vasp_ncl, and vasp_gam
#
nthrds=4
nranks=2

mpi="-np $nranks -ppn $nranks"
omp="-genv OMP_NUM_THREADS=$nthrds -genv OMP_STACKSIZE=512m"

export VASP_TESTSUITE_EXE_STD="mpirun $mpi $omp $PWD/../bin/vasp_std"
export VASP_TESTSUITE_EXE_NCL="mpirun $mpi $omp $PWD/../bin/vasp_ncl"
export VASP_TESTSUITE_EXE_GAM="mpirun $mpi $omp $PWD/../bin/vasp_gam"