File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -41,33 +41,20 @@ jobs:
4141
4242 - uses : actions/checkout@v4
4343
44- - name : Check Current Memory Limit
45- run : ulimit -a # Check the memory limits
46-
47- - name : free -h command
48- run : free -h
49-
5044 - name : build fds debug
5145 run : |
5246 source /opt/intel/oneapi/setvars.sh
5347 cd ./Build/impi_intel_linux_db
5448 ./make_fds.sh
5549 ./fds_impi_intel_linux_db
5650
57- - name : free -h command
58- run : free -h
59-
6051 - name : build fds release
61- if : false # skip this run until ifx issue is sorted out
6252 run : |
6353 source /opt/intel/oneapi/setvars.sh
6454 cd ./Build/impi_intel_linux
6555 ./make_fds.sh
6656 ./fds_impi_intel_linux
6757
68- - name : free -h command
69- run : free -h
70-
7158 # Setup python
7259 - uses : actions/setup-python@v5
7360 with :
You can’t perform that action at this time.
0 commit comments