mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
Crucial fix to run_triqs template for parallel execution
This commit is contained in:
parent
e115b1ce42
commit
1a48a8afe1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user