- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I would like to know the "defaults" of the Intel Cluster Studio. Ok it is clear that I could check all the options in the reference guide for MPI for example. But is there a command line or a file where I could check that ?
For the intel Compiler I found the "-dryrun" option. For example:
ifort -dryrun myprog.f90
I find that very usefull to know what we are exactly doing.
But for Intel MPI I don't find a similar method. For example I know that I_MPI_PIN is set to 1 per default. How can I check all the I_MPI* options ?
Thx
Regards,
Guillaume
I would like to know the "defaults" of the Intel Cluster Studio. Ok it is clear that I could check all the options in the reference guide for MPI for example. But is there a command line or a file where I could check that ?
For the intel Compiler I found the "-dryrun" option. For example:
ifort -dryrun myprog.f90
I find that very usefull to know what we are exactly doing.
But for Intel MPI I don't find a similar method. For example I know that I_MPI_PIN is set to 1 per default. How can I check all the I_MPI* options ?
Thx
Regards,
Guillaume
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Guillaume,
I'm afraid it's impossible! :-)
There are about 100 environment variables and some of them depends on the memory, fabrics, number of processes, cache size and so on.
But if you are talking about collective operations you can get this information setting I_MPI_DEBUG=6
Regards!
Dmitry
I'm afraid it's impossible! :-)
There are about 100 environment variables and some of them depends on the memory, fabrics, number of processes, cache size and so on.
But if you are talking about collective operations you can get this information setting I_MPI_DEBUG=6
Regards!
Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
too bad!
thx for your answer.
thx for your answer.
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