From 18e768f1ace4d52679ac14a8aa9642e899181058 Mon Sep 17 00:00:00 2001 From: Chandan Paul Date: Tue, 28 Jan 2025 11:10:31 -0500 Subject: [PATCH 1/2] FDS Actions: Allow ifx debug compilation only --- .github/workflows/linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8fe439ecca9..95e3c2e1c94 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -24,8 +24,6 @@ permissions: jobs: linux-intel-intelmpi: - if: false # skip this run until ifx issue is sorted out - # build on ubuntu using ifort with intelmpi and mkl based on # https://github.com/oneapi-src/oneapi-ci @@ -59,6 +57,7 @@ jobs: run: free -h - name: build fds release + if: false # skip this run until ifx issue is sorted out run: | source /opt/intel/oneapi/setvars.sh cd ./Build/impi_intel_linux From e4754026e43055aa29faf52632da7dd4e5c7e730 Mon Sep 17 00:00:00 2001 From: Chandan Paul Date: Tue, 28 Jan 2025 11:28:37 -0500 Subject: [PATCH 2/2] FDS Actions: Comment FDS_verification_script.py from GitHUB actions. --- .github/workflows/linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 95e3c2e1c94..f4d1aea99d5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -80,7 +80,6 @@ jobs: echo $GITHUB_WORKSPACE cd $GITHUB_WORKSPACE/Utilities/Python python hello_world.py - python FDS_verification_script.py linux-gnu-openmpi: # build on ubuntu using gfortran with openmpi and mkl based on