Skip to content

Commit f7fddb1

Browse files
committed
Replaced path to VASP dir to path to VASP executable (GK)
1 parent 05f9ba5 commit f7fddb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shells/vasp_dmft.bash.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage: vasp_dmft [-n <number of cores>] -i <number of iterations> [-p <path to V
1818
"
1919
}
2020

21-
while getopts ":n:i:" opt; do
21+
while getopts ":n:i:p:" opt; do
2222
case $opt in
2323
n)
2424
# echo "Option: Ncpu, argument: $OPTARG"
@@ -79,7 +79,7 @@ echo " Number of iterations: $NITER"
7979
echo " Script name: $DMFT_SCRIPT"
8080

8181
rm -f vasp.lock
82-
stdbuf -o 0 $MPIRUN_CMD -np $NPROC "$VASP_DIR/vasp" &
82+
stdbuf -o 0 $MPIRUN_CMD -np $NPROC "$VASP_DIR" &
8383

8484
PYTRIQS=@CMAKE_INSTALL_PREFIX@/bin/pytriqs
8585

0 commit comments

Comments
 (0)