Changes between Version 4 and Version 5 of Workshops/JobCheckpointing/Examples/R


Ignore:
Timestamp:
04/08/2026 04:58:37 PM (3 months ago)
Author:
Carl Baribault
Comment:

Reformatted submit command, anomaly table

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/JobCheckpointing/Examples/R

    v4 v5  
    9797
    9898{{{
    99 [tulaneID@cypress1 ~]$APP_CMD="singularity exec tidyverse_4.5.2.sif Rscript checkpoint_signal_iter.R" \ MODULE_LIST="singularity/3.9.0" \
     99[tulaneID@cypress1 ~]$APP_CMD="singularity exec tidyverse_4.5.2.sif Rscript checkpoint_signal_iter.R" \
     100MODULE_LIST="singularity/3.9.0" \
    100101CKPT_PATH=state_iter_r.txt \
    101102sbatch checkpoint_submitter.sh
     
    323324Here is the plot, '''anomaly_stats_table.png''', showing the table of anomalies, if any, from among all of the [wiki://Workshops/JobCheckpointing/Examples#checkpoint_runner.sh checkpoint_runner.sh] jobs.
    324325
    325 [[Image(R_anomaly_stats_table.png)]]
     326[[Image(R_anomaly_stats_table.png, width=800px)]]
    326327
    327328==== Compute progress ====