Skip to content
Snippets Groups Projects
Commit 6d5b64f7 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Add new command-line arguments

parent 510bbef9
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,10 @@ To use the program `swiftmpistepsim` you need to select the step of interest
concatenate all the logs for that step into a single file. You can then
run using:
```
mpirun -np <nranks> swiftmpistepsim <step-log>
mpirun -np <nranks> swiftmpistepsim <step-log> <output-log>
```
which will output timings for the various MPI calls.
which will output timings for the various MPI calls and record a log
for the reproduction in the file `<output-log>`.
To simulate SWIFT we use three threads, which run simultaneously, one that
injects the MPI commands, i.e. initiates the interaction using calls to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment