Hi. I'm trying to compile a Fortran 90 code with Compaq Visual
Fortran v6.6.c and MPICH2. I have successfully compiled this code on a
unix machine that had MPI and F90 on it. However, when compiling on my PC
I get the following errors. Any idea how to correct these?
Thanks in advance.
Brent
Deleting intermediate files and output files for project 'HELMHOLTZ -
Win32 Debug'.
--------------------Configuration: HELMHOLTZ - Win32
Debug--------------------
Compiling Fortran...
mod_mpi.i90
mod_mblock.i90
helmholtz2d_lib_m.i90
helmholtz2d_globals_m.i90
helmholtz2d.i90
get_mpi_info.i90
get_block_info.i90
csimqpp_par.i90
csimqpp.i90
Linking...
csimqpp_par.obj : error LNK2001: unresolved external symbol _MPI_BARRIER
get_block_info.obj : error LNK2001: unresolved external symbol
_MPI_BARRIER
helmholtz2d.obj : error LNK2001: unresolved external symbol _MPI_BARRIER
csimqpp_par.obj : error LNK2001: unresolved external symbol _MPI_SEND
helmholtz2d.obj : error LNK2001: unresolved external symbol _MPI_SEND
csimqpp_par.obj : error LNK2001: unresolved external symbol _MPI_RECV
helmholtz2d.obj : error LNK2001: unresolved external symbol _MPI_RECV
get_block_info.obj : error LNK2001: unresolved external symbol
_MPI_COMM_SPLIT
get_block_info.obj : error LNK2001: unresolved external symbol
_MPI_ALLGATHER
get_mpi_info.obj : error LNK2001: unresolved external symbol _MPI_INIT
get_mpi_info.obj : error LNK2001: unresolved external symbol
_MPI_COMM_RANK
get_mpi_info.obj : error LNK2001: unresolved external symbol
_MPI_COMM_SIZE
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_CONVERSION_FN_NULL
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_TYPE_NULL_COPY_FN
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_TYPE_NULL_DELETE_FN
mod_mpi.obj : error LNK2001: unresolved external symbol _MPI_TYPE_DUP_FN
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_WIN_NULL_COPY_FN
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_WIN_NULL_DELETE_FN
mod_mpi.obj : error LNK2001: unresolved external symbol _MPI_WIN_DUP_FN
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_COMM_NULL_COPY_FN
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_COMM_NULL_DELETE_FN
mod_mpi.obj : error LNK2001: unresolved external symbol _MPI_COMM_DUP_FN
mod_mpi.obj : error LNK2001: unresolved external symbol _MPI_NULL_COPY_FN
mod_mpi.obj : error LNK2001: unresolved external symbol
_MPI_NULL_DELETE_FN
Debug/HELMHOLTZ.exe : fatal error LNK1120: 20 unresolved externals
Error executing link.exe.
HELMHOLTZ.exe - 25 error(s), 0 warning(s)
----------------------------------------------------------------------
Brent S. Paul bsp100@psu.edu
PSU Computational Aero and Thermo Acoustics M:tG
Office: (860) 462-1038 efax: (208) 575-9884
----------------------------------------------------------------------
|
|
0
|
|
|
|
Reply
|
Brent
|
3/21/2006 6:26:58 PM |
|