File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments