Skip to content

Commit

Permalink
Merge pull request #13930 from cxp484/master
Browse files Browse the repository at this point in the history
FDS Build: Test GitHub actions memory for linux.
  • Loading branch information
cxp484 authored Dec 20, 2024
2 parents c93b420 + 61f878c commit 2628a82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,20 @@ jobs:
mkl
- uses: actions/checkout@v4

- name: Check Current Memory Limit
run: ulimit -a # Check the memory limits

- 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: build fds release
run: |
source /opt/intel/oneapi/setvars.sh
Expand Down

0 comments on commit 2628a82

Please sign in to comment.