File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,9 @@ cmake \
5050
5151./omega_build.sh
5252
53- cd test
54-
55- ln -sfn {{ omega_mesh_filename }} OmegaMesh.nc
56- ln -sfn {{ omega_planar_mesh_filename }} OmegaPlanarMesh.nc
57- ln -sfn {{ omega_sphere_mesh_filename }} OmegaSphereMesh.nc
53+ ln -sfn {{ omega_mesh_filename }} test/OmegaMesh.nc
54+ ln -sfn {{ omega_planar_mesh_filename }} test/OmegaPlanarMesh.nc
55+ ln -sfn {{ omega_sphere_mesh_filename }} test/OmegaSphereMesh.nc
5856
5957{%- if run_ctest %}
6058./omega_ctest.sh
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ def main():
220220 if 'SLURM_JOB_ID' in os .environ :
221221 # already on a comptue node so we will just run ctests directly
222222 submit = False
223+ build_only = False
223224 else :
224225 build_only = True
225226
You can’t perform that action at this time.
0 commit comments