-
Notifications
You must be signed in to change notification settings - Fork 68
reduce the priority of ompio if lustre file system detected #896
reduce the priority of ompio if lustre file system detected #896
Conversation
|
Test FAILed. |
|
hmm... what's going on with mlnx jenkins? |
|
Test PASSed. |
|
@edgargabriel unfortunately with mpi2basic_tests/file/filetest I'm getting a segfault using romio314: should we expect this failure when using romio314? the test works with ompiio |
|
I should add this failure is lustre fs specific. |
|
romio314 does not pass a number of tests from the filetest, but on UFS it does not segfault as far as I remember. I have not ran filetest with romio314 on lustre however. |
|
IMB-IO seems to run fine with this commit on nersc lustre. So giving thumbs up. 👍 |
|
@jsquyres this is ready to go |
reduce the priority of ompio if lustre file system detected
PR open-mpi#896 broke os-x build. This commit fixes the problem. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
Should this be applied to master but without the reduction in lustre priority? |
|
I would have hoped that it is not necessary. Ideally, we do not need to check for the filesystem type in initializing the IO component, that is really just a solution because of the lustre problems (that I hope is on the way of being resolved). |
|
Okay. Then I think we'll add a label to this PR to revert it when we branch 2.0.X from 2.X. |
PR open-mpi#896 broke os-x build. This commit fixes the problem. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
@hppritcha would you mind giving this pr a quick test ? I tested it on the Stuttgart Cray and it did what it was supposed to be doing ( namely OMPIO reduced its priority), and on my machine (in which OMPIO kept its priority).