Skip to content

Commit

Permalink
Add more details to running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Nov 22, 2023
1 parent ca7059c commit 7b0adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ One example of a job might be
mpiexec -n 5 path/to/hdspin -N 20 -l EREM -b 2.5 -t 6 -n 100 --seed=123
```

which will run the exponential random energy model with 20 spins with inverse temperature `beta=2.5`, for `1e6` timesteps and 100 tracers (with seed 123 for reproducibility).
which will run the exponential random energy model with 20 spins with inverse temperature `beta=2.5`, for `1e6` timesteps and 100 tracers (with seed 123 for reproducibility). The job will be split amongst 4 compute tasks with a single controller task (for 5 total).


# 📘 Post-processing
Expand Down

0 comments on commit 7b0adb6

Please # to comment.