Closed richelbilderbeek closed 4 years ago
Use the same DD settings, started run:
p230198@peregrine:pirouette_example_28 sbatch scripts/rerun.sh
Submitted batch job 9592512
Run failed, due to plotting on Peregrine.
Removed plotting and try again:
p230198@peregrine:pirouette_example_28 sbatch scripts/rerun.sh
Submitted batch job 9593530
p230198@peregrine:pirouette_example_28 cat slurm-9593530.out
[1] "1 / 5"
[1] "2 / 5"
[1] "3 / 5"
[1] "4 / 5"
[1] "5 / 5"
[1] "1 / 5"
Registered S3 method overwritten by 'pryr':
method from
print.bytes Rcpp
[1] "2 / 5"
[1] "3 / 5"
[1] "4 / 5"
[1] "5 / 5"
slurmstepd: error: *** JOB 9593530 ON pg-node006 CANCELLED AT 2020-02-17T12:13:07 DUE TO TIME LIMIT ***
###############################################################################
Peregrine Cluster
Job 9593530 for user 'p230198'
Finished at: Mon Feb 17 12:13:09 CET 2020
Job details:
============
Name : rerun.sh
User : p230198
Partition : regular
Nodes : pg-node006
Cores : 1
State : CANCELLED,TIMEOUT
Submit : 2020-02-17T11:42:11
Start : 2020-02-17T11:42:38
End : 2020-02-17T12:13:08
Reserved walltime : 00:30:00
Used walltime : 00:30:30
Used CPU time : 00:28:56 (efficiency: 94.86%)
% User (Computation): 97.46%
% System (I/O) : 2.54%
Mem reserved : 2000M/core
Max Mem used : 913.37M (pg-node006)
Max Disk Write : 0.00 (pg-node006)
Max Disk Read : 51.20K (pg-node006)
Set max time to 24 hours.
p230198@peregrine:pirouette_example_28 sbatch scripts/rerun.sh
Submitted batch job 9594109
Done!
These are 5 RNG seeds per setting.
Script needs a rewrite, so I'll open up this Issue again
Doing a fresh run now :+1:
I close this Issue. I use paper now instead :+1:
This Issue is a bit of a missing link: we already have:
75 deals with one DD tree (https://github.com/richelbilderbeek/pirouette_example_30)
68 deals with one/more DD trees separated per likelihood
The Issue that was missing (this Issue!) is doing a
pir_run
with multiple DD trees.There is already a script to run one or multiple DD trees: https://github.com/richelbilderbeek/pirouette_example_28, but it does not match the settings used to create a single DD tree, as done is done by #75.
TLDR: Change https://github.com/richelbilderbeek/pirouette_example_28 to follow the same DD settings as https://github.com/richelbilderbeek/pirouette_example_30