Re: [OMPI users] BLACS Tester installation errors

2006-09-21 Thread Åke Sandgren
On Thu, 2006-09-21 at 09:26 -0400, Benjamin Gaudio wrote:
> I have installed OpenMPI 1.1.1 for the first time yesterday and am
> now having trouble getting the BLACS Tester to install properly. 
> OpenMPI seemed to build without error, and BLACS also built without
> any apparent errors.  When I tried to install the Blacs tester, one
> of the first lines of output was:

To compile blacstest with g77 you need
-fugly-complex -fno-globals -Wno-globals
Add this to TESTING/Makefile
where it compiles blacstest.

blacstest.o : blacstest.f
$(F77) -fugly-complex -fno-globals -Wno-globals
$(F77NO_OPTFLAGS) -c $*.f

-- 
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: a...@hpc2n.umu.se   Phone: +46 90 7866134 Fax: +46 90 7866126
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se



[OMPI users] BLACS Tester installation errors

2006-09-21 Thread Benjamin Gaudio
I have installed OpenMPI 1.1.1 for the first time yesterday and am
now having trouble getting the BLACS Tester to install properly. 
OpenMPI seemed to build without error, and BLACS also built without
any apparent errors.  When I tried to install the Blacs tester, one
of the first lines of output was:

g77: unrecognized option `-Nx400'

So, I tried removing it from Bmake.inc so that it read:

   F77NO_OPTFLAGS = 

which results in several "warnings" and also ends in rather
uninformative errors.  

I am very new to MPI / BLACS, so please forgive me if I am
overlooking something obvious.  

Here is some system information:
SUSE 10.1
g77 fortran compiler (does the same thing with gfortran)
openmpi 1.1.1

Attached is the output from both attempts, with the -Nx400 and
without.

Benjamin Gaudio


blacstester-output.tar.gz
Description: Binary data