epd created page: VASP authored by Doak, Peter W.'s avatar Doak, Peter W.
......@@ -16,7 +16,7 @@ for example you have 256 cores allocated
to run two separate batch jobs
```shell_session
bash$ mpirun -x OMP_NUM_THREADS --mca btl self,sm,openib --map-by slot:SPAN --bind-to core
bash$ mpirun -x OMP_NUM_THREADS=1 --mca btl self,sm,openib --map-by slot:SPAN --bind-to core
--mca btl_openib_receive_queues S,9216,256,128,32:S,65536,256,128,32 --mca orte_base_help_aggregate 0
-n 128 -wdir ./First_VASP_Dir $VASP 2>&1 >vasp.out :
-wdir ./SecondVaspDir -n 128 $VASP 2>&1 >vasp.out &
......
......