- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1) In page number 109 of reference manual, is written: " There is no support for C and C++ applications". What does it means exactly?
2) What is Cache Bypass algorithm defined in I_MPI_SHM_CACHE_BYPASS enviroment variable? ( page 69 )
3) In page 90( Dynamic proces support", it means i can attach an MPi process to another MPi processi in running?
4) Whe i use MPI_PIN_PROCESSOR_LIST, what does
Thanks in advance!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1) In page number 109 of reference manual, is written: " There is no support for C and C++ applications". What does it means exactly?
2) What is Cache Bypass algorithm defined in I_MPI_SHM_CACHE_BYPASS enviroment variable? ( page 69 )
3) In page 90( Dynamic proces support", it means i can attach an MPi process to another MPi processi in running?
4) Whe i use MPI_PIN_PROCESSOR_LIST, what does
Thanks in advance!
1) As this comment is in the section about ilp64 (64-bit integer) support, and follows the statement saying there is no f90 USE file for this, I have to assume it means there are no include files for long int.
2) The default threshold isn't documented, but presumably, by default, messages passed by shm within the originating node, which exceed some size threshold, use nontemporal store so that they do not evict all or most of the data in cache. It's easy to imagine situations where you might want a message to reside in the destination cache for immediate use, or where you might want nontemporal to apply to smaller messages than the default threshold. You would have to set up some baseline performance case to evaluate whether changes from the defaults are useful for your application.
3) I can't add to public descriptions of this feature. I haven't seen it used.
4) As far as I can tell, allcores is meant to facilitate use of 1 logical processor per core (when HT is enabled), while "all" makes all the logical processors available. allsocks may be intended to help distribute a smaller number of MPI processes across multiple sockets/packages. I agree that the description ought to be clarified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for you reply.
For example, if i use I_MPI_PIN_PROCESSOR_LIST=allsocks and suppose i have 2 sockets in a node and 4 MPI process. It means the MPI process will be distributed rank 0 and rank 1 in a first node ( rank 0 in a 1 sockes and rank 1 in a second socket) and the same for rank 2 and 3 but in the second node?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page