diff --git a/.github/workflows/frontier/install.sh b/.github/workflows/frontier/install.sh index a5b6d4f6..52ed8c42 100644 --- a/.github/workflows/frontier/install.sh +++ b/.github/workflows/frontier/install.sh @@ -2,7 +2,7 @@ branch=$1 -cd /lustre/orion/phy122/scratch/castia5/globus-compute/pumi-pic-test +cd /lustre/orion/csc679/scratch/castia5/globus-compute/pumi-pic-test module load rocm module load craype-accel-amd-gfx90a diff --git a/.github/workflows/frontier/run.sh b/.github/workflows/frontier/run.sh index e9f8853a..44922b27 100644 --- a/.github/workflows/frontier/run.sh +++ b/.github/workflows/frontier/run.sh @@ -2,7 +2,7 @@ name=pumi-pic -cd /lustre/orion/phy122/scratch/castia5/globus-compute/$name-test +cd /lustre/orion/csc679/scratch/castia5/globus-compute/$name-test module load rocm module load craype-accel-amd-gfx90a @@ -11,5 +11,5 @@ export CRAYPE_LINK_TYPE=dynamic export MPICH_GPU_SUPPORT_ENABLED=1 cd build-$name -salloc --account=PHY122 --time=00:20:00 -q debug --nodes=1 --ntasks=1 --cpus-per-task=1 --gpus-per-task=1 --gpus=1 ctest +salloc --account=csc679 --time=00:20:00 -q debug --nodes=1 --ntasks=1 --cpus-per-task=1 --gpus-per-task=1 --gpus=1 ctest cat $PWD/Testing/Temporary/LastTest.log \ No newline at end of file