3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-25 12:17:37 +02:00

Crucial fix to run_triqs template for parallel execution

This commit is contained in:
Priyanka Seth 2015-03-11 08:22:07 +01:00
parent e115b1ce42
commit 1a48a8afe1

View File

@ -154,7 +154,7 @@ while ($#argv)
shift; set next = $1; sb
# QDMFT
case -qdmft:
set qdmft=-qdmft; set NSLOTS = $1; sb
set qdmft=-qdmft; shift; set NSLOTS = $1; sb
# END QDMFT
case -hf:
set hf = -hf; sb