Skip to content

Commit

Permalink
Update compiler modules for hobart
Browse files Browse the repository at this point in the history
Brings MARBL building in line with CESM 2.0.1 / 2.1.0 (hobart modules
were cleaned up immediately following CESM 2.0.0 release)
  • Loading branch information
mnlevy1981 committed Jul 6, 2018
1 parent 18ad9b7 commit 5db61ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/python_for_tests/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ def machine_specific(mach, supported_compilers, module_names):
supported_compilers.append('intel')
supported_compilers.append('gnu')
supported_compilers.append('pgi')
module_names['nag'] = 'compiler/nag/6.1'
module_names['intel'] = 'compiler/intel/17.0.4.196'
module_names['gnu'] = 'compiler/gnu/4.8.5'
module_names['pgi'] = 'compiler/pgi/17.04'
module_names['nag'] = 'compiler/nag/6.2'
module_names['intel'] = 'compiler/intel/18.0.3'
module_names['gnu'] = 'compiler/gnu/8.1.0'
module_names['pgi'] = 'compiler/pgi/18.1'
return

if mach == 'edison':
Expand Down

0 comments on commit 5db61ba

Please sign in to comment.