Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annereinarz authored May 31, 2024
1 parent 26d3e92 commit 2f81512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/dune-composites/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __call__(self, parameters, config):

self.write_coeffs_to_file("RandomFieldCoefficient/coeffs.txt", parameters)

os.system(f"mpirun --allow-run-as-root -np {mpiranks} ./ExampleScaling -stackingSequence {stackSeq} >> output.txt")
os.system(f"mpirun --allow-run-as-root --oversubscribe -np {mpiranks} ./ExampleScaling -stackingSequence {stackSeq} >> output.txt")

with open("output.txt", 'r') as file:
output_str = file.read()
Expand Down

0 comments on commit 2f81512

Please sign in to comment.