version 1.35, 2003/03/07 03:12:26 |
version 1.36, 2003/03/07 08:05:47 |
|
|
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* All rights reserved. |
* All rights reserved. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.34 2003/02/14 22:29:13 ohara Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.35 2003/03/07 03:12:26 noro Exp $ |
*/ |
*/ |
#include "config.h" |
#include "config.h" |
|
|
|
|
#endif |
#endif |
|
|
#ifdef USE_LAPACK |
#ifdef USE_LAPACK |
LAPACK= -DLAPACK=1 |
LAPACK= -DLAPACK |
LAPACKLIB = -llapack -lblas -lI77 -lF77 |
LAPACKLIB = -llapack -lblas -lI77 -lF77 |
#else |
#else |
LAPACK= -DLAPACK=0 |
LAPACK= |
LAPACKLIB = |
LAPACKLIB = |
#endif |
#endif |
|
|
#ifdef USE_PLOT |
#ifdef USE_PLOT |
DO_PLOT= -DDO_PLOT=1 |
DO_PLOT= -DDO_PLOT |
#else |
#else |
DO_PLOT= -DDO_PLOT=0 |
DO_PLOT= |
#endif |
#endif |
|
|
#ifdef USE_FFT_FLOAT |
#ifdef USE_FFT_FLOAT |
|
|
#endif |
#endif |
|
|
#ifdef USE_MPI |
#ifdef USE_MPI |
MPI= -DMPI=1 |
MPI= -DMPI |
MPILIB=-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread |
MPILIB=-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread |
MPIINC=-I/opt/FJSVmpi2/include |
MPIINC=-I/opt/FJSVmpi2/include |
#else |
#else |
MPI=-DMPI=0 |
MPI= |
MPILIB= |
MPILIB= |
MPIINC= |
MPIINC= |
#endif |
#endif |
|
|
#ifdef USE_FEP |
#ifdef USE_FEP |
FEP= -DFEP=1 |
FEP= -DFEP |
#if defined(OpenXM_HOME) |
#if defined(OpenXM_HOME) |
FEPLIB= $(ROOTDIR)/lib/libreadline.a |
FEPLIB= $(ROOTDIR)/lib/libreadline.a |
#else |
#else |
FEPLIB = -lreadline -ltermcap |
FEPLIB = -lreadline -ltermcap |
#endif |
#endif |
#else |
#else |
FEP=-DFEP=0 |
FEP= |
FEPLIB = |
FEPLIB = |
#endif |
#endif |
|
|