We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adbb99 commit a5ec198Copy full SHA for a5ec198
ray.sub
@@ -19,6 +19,13 @@ MOUNTS=$MOUNTS
19
COMMAND=${COMMAND:-} # This is a script relative to the SLURM_SUBMIT_DIR. If left empty, it will leave the cluster idle after it's brought up.
20
########################################################
21
22
+########################################################
23
+# Global settings
24
25
+# Disable usage stats by default so that it's opt-in
26
+export RAY_USAGE_STATS_ENABLED=${RAY_USAGE_STATS_ENABLED:-0}
27
28
+
29
COMMON_SRUN_ARGS=""
30
COMMON_SRUN_ARGS+=" --export=ALL"
31
COMMON_SRUN_ARGS+=" --no-container-mount-home"
0 commit comments