[SCore-users] mpich 1.2.4

kameyama at pccluster.org kameyama at pccluster.org
Mon Nov 25 10:13:41 JST 2002


In article <200211231328.gANDSFo04643 at zeralda.streamline.com> Nick Birkett <nrcb at streamline-computing.com> wrotes:
> Dear Score users, I see SCore 5.2 supports mpich 1.2.4 
> but the compiler interface has changed. 
> 
> Can anyone tell me if/how it is possible to add mpich 1.2.4
> support to SCore 5.0.1 systems ? I know SCore is already
> enabled for multiple mpi support. 
> Is there a patch we can apply to the 5.0.1 mpi source code ?

Please copy score-src/runtime/mpich-1.2.4 from SCore 5.2.
And please apply following patch to mpi_make.sh for mpich 1.2.4.
(But I don't test this patch.)

                       from Kameyama Toyohisa
---------------------------------------cut here---------------------------------
--- mpi_make.sh Fri Sep 20 12:11:32 2002
+++ mpi_make.5.0.sh     Mon Nov 25 10:04:40 2002
@@ -80,12 +80,15 @@
 else
     BUILDDIR=${NICKNAME}.${POST_NICKNAME}
 fi
-BUILDDIR=${BUILDDIR}_${COMPILER}
+if [ $COMPILER != "gnu" ]; then
+    BUILDDIR=${BUILDDIR}_${COMPILER}
+fi
+
 
 #
 # get spec
 #
-SPEC=`$INSTALL_ROOT/bin/score_compiler_list -e mpi| grep "^${COMPILER}[       ]" |  sed "s/^${COMPILER}[       ]*//"`
+SPEC=`$INSTALL_ROOT/bin/score_compiler_list | grep "^${COMPILER}[      ]" |  sed "s/^${COMPILER}[      ]*//"`
 
 #
 # get compiler path
---------------------------------------cut here---------------------------------



More information about the SCore-users mailing list