Skip to content

Commit 0ba3e80

Browse files
committed
Enable fds release build in linux-intel-intelmpi.
1 parent c2f2a85 commit 0ba3e80

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,20 @@ jobs:
4141

4242
- uses: actions/checkout@v4
4343

44-
- name: Check Current Memory Limit
45-
run: ulimit -a # Check the memory limits
46-
47-
- name: free -h command
48-
run: free -h
49-
5044
- name: build fds debug
5145
run: |
5246
source /opt/intel/oneapi/setvars.sh
5347
cd ./Build/impi_intel_linux_db
5448
./make_fds.sh
5549
./fds_impi_intel_linux_db
5650
57-
- name: free -h command
58-
run: free -h
59-
6051
- name: build fds release
61-
if: false # skip this run until ifx issue is sorted out
6252
run: |
6353
source /opt/intel/oneapi/setvars.sh
6454
cd ./Build/impi_intel_linux
6555
./make_fds.sh
6656
./fds_impi_intel_linux
6757
68-
- name: free -h command
69-
run: free -h
70-
7158
# Setup python
7259
- uses: actions/setup-python@v5
7360
with:

0 commit comments

Comments
 (0)