[CIG-LONG] new install

Walter Landry wlandry at caltech.edu
Mon Feb 4 20:12:50 PST 2013


Matty Mookerjee <matty.mookerjee at sonoma.edu> wrote:
> Walter,
> 
> OK, I think I did what you wanted.  Here are the results:
> 
> matty at matty-ThinkPad-T530:~/Programs$ mpicc -c hello.c
> matty at matty-ThinkPad-T530:~/Programs$ mpicc -o hello hello.o
> matty at matty-ThinkPad-T530:~/Programs$ mpirun hello
> Hello world from process 0 of 1
> matty at matty-ThinkPad-T530:~/Programs$ mpirun -np 2 hello
> Hello world from process 0 of 2
> Hello world from process 1 of 2
> matty at matty-ThinkPad-T530:~/Programs$
> 
> How does that look?

It looks good.  My guess is that there is an old build of MPI lurking
in the petsc directory.  Could you try completely removing the petsc
directory and configuring from scratch?  I believe that the correct
configuration is something like

  ./configure --without-x

Run "make" and "make test".

Cheers,
Walter Landry


More information about the CIG-LONG mailing list