Skip to content

Commit

Permalink
remove module load
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 22, 2023
1 parent 1570939 commit f9a92a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .buildkite/scaling/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ cat << EOM
- label: "$nprocs"
key: "$job_id"
command:
- "module load cuda/11.3 nsight-systems/2022.2.1"
- "$launcher $command"
- "find ${job_id} -iname '*.nsys-rep' -printf '%f\\\\n' | sort -V | jq --raw-input --slurp 'split(\"\n\") | .[0:-1] | {files: .} + {\"extension\": \"nsys-view\", \"version\": \"1.0\"}' > ${job_id}/${job_id}.nsys-view"
- "find ${job_id} -iname '*.nsys-*' | sort -V | tar cvzf ${job_id}-nsys.tar.gz -T -"
Expand Down

0 comments on commit f9a92a8

Please sign in to comment.