mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
updated libraries to latest version
This commit is contained in:
parent
f6439bdf33
commit
b82c379803
1 changed files with 4 additions and 4 deletions
|
|
@ -42,10 +42,10 @@ parser.add_option("-s", "--script", action="store_true", dest="script",
|
|||
|
||||
# Default compiler paths
|
||||
FC='gfortran'
|
||||
MPI_DIR='/opt/mpich/3.1-gnu'
|
||||
HDF5_DIR='/opt/hdf5/1.8.12-gnu'
|
||||
PHDF5_DIR='/opt/phdf5/1.8.12-gnu'
|
||||
PETSC_DIR='/opt/petsc/3.4.4-gnu'
|
||||
MPI_DIR='/opt/mpich/3.1.3-gnu'
|
||||
HDF5_DIR='/opt/hdf5/1.8.14-gnu'
|
||||
PHDF5_DIR='/opt/phdf5/1.8.14-gnu'
|
||||
PETSC_DIR='/opt/petsc/3.5.2-gnu'
|
||||
|
||||
# Script mode for extra capability
|
||||
script_mode = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue