Skip to content

Commit fd0922d

Browse files
committed
new results file
1 parent 9fc4e6c commit fd0922d

14 files changed

Lines changed: 1005 additions & 208 deletions

docs/HPC_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ watch -n 10 "ls -1 results_JOBID | wc -l"
4747
4848
# Fetching the results once the job is done
4949
50-
scp -r kanagnostopoul@snellius.surf.nl:~/results_18532145 ~/Downloads/
50+
scp -r kanagnostopoul@snellius.surf.nl:~/CSS_Project/results/phase1_JOBID/ ./results/
5151
```
5252

5353
The jobscript template can be found in ```run_analysis.sh``` (default rome paritition).

models/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ def estimate_runtime(self, n_cores: int = 32) -> str:
197197
predator_birth=0.8,
198198
predator_death=0.05,
199199
n_replicates=30,
200-
warmup_steps=300,
201-
measurement_steps=500,
200+
warmup_steps=1000,
201+
measurement_steps=1000,
202202
collect_pcf=True,
203203
pcf_sample_rate=0.2,
204204
save_timeseries=False,

notebooks/cluster_powerlaw.png

1.74 KB
Loading
-123 KB
Binary file not shown.
-95.2 KB
Binary file not shown.
-200 KB
Binary file not shown.

notebooks/phase1.ipynb

Lines changed: 205 additions & 205 deletions
Large diffs are not rendered by default.

notebooks/phase1_summary.png

-10.1 KB
Loading
-70.5 KB
Binary file not shown.
-985 Bytes
Loading

0 commit comments

Comments
 (0)