We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8199302 + e475402 commit a861743Copy full SHA for a861743
.github/workflows/linux.yml
@@ -24,8 +24,6 @@ permissions:
24
25
jobs:
26
linux-intel-intelmpi:
27
- if: false # skip this run until ifx issue is sorted out
28
-
29
# build on ubuntu using ifort with intelmpi and mkl based on
30
# https://github.com/oneapi-src/oneapi-ci
31
@@ -59,6 +57,7 @@ jobs:
59
57
run: free -h
60
58
61
- name: build fds release
+ if: false # skip this run until ifx issue is sorted out
62
run: |
63
source /opt/intel/oneapi/setvars.sh
64
cd ./Build/impi_intel_linux
@@ -81,7 +80,6 @@ jobs:
81
80
echo $GITHUB_WORKSPACE
82
cd $GITHUB_WORKSPACE/Utilities/Python
83
python hello_world.py
84
- python FDS_verification_script.py
85
86
linux-gnu-openmpi:
87
# build on ubuntu using gfortran with openmpi and mkl based on
0 commit comments