1 / 6

How it normally looks (v1.6)

How it normally looks (v1.6). Open MPI. All the other MPI_* API functions, constants, handles. MPI_File _* API functions, constants, handles. ROMIO plugin. How it normally looks (v1.7). Open MPI. All the other MPI_* API functions, constants, handles.

elsa
Download Presentation

How it normally looks (v1.6)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How it normally looks (v1.6) Open MPI All the other MPI_* API functions, constants, handles MPI_File_* API functions, constants, handles ROMIO plugin

  2. How it normally looks (v1.7) Open MPI All the other MPI_* API functions, constants, handles MPI_File_* API functions, constants, handles ROMIO plugin OMPIO plugin

  3. --disable-mpi-io (v1.6) Open MPI All the other MPI_* API functions, constants, handles MPI_File_* API functions, constants, handles Compile/link time error if you call MPI_File_open() because that symbol doesn’t exist in mpi.h or libmpi. ROMIO plugin

  4. --disable-mpi-io (v1.7) Open MPI All the other MPI_* API functions, constants, handles MPI_File_* API functions, constants, handles ROMIO plugin OMPIO plugin

  5. --disable-io-romio (v1.6) Open MPI All the other MPI_* API functions, constants, handles MPI_File_* API functions, constants, handles ROMIO plugin Run-time error if you call MPI_File_open() because OMPI has no plugin to do the MPI I/O functionality.

  6. --disable-io-romio (v1.7) Open MPI All the other MPI_* API functions, constants, handles MPI_File_* API functions, constants, handles No run-time error if you call MPI_File_open() because OMPI will use the OMPIO plugin ROMIO plugin OMPIO plugin

More Related