> I had problems finding recent posts and accessing this mailing list.
> Please check link from http://www.dealii.org/6.2.1/index.html to
> ->Mailing
> list ->Archives which links to
> http://www.dealii.org/~archiver/dealii/maillist.html which is almost 5
> months old archive. This link should point to some recent posts.

Indeed, some script appears not to be running properly. Guido, would you 
mind taking a look?


> I am trying to build deal.II-6.2.1 with petsc (+metis+acml). I have
> tried many many options and I am still unable to get a functioning
> install. Previously, I had segmentation error result upon running
> step-17, but then I applied  --disable-threads (found advice on the
> mailing list, if this is mandatory it should be documented in official
> readme file).

I just documented this in step-17 and step-18. Thanks for pointing this 
out.


> After that no more segmentation error and step-17 works on 
> 1 processor, but 'mpiexec -n 2 ./step-17' reports an error (link to this
> at bottom).

It appears as if both processors still think that they are processor zero 
since they both produce output, and they appear to both think that no 
other processor is around. But there is a second processor.

I believe this is due to the fact that you download mpich when configuring 
and building petsc, but you don't pass the --with-mpi=1 switch. Does 
adding this switch help? Alternatively, does it make a difference if you 
configure deal.II using --enable-mpi?

Best
 W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to