Skip to content

Commit

Permalink
FDS Build: Add the free -h options to Linux actions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cxp484 committed Dec 20, 2024
1 parent 61f878c commit a180ae2
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 a180ae2

Please sign in to comment.