-
Notifications
You must be signed in to change notification settings - Fork 68
Pr/performance tuning #475
Conversation
…r 1 and 2 process communicators (important for some benchmarks)
…efault fileview and replace it with our optimized default file view. Otherwise, performance will suffer. file_get_view should still return the correct filetype, not our optimized default file view. This is the correct version compared to ffa67b9, which unfortunately broke some test cases in mpi_test_suite. Thanks for @ggouaillardet for reporting this! Conflicts: ompi/mca/io/ompio/io_ompio.c ompi/mca/io/ompio/io_ompio_file_set_view.c
…ment individual read/write operations. In most cases, performance seems to be better if not segmented.
…not using our aggregator selection logic.
…t to ensure that it is selected if it can run.
First in a series of commits to remove unmaintained checkpoint/restart related code from the v2.x release branch. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
I'll check this at nersc. |
Java null handle bugfix
|
I'm having problems running filetest. If I run on a lustre fs, I get a coredump almost immediately with a trace back of: 0 0x00002aaaab921885 in raise () from /lib64/libc.so.6 |
|
verified that current v2.x HEAD (@5a80ea1f) can run filetest without incident on lustre and nfs fs's. |
pml/crcpw - remove crcpw pml
|
ok, will double check, probably a missing patch or similar. Thanks! |
|
i will check further for missing prs fro. master. maybe didnt get the sent from my smart phonr so no good type. Howard ok, will double check, probably a missing patch or similar. Thanks! — |
…r 1 and 2 process communicators (important for some benchmarks)
…efault fileview and replace it with our optimized default file view. Otherwise, performance will suffer. file_get_view should still return the correct filetype, not our optimized default file view. This is the correct version compared to ffa67b9, which unfortunately broke some test cases in mpi_test_suite. Thanks for @ggouaillardet for reporting this! Conflicts: ompi/mca/io/ompio/io_ompio.c ompi/mca/io/ompio/io_ompio_file_set_view.c
…ment individual read/write operations. In most cases, performance seems to be better if not segmented.
…t to ensure that it is selected if it can run.
|
I see the problem, the v2.x branch that I used to create this pr did not contain the lustre fix yet. Updating right now the pr, give me a couple of minutes. |
|
looks like we may be missing open-mpi/ompi@477083bc in v2.x there's got to be a more automated way to manage these things. |
…release into pr/performance-tuning
|
I'll redo this pr. I made a mistake by not having an up to date v2.x branch when I created this pr, and that's why that commit is missing. As far as I can see, open-mpi/ompi@477083b is actually on v2.x, was just not in my clone when I created the branch. |
|
correct, I too needed to refresh my local repo on my mac. 2015-08-12 9:40 GMT-06:00 Edgar Gabriel notifications@github.com:
|
No description provided.