mirror of
https://github.com/triqs/dft_tools
synced 2024-11-06 22:23:52 +01:00
10 lines
191 B
Bash
Executable File
10 lines
191 B
Bash
Executable File
#/bin/bash
|
|
|
|
NPROC=8
|
|
|
|
rm -f vasp.lock
|
|
stdbuf -o 0 mpirun -np $NPROC ~/Codes/vasp/build_20151202/vasp.5.4.2/build/std/vasp &
|
|
|
|
mpirun -np $NPROC ./run_build.sh sc_dmft.py $(jobs -p) || kill %1
|
|
|