Skip to content

Commit

Permalink
Merge pull request #222 from ltimmerman3/master
Browse files Browse the repository at this point in the history
  • Loading branch information
phanish-suryanarayana authored Sep 19, 2024
2 parents e64b3d1 + bce9163 commit d3a8121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/SPARC_testing_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -3221,9 +3221,9 @@ def WriteReport(data_info, systems, isparallel, ifVHQ, isorient):
stderr=subprocess.DEVNULL,
check=True
)
cmd = 'srun '
cmd = 'srun -n 2 '
except FileNotFoundError:
cmd = 'mpirun '
cmd = 'mpirun -np 2 '
for systs in systems:
print(str(countrun)+": "+systs+" started running")
os.chdir(systs)
Expand Down

0 comments on commit d3a8121

Please sign in to comment.