Changes between Version 4 and Version 5 of Workshops/JobCheckpointing/Examples/R
- Timestamp:
- 04/08/2026 04:58:37 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/JobCheckpointing/Examples/R
v4 v5 97 97 98 98 {{{ 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" \ 100 MODULE_LIST="singularity/3.9.0" \ 100 101 CKPT_PATH=state_iter_r.txt \ 101 102 sbatch checkpoint_submitter.sh … … 323 324 Here 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. 324 325 325 [[Image(R_anomaly_stats_table.png )]]326 [[Image(R_anomaly_stats_table.png, width=800px)]] 326 327 327 328 ==== Compute progress ====
