File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ CC = mpicc
19
19
20
20
# ----------- CGNS 3.2.x ------------------
21
21
CGNS_VERSION_FLAG =
22
- CGNS_INCLUDE_FLAGS =-I$(HOME ) /packages/cgnslib_3.2.1/src
23
- CGNS_LINKER_FLAGS =-L$(HOME ) /packages/cgnslib_3.2.1/src -lcgns
22
+ CGNS_INCLUDE_FLAGS =-I$(CGNS_HOME ) /include
23
+ CGNS_LINKER_FLAGS =-L$(CGNS_HOME ) /lib -lcgns
24
24
25
25
# # ----------- CGNS 3.3.x ------------------
26
26
# CGNS_VERSION_FLAG=-DUSECGNSMODULE
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ CC = mpicc
18
18
19
19
# ----------- CGNS 3.2.x ------------------
20
20
CGNS_VERSION_FLAG =
21
- CGNS_INCLUDE_FLAGS =-I$(HOME ) /packages/cgnslib_3.2.1/src
22
- CGNS_LINKER_FLAGS =-L$(HOME ) /packages/cgnslib_3.2.1/src -lcgns
21
+ CGNS_INCLUDE_FLAGS =-I$(CGNS_HOME ) /include
22
+ CGNS_LINKER_FLAGS =-L$(CGNS_HOME ) /lib -lcgns
23
23
24
24
# # ----------- CGNS 3.3.x ------------------
25
25
# CGNS_VERSION_FLAG=-DUSECGNSMODULE
You can’t perform that action at this time.
0 commit comments