We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f9ba5 commit f7fddb1Copy full SHA for f7fddb1
shells/vasp_dmft.bash.in
@@ -18,7 +18,7 @@ Usage: vasp_dmft [-n <number of cores>] -i <number of iterations> [-p <path to V
18
"
19
}
20
21
-while getopts ":n:i:" opt; do
+while getopts ":n:i:p:" opt; do
22
case $opt in
23
n)
24
# echo "Option: Ncpu, argument: $OPTARG"
@@ -79,7 +79,7 @@ echo " Number of iterations: $NITER"
79
echo " Script name: $DMFT_SCRIPT"
80
81
rm -f vasp.lock
82
-stdbuf -o 0 $MPIRUN_CMD -np $NPROC "$VASP_DIR/vasp" &
+stdbuf -o 0 $MPIRUN_CMD -np $NPROC "$VASP_DIR" &
83
84
PYTRIQS=@CMAKE_INSTALL_PREFIX@/bin/pytriqs
85
0 commit comments