Skip to content

Commit a861743

Browse files
authored
Merge pull request #14132 from cxp484/master
FDS Actions: Allow ifx debug compilation only
2 parents 8199302 + e475402 commit a861743

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ permissions:
2424

2525
jobs:
2626
linux-intel-intelmpi:
27-
if: false # skip this run until ifx issue is sorted out
28-
2927
# build on ubuntu using ifort with intelmpi and mkl based on
3028
# https://github.com/oneapi-src/oneapi-ci
3129

@@ -59,6 +57,7 @@ jobs:
5957
run: free -h
6058

6159
- name: build fds release
60+
if: false # skip this run until ifx issue is sorted out
6261
run: |
6362
source /opt/intel/oneapi/setvars.sh
6463
cd ./Build/impi_intel_linux
@@ -81,7 +80,6 @@ jobs:
8180
echo $GITHUB_WORKSPACE
8281
cd $GITHUB_WORKSPACE/Utilities/Python
8382
python hello_world.py
84-
python FDS_verification_script.py
8583
8684
linux-gnu-openmpi:
8785
# build on ubuntu using gfortran with openmpi and mkl based on

0 commit comments

Comments
 (0)