Projects
OpenHPC3:3.2:Factory
superlu_dist-intel-mvapich2
_service:extract_file:superlu_dist-intel-make.inc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:extract_file:superlu_dist-intel-make.inc of Package superlu_dist-intel-mvapich2
############################################################################ # # Program: SuperLU_DIST # # Module: make.inc # # Purpose: Top-level Definitions # # Creation date: March 1, 2016 version 5.0.0 # ############################################################################ # # The name of the libraries to be created/linked to # SuperLUroot = DSUPERLULIB = $(SuperLUroot)/SRC/libsuperlu_dist.a INCLUDEDIR = $(SuperLUroot)/SRC BLASDEF = -DUSE_VENDOR_BLAS BLASLIB = -L${MKLROOT}/lib/intel64 -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl INCLUDES = -I${MKLROOT}/include -I$(PTSCOTCH_INC) LIBS = $(DSUPERLULIB) -L$(METIS_LIB) -L$(PTSCOTCH_LIB) -lptscotchparmetis -lptscotch -lptscotcherr -lmetis -lscotch $(BLASLIB) -lbz2 -lz # # The archiver and the flag(s) to use when building archive (library) # If your system has no ranlib, set RANLIB = echo. # ARCH = /usr/bin/ar ARCHFLAGS = cr RANLIB = /usr/bin/ranlib CC = mpicc CXX = mpicxx CFLAGS += -O3 -DNDEBUG $(BLASDEF) -DDEBUGlevel=0 -DPRNTlevel=0 $(INCLUDES) -qopenmp -std=c11 -fPIC -g CXXFLAGS += -O3 -DNDEBUG $(BLASDEF) -DDEBUGlevel=0 -DPRNTlevel=0 $(INCLUDES) -qopenmp -std=c++11 -fPIC -g NOOPTS = -O0 FORTRAN = mpif90 LOADER = $(CC) -qopenmp LOADOPTS =
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.