[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.2-82-g7b7b759

mysql vizuser noreply at mpich.org
Thu Mar 28 13:42:06 CDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  7b7b759223da7347b24313e89a76193d267d7afc (commit)
      from  317b2f3e7ab4efb58b20cf51e35871d4e88f630e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/7b7b759223da7347b24313e89a76193d267d7afc

commit 7b7b759223da7347b24313e89a76193d267d7afc
Author: Ralf Gunter <ralfgunter at gmail.com>
Date:   Wed Mar 27 16:38:25 2013 -0500

    README: fix pamid configuration example
    
    An old driver version (`V1R1M2`) was hard-coded into the compiler paths.
    
    Reviewed-by: goodell

diff --git a/README.vin b/README.vin
index c7f7d3e..6910baa 100644
--- a/README.vin
+++ b/README.vin
@@ -502,10 +502,10 @@ configure options can be used:
 	      --enable-error-messages --disable-debuginfo
 	      --enable-thread-cs=per-object --enable-handle-allocation=tls
 	      --enable-refcount=lock-free --disable-predefined-refcount
-	      CC=/bgsys/drivers/V1R1M2/ppc64/gnu-linux/bin/powerpc64-bgq-linux-gcc
-	      CXX=/bgsys/drivers/V1R1M2/ppc64/gnu-linux/bin/powerpc64-bgq-linux-g++
-	      F77=/bgsys/drivers/V1R1M2/ppc64/gnu-linux/bin/powerpc64-bgq-linux-gfortran
-	      FC=/bgsys/drivers/V1R1M2/ppc64/gnu-linux/bin/powerpc64-bgq-linux-gfortran
+	      CC=powerpc64-bgq-linux-gcc
+	      CXX=powerpc64-bgq-linux-g++
+	      F77=powerpc64-bgq-linux-gfortran
+	      FC=powerpc64-bgq-linux-gfortran
 
 -------------------------------------------------------------------------
 

-----------------------------------------------------------------------

Summary of changes:
 README.vin |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list