Moved to mld2p4 project.
parent
5d9e4e74a2
commit
74bad80a84
@ -1,33 +0,0 @@
|
|||||||
MD2P4
|
|
||||||
Multilevel Domain Decomposition Parallel Preconditioner Package for PSBLAS
|
|
||||||
for
|
|
||||||
Parallel Sparse BLAS v2.0
|
|
||||||
(C) Copyright 2006 Salvatore Filippone University of Rome Tor Vergata
|
|
||||||
Alfredo Buttari University of Rome Tor Vergata
|
|
||||||
Daniela di Serafino Second University of Naples
|
|
||||||
Pasqua D'Ambra ICAR-CNR
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions
|
|
||||||
are met:
|
|
||||||
1. Redistributions of source code must retain the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer.
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions, and the following disclaimer in the
|
|
||||||
documentation and/or other materials provided with the distribution.
|
|
||||||
3. The name of the MD2P4 group or the names of its contributors may
|
|
||||||
not be used to endorse or promote products derived from this
|
|
||||||
software without specific written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
||||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE MD2P4 GROUP OR ITS CONTRIBUTORS
|
|
||||||
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
||||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
||||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
||||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
||||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
@ -1,46 +0,0 @@
|
|||||||
include ../Make.inc
|
|
||||||
|
|
||||||
|
|
||||||
LIBDIR=../lib
|
|
||||||
HERE=.
|
|
||||||
INCDIRS=-I. -I$(LIBDIR)
|
|
||||||
|
|
||||||
MODOBJS= psb_prec_type.o psb_prec_mod.o
|
|
||||||
MPFOBJS=psb_dbldaggrmat.o psb_zbldaggrmat.o
|
|
||||||
F90OBJS=psb_dasmatbld.o psb_dslu_bld.o psb_dumf_bld.o psb_dilu_fct.o\
|
|
||||||
psb_dmlprc_bld.o psb_dsp_renum.o psb_dilu_bld.o \
|
|
||||||
psb_dprecbld.o psb_dprecfree.o psb_dprecset.o \
|
|
||||||
psb_dbaseprc_bld.o psb_ddiagsc_bld.o psb_dgenaggrmap.o \
|
|
||||||
psb_dprc_aply.o psb_dmlprc_aply.o \
|
|
||||||
psb_dbaseprc_aply.o psb_dbjac_aply.o\
|
|
||||||
psb_zasmatbld.o psb_zslu_bld.o psb_zumf_bld.o psb_zilu_fct.o\
|
|
||||||
psb_zmlprc_bld.o psb_zsp_renum.o psb_zilu_bld.o \
|
|
||||||
psb_zprecbld.o psb_zprecfree.o psb_zprecset.o \
|
|
||||||
psb_zbaseprc_bld.o psb_zdiagsc_bld.o psb_zgenaggrmap.o \
|
|
||||||
psb_zprc_aply.o psb_zmlprc_aply.o \
|
|
||||||
psb_zbaseprc_aply.o psb_zbjac_aply.o\
|
|
||||||
$(MPFOBJS)
|
|
||||||
COBJS=psb_slu_impl.o psb_umf_impl.o psb_zslu_impl.o psb_zumf_impl.o
|
|
||||||
OBJS=$(F90OBJS) $(COBJS) $(MPFOBJS) $(MODOBJS)
|
|
||||||
|
|
||||||
LIBMOD=psb_prec_mod$(.mod)
|
|
||||||
LOCAL_MODS=$(LIBMOD) psb_prec_type$(.mod)
|
|
||||||
LIBNAME=$(PRECLIBNAME)
|
|
||||||
|
|
||||||
lib: mpobjs $(OBJS)
|
|
||||||
$(AR) $(HERE)/$(LIBNAME) $(OBJS)
|
|
||||||
$(RANLIB) $(HERE)/$(LIBNAME)
|
|
||||||
/bin/cp $(HERE)/$(LIBNAME) $(LIBDIR)
|
|
||||||
/bin/cp $(LIBMOD) $(LIBDIR)
|
|
||||||
|
|
||||||
$(F90OBJS) $(MPFOBJS): $(MODOBJS)
|
|
||||||
psb_prec_mod.o: psb_prec_type.o
|
|
||||||
|
|
||||||
mpobjs:
|
|
||||||
(make $(MPFOBJS) F90="$(MPF90)" F90COPT="$(F90COPT)")
|
|
||||||
|
|
||||||
veryclean: clean
|
|
||||||
/bin/rm -f $(LIBNAME)
|
|
||||||
|
|
||||||
clean:
|
|
||||||
/bin/rm -f $(OBJS) $(LOCAL_MODS)
|
|
||||||
Loading…
Reference in New Issue