mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
reverted makefile back to master
This commit is contained in:
parent
75878ea23c
commit
e1f675fb4e
1 changed files with 5 additions and 5 deletions
10
src/Makefile
10
src/Makefile
|
|
@ -15,13 +15,13 @@ include OBJECTS
|
|||
# User Options
|
||||
#===============================================================================
|
||||
|
||||
COMPILER = intel
|
||||
COMPILER = gnu
|
||||
DEBUG = no
|
||||
PROFILE = no
|
||||
OPTIMIZE = yes
|
||||
MPI = yes
|
||||
HDF5 = yes
|
||||
PETSC = yes
|
||||
OPTIMIZE = no
|
||||
MPI = no
|
||||
HDF5 = no
|
||||
PETSC = no
|
||||
|
||||
#===============================================================================
|
||||
# External Library Paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue