Skip to content

Commit a180ae2

Browse files
committed
FDS Build: Add the free -h options to Linux actions
FDS Build: Add free -h options to Linux actions FDS Build: Add free -h options to Linux actions FDS Build: Add free -h options to Linux actions
1 parent 61f878c commit a180ae2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/linux.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,29 @@ jobs:
4343
- name: Check Current Memory Limit
4444
run: ulimit -a # Check the memory limits
4545

46+
- name: free -h command
47+
run: free -h
48+
4649
- name: build fds debug
4750
run: |
4851
source /opt/intel/oneapi/setvars.sh
4952
cd ./Build/impi_intel_linux_db
5053
./make_fds.sh
5154
./fds_impi_intel_linux_db
5255
53-
- name: Check Current Memory Limit
54-
run: ulimit -a # Check the memory limits
56+
- name: free -h command
57+
run: free -h
5558

5659
- name: build fds release
5760
run: |
5861
source /opt/intel/oneapi/setvars.sh
5962
cd ./Build/impi_intel_linux
6063
./make_fds.sh
6164
./fds_impi_intel_linux
65+
66+
- name: free -h command
67+
run: free -h
68+
6269
# Setup python
6370
- uses: actions/setup-python@v5
6471
with:

0 commit comments

Comments
 (0)