Skip to content

Commit 61f878c

Browse files
committed
FDS Build: Test GitHub actions memory for linux.
FDS Build: Test GitHub actions memory FDS Build: Test GitHub actions memory FDS Build: Test GitHub actions memory FDS Build: Test GitHub actions memory
1 parent d448447 commit 61f878c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,20 @@ jobs:
3939
mkl
4040
4141
- uses: actions/checkout@v4
42+
43+
- name: Check Current Memory Limit
44+
run: ulimit -a # Check the memory limits
45+
4246
- name: build fds debug
4347
run: |
4448
source /opt/intel/oneapi/setvars.sh
4549
cd ./Build/impi_intel_linux_db
4650
./make_fds.sh
4751
./fds_impi_intel_linux_db
52+
53+
- name: Check Current Memory Limit
54+
run: ulimit -a # Check the memory limits
55+
4856
- name: build fds release
4957
run: |
5058
source /opt/intel/oneapi/setvars.sh

0 commit comments

Comments
 (0)