OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
Makefile.inc
Go to the documentation of this file.
1LPORDDIR = $(topdir)/PORD/lib/
2IPORD = -I$(topdir)/PORD/include/
3LPORD = -L$(LPORDDIR) -lpord
4ORDERINGSF = -Dpord
5ORDERINGSC = $(ORDERINGSF)
6LORDERINGS = $(LPORD)
7IORDERINGSC = $(IPORD)
8LIBEXT = .a
9OUTC = -o
10OUTF = -o
11RM = /bin/rm -f
12CC = mpicc
13FC = mpif90
14FL = mpif90
15AR = ar vr
16RANLIB = ranlib
17LAPACK= -L$(topdir)/../lapack-3.10.1 -llapack
18SCALAP = -L$(topdir)/../scalapack-2.2.0/build/lib -lscalapack
19BLAS= -L$(topdir)/../lapack-3.10.1 -lblas
20INCPAR = -I/usr/include
21LIBPAR = $(SCALAP) $(LAPACK) -L/usr/lib -lmpi
22INCSEQ = -I$(topdir)/libseq
23LIBSEQ = $(LAPACK) -L$(topdir)/libseq -lmpiseq
24LIBBLAS = -L$(topdir)/../lapack-3.10.1/librefblas.a -lblas
25LIBOTHERS = -lpthread
26CDEFS = -DAdd_
27OPTF = -O -fallow-argument-mismatch
28OPTC = -O -I.
29OPTL = -O
30INCS = $(INCPAR)
31LIBS = $(LIBPAR)
32LIBSEQNEEDED =