=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/configure,v retrieving revision 1.44 retrieving revision 1.47 diff -u -p -r1.44 -r1.47 --- OpenXM_contrib2/asir2000/configure 2009/02/11 21:48:15 1.44 +++ OpenXM_contrib2/asir2000/configure 2009/02/23 16:51:05 1.47 @@ -752,8 +752,6 @@ XPMLIB USE_PLOT_TRUE USE_PLOT_FALSE FEPLIB -MPIINC -MPILIB LAPACKLIB libasir_postfix USE_GC_SPARC64 @@ -774,6 +772,7 @@ with_pari enable_plot enable_interval enable_fft_float +with_mpi ' ac_precious_vars='build_alias host_alias @@ -1437,6 +1436,7 @@ Optional Packages: --with-gc7 use GC 7.x (if --with-asir-gc=yes) [no] --with-distdir specify the spool for fetching. [no] --with-pari use the PARI library. [no] + --with-mpi use the MPI library. [no] Some influential environment variables: CC C compiler command @@ -5544,7 +5544,7 @@ else _ACEOF fi -GC_CONFIGURE_ARGS=--disable-threads +GC_CONFIGURE_ARGS="--disable-threads --enable-large-config" if test -n "${host_alias}" ; then GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" fi @@ -6560,16 +6560,20 @@ _ACEOF fi +# Check whether --with-mpi was given. +if test "${with_mpi+set}" = set; then + withval=$with_mpi; with_mpi=${withval} +else + with_mpi=no +fi + + if test "${with_mpi:=no}" != no ; then - MPIINC="-I/opt/FJSVmpi2/include" - MPILIB="-L/opt/FJSVmpi2/lib -lmpi -L/opt/FSUNaprun/lib -lmpl -lemi -lthread" cat >>confdefs.h <<\_ACEOF #define MPI 1 _ACEOF fi - - if test "${with_lapack:=no}" != no ; then