We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e8ca5 commit 5732687Copy full SHA for 5732687
run_configs.sh
@@ -1,12 +1,12 @@
1
#!/usr/bin/env bash
2
3
-#OAR --array 10
+#OAR --array 40
4
#OAR -l walltime=4
5
#OAR -O ./log/run_config_log_%jobid%.stdout
6
#OAR -E ./log/run_config_log_%jobid%.stderr
7
#OAR -q production
8
9
-TAG="fmri-confs-runner"
+TAG="fmri-confs-runner"c
10
11
BASE="/home/ymerel/empenn_group_storage/private/ymerel"
12
DATA="$BASE/data/auditory"
@@ -16,12 +16,6 @@ CONFIGS="$BASE/configs"
16
17
CONF="config_$OAR_ARRAY_INDEX.csv"
18
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
-
25
echo "Running configuration is [$CONF]"
26
27
g5k-setup-docker -t
0 commit comments