Skip to content

Commit 5732687

Browse files
Change array size
1 parent 57e8ca5 commit 5732687

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

run_configs.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env bash
22

3-
#OAR --array 10
3+
#OAR --array 40
44
#OAR -l walltime=4
55
#OAR -O ./log/run_config_log_%jobid%.stdout
66
#OAR -E ./log/run_config_log_%jobid%.stderr
77
#OAR -q production
88

9-
TAG="fmri-confs-runner"
9+
TAG="fmri-confs-runner"c
1010

1111
BASE="/home/ymerel/empenn_group_storage/private/ymerel"
1212
DATA="$BASE/data/auditory"
@@ -16,12 +16,6 @@ CONFIGS="$BASE/configs"
1616

1717
CONF="config_$OAR_ARRAY_INDEX.csv"
1818

19-
# Check if a parameter is provided
20-
if [ -n "$1" ]; then
21-
# Override CONF with the provided parameter
22-
CONF=$1
23-
fi
24-
2519
echo "Running configuration is [$CONF]"
2620

2721
g5k-setup-docker -t

0 commit comments

Comments
 (0)