diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 81ec0093dd1..8b74e8348d8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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