[Aces-support] mpich-gcc libraries...

Constantinos Evangelinos ce107 at ocean.mit.edu
Fri Feb 2 15:58:13 EST 2007


On Fri 02 Feb 2007 15:35, Gene-Hua Crystal Ng wrote:

> itrda nodes.  Are the libraries available on other machines?
>
> On Fri, 2 Feb 2007 aces-admin at techsquare.com wrote:
> > hello gng-
> >
> > which machine are you running on ?
> >
> > [greg]
> >
> >> Date: Fri, 2 Feb 2007 15:01:33 -0500 (EST)
> >> From: Gene-Hua Crystal Ng <gng at mit.edu>
> >> MIME-Version: 1.0
> >> Cc:
> >> Reply-To: ACES-support at mitgcm.org
> >>
> >> Hi,
> >>
> >> I am trying to help someone re-run his model on the cluster, and it
> >> seems that some of the libraries he used to use (last year) are now
> >> missing. Specifically, I'm having problems with the following mpich-gcc
> >> libraries: -llapack -lg2c -lblas.  How can I use these?
> >>
> >> Thanks,
> >> Crystal


None of the 3 libraries have anything to do with MPICH - they are the LAPACK 
library, the gnu fortran support library and the BLAS library respectively.

They are all present on the compute nodes - they are not present on itrda and 
probably the other head nodes as well. As you are not supposed to compile on 
the head nodes that should not be a problem but it appears that is exactly 
what you were trying to do. 

FYI if your performance depends on BLAS/LAPACK, using Intel MKL (out of
/usr/local/pkg/mkl/mkl-8.1.014/lib/32/) and link with 
-Bstatic -L/usr/local/pkg/mkl/mkl-8.1.014/lib/32 -lmkl_lapack -lmkl_ia32 
-lguide

Constantinos
-- 
Dr. Constantinos Evangelinos
Department of Earth, Atmospheric and Planetary Sciences
Massachusetts Institute of Technology



More information about the Aces-support mailing list