Changes
Page history
epd created page: VASP
authored
Jul 26, 2016
by
Doak, Peter W.
Show whitespace changes
Inline
Side-by-side
VASP.md
View page @
8abe95fa
...
...
@@ -16,7 +16,7 @@ for example you have 256 cores allocated
to run two separate batch jobs
```
shell_session
mpirun -x OMP_NUM_THREADS --mca btl self,sm,openib --map-by slot:SPAN --bind-to core
bash$
mpirun
-x
OMP_NUM_THREADS
--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 &
...
...
...
...