Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/frontier/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontier/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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