- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have got linking error with MPICH2 implementation and Visual Fortran 11.1.
The following code compiles and links with no problemes :
[fxfortran] CALL MPI_FILE_READ(handle_csc, int_buffer, 5, MPI_INTEGER,
* status, mpi_err)
CALL MPI_FILE_READ(handle_csc, ZFLAG, 5, MPI_CHARACTER,
* status, mpi_err)[/fxfortran]
But, if i comments the first call, the linker fails to link to MPI_FILE_READ.
Notes that, in the first case, the reading of the integer works but the characters reading fails with an acces violation.
If any one have any idea
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Plumar,
Could you describe your problem more clearly.
What compiler do you use? What options do you use? Ok, it's clear that you are using MPICH2 but what version?
This forum is dedicated to the Intel MPI Library and Cluster tools. We could answer your question but please provide more details.
Regards!
Dmitry
Could you describe your problem more clearly.
What compiler do you use? What options do you use? Ok, it's clear that you are using MPICH2 but what version?
This forum is dedicated to the Intel MPI Library and Cluster tools. We could answer your question but please provide more details.
Regards!
Dmitry
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page