Re: [mpich-discuss] Fwd: Unresolved symbol for all MPI functions
Hi, There's no attachment; it's hard to provide an answer without more information. A few generic suggestions: Are you compiling your program with the MPI compiler wrappers? Is it a mixed Fortran/C program? If so, this could be a function underscoring issue. Make sure you use the Fortran compiler that you used to compile MPICH, and that you link with the Fortran compiler (not the C compiler). ~Jim. On 12/18/12 3:56 PM, Dave Goodell wrote:
Forwarding to [email protected] <mailto:[email protected]>, since that is the actual mailing list address. Please do not send list questions to the *-owner@ or *-request@ aliases.
-Dave
Begin forwarded message:
*From: *Sivasankaran P <[email protected] <mailto:[email protected]>> *Subject: **Unresolved symbol for all MPI functions* *Date: *December 18, 2012 5:20:13 AM CST *To: *"[email protected] <mailto:[email protected]>" <[email protected] <mailto:[email protected]>>, "[email protected]:" <[email protected]:>
Hi, I hae installed MPICH2 based on the attachment. I am unable to compile the FORTRAN / C source codes with the MPI function calls. I am getting the following error: Unresolved external symbol _/MPI/_INIT referenced function main Thanks, *Sivasankaran Palanivelu* Technical Manager�Embedded and Engineering Software CoE** *QuEST Global* #55, Quest Towers, Mahadevpura, Bangalore, Karnataka - 560 048, India *T:*+91 80 41190900*X:*1256*F:*+91 80 41190900*M:*+91-9880269291 *E:*[email protected] <mailto:[email protected]> *Follow us on:****cid:[email protected]* <http://www.facebook.com/QuESTGlobal>*cid:[email protected]* <http://www.linkedin.com/company/quest_2>*cid:[email protected]* <http://twitter.com/#!/QuEST_Global>** *W:*http://engineering.quest-global.com
---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ------------------------------------------------------------------------------------
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Jim Dinan