Update of /cvsroot/boost/boost/libs/mpi/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11158

Modified Files:
        Jamfile.v2 
Log Message:
Reword warning when MPI is not configured

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/build/Jamfile.v2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile.v2  17 Jan 2007 02:48:49 -0000      1.1
+++ Jamfile.v2  29 Jan 2007 18:30:38 -0000      1.2
@@ -77,6 +77,8 @@
 }
 else
 {
-  ECHO "The mpi module has not been initialized; MPI libraries will not be 
built." ;
-  ECHO "hint: add \"using mpi ;\" to user-config.jam to enable MPI support." ;
+  ECHO "warning: skipping optional Message Passing Interface (MPI) library." ;
+  ECHO "note: to enable MPI support, add \"using mpi ;\" to user-config.jam." ;
+  ECHO "note: to suppress this message, pass \"--without-mpi\" to bjam." ;
+  ECHO "note: otherwise, you can safely ignore this message." ;
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to