Skip to content

Commit

Permalink
Updated packages (#6)
Browse files Browse the repository at this point in the history
updated CGNS flags to default to 3.3
  • Loading branch information
ewu63 authored Feb 12, 2020
1 parent 43d6397 commit 4e329f0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config.mk.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@
# so it is included in ${PETSC_LIB}. Otherwise you will have to
# specify the HDF5 library.

# ----------- CGNS 3.2.x ------------------
CGNS_VERSION_FLAG=
# ----------- CGNS ------------------
# CGNS_VERSION_FLAG= # for CGNS 3.2.x
CGNS_VERSION_FLAG=-DUSECGNSMODULE # for CGNS 3.3.x
CGNS_INCLUDE_FLAGS=-I$(CGNS_HOME)/include
CGNS_LINKER_FLAGS=-L$(CGNS_HOME)/lib -lcgns

# # ----------- CGNS 3.3.x ------------------
# CGNS_VERSION_FLAG=-DUSECGNSMODULE
# include ${PETSC_DIR}/lib/petsc/conf/variables
# CGNS_INCLUDE_FLAGS=-I$(HOME)/packages/CGNS/src
# CGNS_LINKER_FLAGS=-L$(HOME)/packages/CGNS/src/lib -lcgns ${PETSC_LIB}


# Intel Fortran Compiler
# CC = gcc
Expand Down

0 comments on commit 4e329f0

Please sign in to comment.