Attached are the two library files you requested, also the output from
ompi_info.
I tried the work-around procedure you suggested, and it worked. I had to
also use it in 'ompi/mca/mpool/gm' and 'ompi/mca/ptl/gm', but I got a
successful make. Then, on a hunch, I went back and added
setenv LDFLAGS
On Mar 10, 2006, at 8:35 AM, Brian Barrett wrote:
On Mar 9, 2006, at 11:37 PM, Tom Rosmond wrote:
Attached are output files from a build with the adjustments you
suggested.
setenv FC pgf90
setenv F77 pgf90
setenv CCPFLAGS -I/usr/include/gm
./configure --prefix=/users/rosmond/ompi --with-
On Mar 9, 2006, at 11:37 PM, Tom Rosmond wrote:
Attached are output files from a build with the adjustments you
suggested.
setenv FC pgf90
setenv F77 pgf90
setenv CCPFLAGS -I/usr/include/gm
./configure --prefix=/users/rosmond/ompi --with-gm
The results are the same.
Yes, I figured the
Attached are output files from a build with the adjustments you suggested.
setenv FC pgf90
setenv F77 pgf90
setenv CCPFLAGS -I/usr/include/gm
./configure --prefix=/users/rosmond/ompi --with-gm
The results are the same.
P.S. I understand that the mpi2 option is just a dummy. I use it because
I
On Mar 9, 2006, at 2:51 PM, Tom Rosmond wrote:
I am trying to install OPENMPI on a Linux cluster with 22 dual
Opteron nodes
and a Myrinet interconnect. I am having trouble with the build
with the GM
libraries. I configured with:
./configure --prefix-/users/rosmond/ompi --with-gm=/usr/lib6
Troy Telford wrote:
The configure seemed to go OK, but the make failed. As you see at the
end of the
make output, it doesn't like the format of libgm.so. It looks to me
that it is using
a path (/usr/lib/.) to 32 bit libraries, rather than 64 bit
(/usr/lib64/). Is this
correct? Wha
The configure seemed to go OK, but the make failed. As you see at the
end of the
make output, it doesn't like the format of libgm.so. It looks to me
that it is using
a path (/usr/lib/.) to 32 bit libraries, rather than 64 bit
(/usr/lib64/). Is this
correct? What's the solution?
Firs
Hi,
I am trying to install OPENMPI on a Linux cluster with 22 dual Opteron
nodes
and a Myrinet interconnect. I am having trouble with the build with the GM
libraries. I configured with:
./configure --prefix-/users/rosmond/ompi --with-gm=/usr/lib64
--enable-mpi2-one-sided
and the environme