Hi All: I'm trying to build the weather code WRF under openSUSE 12.1
x64 and it *should* be building easily but I'm getting a very odd error
during the build where it claims my mpi.h file has an incorrect format.
I suspect that there is some other needed file it's not finding, but I
am not su
I went through the compile process with openMPI - twice, using g95 and
gfortran (the default install on my openSuSE11.0 setup). It seems to
have trouble finding the libraries, in particular libopen-pal.so.0
I've seen shared-library problems with some x86_64 packages that I
contrib to SourceForge a
I just found out I need to switch from mpich2 to openMPI for some code
I'm running. I noticed that it's available in an openSuSE repo (I'm
using openSuSE 11.0 x86_64 on a TYAN 32-processor Opteron 8000 system),
but when I was using mpich2 I seemed to have better luck compiling it
from code. This