File tree Expand file tree Collapse file tree 5 files changed +8
-27
lines changed Expand file tree Collapse file tree 5 files changed +8
-27
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ MAKE_CLEAN_ARGUMENTS = *~ *.o *.mod *.il *.stb c_*
48
48
# * *
49
49
# ******************************************************************
50
50
51
- FF90_ALL_FLAGS = -I$(HYP_MODDIR ) $(CGNS_INCLUDE_FLAGS ) $( CGNS_VERSION_FLAG ) \
51
+ FF90_ALL_FLAGS = -I$(HYP_MODDIR ) $(CGNS_INCLUDE_FLAGS ) \
52
52
$(FF90_GEN_FLAGS ) $(FF90_OPT_FLAGS ) $(PETSC_INCLUDE_FLAGS )
53
53
54
54
CC_ALL_FLAGS = -I$(HYP_MODDIR ) $(CGNS_INCLUDE_FLAGS ) \
Original file line number Diff line number Diff line change @@ -11,15 +11,9 @@ CC = mpicc
11
11
12
12
13
13
# ------- Define CGNS Inlcude and linker flags -------------------------
14
- # Define the CNGS include directory and linking flags for CGNSlib. We
15
- # can use 3.2.x OR CGNS 3.3+. You must define which version is being
16
- # employed as shown below. We are assuming that HDF5 came from PETSc
17
- # so it is included in ${PETSC_LIB}. Otherwise you will have to
18
- # specify the HDF5 library.
19
-
20
- # ----------- CGNS ------------------
21
- # CGNS_VERSION_FLAG= # for CGNS 3.2.x
22
- CGNS_VERSION_FLAG =-DUSECGNSMODULE # for CGNS 3.3.x
14
+ # Define the CGNS include directory and linking flags for the CGNS library.
15
+ # We are assuming that HDF5 came from PETSc so it is included in ${PETSC_LIB}.
16
+ # Otherwise you will have to specify the HDF5 library.
23
17
CGNS_INCLUDE_FLAGS =-I$(CGNS_HOME ) /include
24
18
CGNS_LINKER_FLAGS =-L$(CGNS_HOME ) /lib -lcgns
25
19
Original file line number Diff line number Diff line change @@ -10,15 +10,9 @@ FF90 = mpif90
10
10
CC = mpicc
11
11
12
12
# ------- Define CGNS Inlcude and linker flags -------------------------
13
- # Define the CNGS include directory and linking flags for CGNSlib. We
14
- # can use 3.2.x OR CGNS 3.3+. You must define which version is being
15
- # employed as shown below. We are assuming that HDF5 came from PETSc
16
- # so it is included in ${PETSC_LIB}. Otherwise you will have to
17
- # specify the HDF5 library.
18
-
19
- # ----------- CGNS ------------------
20
- # CGNS_VERSION_FLAG= # for CGNS 3.2.x
21
- CGNS_VERSION_FLAG =-DUSECGNSMODULE # for CGNS 3.3.x
13
+ # Define the CGNS include directory and linking flags for the CGNS library.
14
+ # We are assuming that HDF5 came from PETSc so it is included in ${PETSC_LIB}.
15
+ # Otherwise you will have to specify the HDF5 library.
22
16
CGNS_INCLUDE_FLAGS =-I$(CGNS_HOME ) /include
23
17
CGNS_LINKER_FLAGS =-L$(CGNS_HOME ) /lib -lcgns
24
18
Original file line number Diff line number Diff line change 1
- __version__ = "2.3.2 "
1
+ __version__ = "2.4.0 "
2
2
3
3
from .pyHyp import pyHyp , pyHypMulti
Original file line number Diff line number Diff line change 1
1
module cgnsGrid
2
2
3
3
use precision
4
- #ifdef USECGNSMODULE
5
4
use cgns
6
5
implicit none
7
- #else
8
- implicit none
9
- include " cgnslib_f.h"
10
- integer (kind= 4 ), private :: dummyInt
11
- integer , parameter :: cgsize_t= kind (dummyInt)
12
- #endif
13
6
14
7
end module cgnsGrid
You can’t perform that action at this time.
0 commit comments