[orsa] - Rebuild for both mpich2 and openmpi updates

Deji Akingunola deji at fedoraproject.org
Tue Oct 19 16:27:14 UTC 2010


commit 75c1e3ce9fe42459088ca22b931c4d4ba3f86285
Author: Deji Akingunola <dakingun at gmail.com>
Date:   Tue Oct 19 12:27:37 2010 -0400

    - Rebuild for both mpich2 and openmpi updates

 ORSA_MPI  |    7 ++-----
 orsa.spec |    5 ++++-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ORSA_MPI b/ORSA_MPI
index 68c21f9..f2e4686 100644
--- a/ORSA_MPI
+++ b/ORSA_MPI
@@ -6,7 +6,6 @@ There are 4 different builds of orsa with different MPI support:
 orsa(-devel) -- No MPI support
 orsa-openmpi(-devel) -- Built with OpenMPI support
 orsa-mpich2(-devel) -- Built with MPICH2 MPI support
-orsa-lam-(-devel) -- Built with LAM MPI support
 
 Environment-modules are used to enable parallel installation and usage of all of the supported MPI implementations.
 Before using orsa with MPI support, you have to load the particular module, which ensures setting proper PATH and LD_LIBRARY_PATH variables:
@@ -19,13 +18,11 @@ followed by:
 
 module load openmpi-%{_arch} 
 OR
-module load %{_datadir}/mpich2/mpich2.module
-OR
-module load lam-%{_arch}
+module load mpich2-%{_arch}
 
 You can use 
 
-rpm --eval "%{_arch} %{_datadir}" 
+rpm --eval "%{_arch}" 
 
 to find out proper values for your machine.
 
diff --git a/orsa.spec b/orsa.spec
index 7989f48..fb71637 100644
--- a/orsa.spec
+++ b/orsa.spec
@@ -3,7 +3,7 @@
 
 Name:			orsa
 Version:		0.7.0
-Release:		13%{?dist}
+Release:		14%{?dist}
 Summary:		Orbit Reconstruction, Simulation and Analysis
 
 Group:			Amusements/Graphics
@@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING DEVELOPERS ORSA_MPI
 
 %changelog
+* Tue Oct 19 2010 Deji Akingunola <dakingun at gmail.com> - 0.7.0-14
+- Rebuild for both mpich2 and openmpi updates
+
 * Thu Dec 10 2009 Deji Akingunola <dakingun at gmail.com> - 0.7.0-13
 - No need to force mpicxx to be CC for mpich2 subpackage
 - BR mpich2-devel-static


More information about the scm-commits mailing list