Added DEC configuration file
This commit is contained in:
parent
668e446e87
commit
4ab689b90b
26
seq_linear_solvers/amg/amgdriver/config.dec
Normal file
26
seq_linear_solvers/amg/amgdriver/config.dec
Normal file
@ -0,0 +1,26 @@
|
||||
#BHEADER***********************************************************************
|
||||
# (c) 1996 The Regents of the University of California
|
||||
#
|
||||
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
|
||||
# notice, contact person, and disclaimer.
|
||||
#
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
#=============================================================================
|
||||
# Configuration file for Sun Solaris systems
|
||||
#=============================================================================
|
||||
|
||||
AMG_CC="cc"
|
||||
AMG_CC_FLAGS="-I$AMG_DIR/include -I/usr/local/include"
|
||||
|
||||
AMG_F77="f77"
|
||||
AMG_F77_FLAGS=""
|
||||
AMG_F77_OPT="-O"
|
||||
AMG_F77_DEBUG="-g"
|
||||
|
||||
AMG_F90_FLAGS="-silent"
|
||||
|
||||
AMG_LINK="cc"
|
||||
AMG_LINK_FLAGS="-L${AMG_DIR}/lib -lamg -L$AMG_DIR/lib/cvode -lcvode \
|
||||
-L/usr/local/lib -L/usr/lib -lfor -lm"
|
||||
26
seq_ls/amg/amgdriver/config.dec
Normal file
26
seq_ls/amg/amgdriver/config.dec
Normal file
@ -0,0 +1,26 @@
|
||||
#BHEADER***********************************************************************
|
||||
# (c) 1996 The Regents of the University of California
|
||||
#
|
||||
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
|
||||
# notice, contact person, and disclaimer.
|
||||
#
|
||||
# $Revision$
|
||||
#EHEADER***********************************************************************
|
||||
|
||||
#=============================================================================
|
||||
# Configuration file for Sun Solaris systems
|
||||
#=============================================================================
|
||||
|
||||
AMG_CC="cc"
|
||||
AMG_CC_FLAGS="-I$AMG_DIR/include -I/usr/local/include"
|
||||
|
||||
AMG_F77="f77"
|
||||
AMG_F77_FLAGS=""
|
||||
AMG_F77_OPT="-O"
|
||||
AMG_F77_DEBUG="-g"
|
||||
|
||||
AMG_F90_FLAGS="-silent"
|
||||
|
||||
AMG_LINK="cc"
|
||||
AMG_LINK_FLAGS="-L${AMG_DIR}/lib -lamg -L$AMG_DIR/lib/cvode -lcvode \
|
||||
-L/usr/local/lib -L/usr/lib -lfor -lm"
|
||||
Loading…
Reference in New Issue
Block a user