From 7b0adb6df23f1285be790a05756d6b5c91721b21 Mon Sep 17 00:00:00 2001 From: Matthew Carbone Date: Wed, 22 Nov 2023 12:26:48 -0500 Subject: [PATCH] Add more details to running instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399650b..1d1d431 100644 --- a/README.md +++ b/README.md @@ -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