mirror of
https://github.com/triqs/dft_tools
synced 2024-12-21 11:53:41 +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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user