Skip to content

Commit

Permalink
Merge pull request #13933 from cxp484/master
Browse files Browse the repository at this point in the history
FDS Build: Add the free -h options to Linux actions
  • Loading branch information
cxp484 authored Dec 20, 2024
2 parents 4353c76 + a180ae2 commit 94892cb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,29 @@ jobs:
- name: Check Current Memory Limit
run: ulimit -a # Check the memory limits

- name: free -h command
run: free -h

- name: build fds debug
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/impi_intel_linux_db
./make_fds.sh
./fds_impi_intel_linux_db
- name: Check Current Memory Limit
run: ulimit -a # Check the memory limits
- name: free -h command
run: free -h

- name: build fds release
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/impi_intel_linux
./make_fds.sh
./fds_impi_intel_linux
- name: free -h command
run: free -h

# Setup python
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 94892cb

Please sign in to comment.