Skip to content

Commit

Permalink
temporary deactivate testsuite for int2lm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Jucker committed Feb 15, 2024
1 parent 70e385f commit 2834f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,11 @@ def test_install_version_3_00_gcc(self):
@pytest.mark.serial_only
@pytest.mark.no_balfrin # fails because libgrib1 master fails
def test_install_version_3_00_nvhpc(self):
spack_install_and_test(f'int2lm @int2lm-3.00 %{nvidia_compiler}')
spack_install(f'int2lm @int2lm-3.00 %{nvidia_compiler}')

@pytest.mark.no_balfrin # fails because libgrib1 master fails
def test_install_version_3_00_nvhpc_fixed_definitions(self):
spack_install_and_test(
spack_install(
f'int2lm @int2lm-3.00 %{nvidia_compiler} ^cosmo-eccodes-definitions@2.19.0.7%{nvidia_compiler}'
)

Expand All @@ -459,7 +459,7 @@ def test_install_c2sm_master_gcc(self):
@pytest.mark.no_balfrin # fails because libgrib1 master fails
@pytest.mark.no_tsa # An error occurred in MPI_Bcast
def test_install_c2sm_master_nvhpc(self):
spack_install_and_test(
spack_install(
f'int2lm @v2.8.4 %{nvidia_compiler} ^cosmo-eccodes-definitions@2.19.0.7%{nvidia_compiler} ^libgrib1 %{nvidia_compiler}'
)

Expand Down

0 comments on commit 2834f46

Please sign in to comment.