Skip to content

Commit c952529

Browse files
committed
Revert Frontier -j 1 workaround in bench.sh; stale artifact cleanup fixes CCE IPA crashes
1 parent 2b92b9e commit c952529

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/common/bench.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ if [ "$job_cluster" = "phoenix" ]; then
3131
clean_build
3232
fi
3333

34-
# Frontier Cray: -j 1 to work around CCE 19.0.0 IPA SIGSEGV
35-
if [ "$job_cluster" = "frontier" ]; then
36-
n_jobs=1
37-
fi
38-
3934
source .github/scripts/retry-build.sh
4035
retry_build ./mfc.sh build -j $n_jobs $build_opts || exit 1
4136

0 commit comments

Comments
 (0)