Re: [Pympi-users] Compile problem with OpenMPI
Status: Alpha
Brought to you by:
patmiller
From: Luigi P. <lu...@la...> - 2006-06-26 08:17:07
|
OK, thank you guys! Setting up CC=mpicc everything works! Thank you again! Cheers Luigi Pat Miller wrote: > I think the issue is that the configure did not properly identify the > MPI C compiler. > > Try something like: > > % env CC="my_mpi_c_compiler" ./configure ...... > > where my_mpi_c_compiler is typically something like > > mpicc > mpiicc > mpiiicpc > ... > > The configure scripts guesses ones I know about, but sometimes cannot > intuit > how to build a valid MPI program from C. > > Pat > |