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
1 changed files with 1 additions and 1 deletions

View File

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