3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-29 15:23:41 +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 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