Skip to content

Commit

Permalink
Renamed mpas_intel_compile to mpas_atm_intel_compile
Browse files Browse the repository at this point in the history
This test only compiles the MPAS-Atmosphere core of MPAS, so the title has been
updated to reflect that. This is also to match the mpas_atm_gnu_compile.
  • Loading branch information
MiCurry committed Jan 13, 2020
1 parent 3c819d7 commit aeae001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import shutil

class mpas_intel_compile:
class mpas_atm_intel_compile:
test_name = "MPAS Atmosphere Intel Compile"
test_description = "Compile MPAS Atmosphere with Intel (If possible)"
dependencies = ['intel_check', 'mpas_intel_libs_check']
Expand Down

0 comments on commit aeae001

Please sign in to comment.