Skip to content

Commit

Permalink
Update super.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Apr 8, 2024
1 parent a067e33 commit c3fe660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jarvis/tasks/qe/super.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def runjob(self):
"outdir": "'./'",
"tstress": ".true.",
"tprnfor": ".true.",
"disk_io": "'nowf'",
"disk_io": "'low'",
# "disk_io": "'nowf'",
"pseudo_dir": None,
"verbosity": "'high'",
"nstep": 100,
Expand Down

0 comments on commit c3fe660

Please sign in to comment.