Skip to content

Commit

Permalink
Update compiler modules for hobart
Browse files Browse the repository at this point in the history
Standalone driver now builds with the following on CGD machine:

1. nag 6.2
2. intel 18.0.3
3. gnu 8.1.0
4. pgi 18.1
  • Loading branch information
mnlevy1981 committed Jul 13, 2018
2 parents 18ad9b7 + 5db61ba commit cb7576a
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 cb7576a

Please sign in to comment.