From 7abc89b28de8cd7e36f4635fccf76a4bcc6bcf08 Mon Sep 17 00:00:00 2001 From: Angelyr Date: Sat, 7 Feb 2026 18:19:21 -0500 Subject: [PATCH] updated allocation --- .github/workflows/frontier/install.sh | 2 +- .github/workflows/frontier/run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontier/install.sh b/.github/workflows/frontier/install.sh index 806f5bb19..6f6ede353 100644 --- a/.github/workflows/frontier/install.sh +++ b/.github/workflows/frontier/install.sh @@ -3,7 +3,7 @@ module load PrgEnv-amd branch=$1 -cd /lustre/orion/phy122/scratch/castia5/globus-compute/core-test +cd /lustre/orion/csc679/scratch/castia5/globus-compute/core-test # Core rm build-core -rf diff --git a/.github/workflows/frontier/run.sh b/.github/workflows/frontier/run.sh index 35fe1e7a0..112882033 100644 --- a/.github/workflows/frontier/run.sh +++ b/.github/workflows/frontier/run.sh @@ -2,10 +2,10 @@ name=core -cd /lustre/orion/phy122/scratch/castia5/globus-compute/$name-test +cd /lustre/orion/csc679/scratch/castia5/globus-compute/$name-test module load PrgEnv-amd 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