Skip to content
Snippets Groups Projects

Add run order to example script file names

4 files
+ 12
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -13,7 +13,7 @@
module load Anaconda3
conda activate gpfs
logs=($(find /data/rc/gpfs-policy/data -path "*/list-policy_data-project_list-path-external_slurm-*/raw/*.gz"))
logs=($(find /data/rc/gpfs-policy/data -path "*/list-policy_data-user_list-path-external_slurm-31[35]*/raw/*.gz"))
log=${logs[${SLURM_ARRAY_TASK_ID}]}
split-log --no-clobber ${log}
\ No newline at end of file
Loading