Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ray.sub
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ MOUNTS=$MOUNTS
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.
########################################################

########################################################
# Global settings
########################################################
# Disable usage stats by default so that it's opt-in
export RAY_USAGE_STATS_ENABLED=${RAY_USAGE_STATS_ENABLED:-0}
########################################################

COMMON_SRUN_ARGS=""
COMMON_SRUN_ARGS+=" --export=ALL"
COMMON_SRUN_ARGS+=" --no-container-mount-home"
Expand Down