File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 run : |
7676 set -ex;
7777
78- . devcontainer-utils-post-attach-command;
78+ devcontainer-utils-post-attach-command;
7979
8080 # Copy source folder into ~/stdexec
8181 cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
Original file line number Diff line number Diff line change 7575 role-to-assume : arn:aws:iam::279114543810:role/gha-oidc-NVIDIA
7676 - name : Build and test GPU schedulers
7777 run : |
78- set -ex ;
78+ set -e ;
7979
80- . devcontainer-utils-post-attach-command;
80+ devcontainer-utils-post-attach-command;
81+
82+ if test -n "${NVHPC_ROOT:+x}"; then
83+ HPCX_INIT="$(find -L "$NVHPC_ROOT"/comm_libs/ -path '*/latest/hpcx-init.sh')";
84+ if test -n "${HPCX_INIT:+x}"; then
85+ . "$HPCX_INIT";
86+ hpcx_load;
87+ fi
88+ fi
89+
90+ set -x;
8191
8292 # Copy source folder into ~/stdexec
8393 cp -r "${GITHUB_WORKSPACE}"/stdexec ~/;
You can’t perform that action at this time.
0 commit comments