Skip to content

Commit

Permalink
Add launcher partition back to cuda tests
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Kayraklioglu <[email protected]>
  • Loading branch information
e-kayrakli committed Jul 24, 2023
1 parent 292e5e0 commit 8e1c24a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/cron/test-gpu-cuda.aod.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export CHPL_GPU=nvidia
export CHPL_COMM=none
export CHPL_NIGHTLY_TEST_DIRS="gpu/native/"
export CHPL_GPU_MEM_STRATEGY=array_on_device
export CHPL_LAUNCHER_PARTITION=stormP100

export CHPL_NIGHTLY_TEST_CONFIG_NAME="gpu-cuda.aod"
$CWD/nightly -cron ${nightly_args}
1 change: 1 addition & 0 deletions util/cron/test-gpu-cuda.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module load cudatoolkit

export CHPL_GPU=nvidia
export CHPL_COMM=none
export CHPL_LAUNCHER_PARTITION=stormP100

export CHPL_NIGHTLY_TEST_CONFIG_NAME="gpu-cuda"
$CWD/nightly -cron ${nightly_args}
1 change: 1 addition & 0 deletions util/cron/test-gpu-cuda.gasnet.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module load cudatoolkit

export CHPL_GPU=nvidia
export CHPL_COMM=gasnet
export CHPL_LAUNCHER_PARTITION=stormP100

export CHPL_NIGHTLY_TEST_CONFIG_NAME="gpu-cuda.gasnet"
$CWD/nightly -cron ${nightly_args}

0 comments on commit 8e1c24a

Please sign in to comment.