ofi-cray / fab-utils

Random useful stuff for using and developing the libfabric GNI provider
1 stars 7 forks source link

Miniapp Script Improvements #17

Closed tenbrugg closed 8 years ago

tenbrugg commented 8 years ago

including cleanup, simpler thread count handling and improved time-out handling.

Signed-off-by: Monika ten Bruggencate tenbrugg@gmail.com

@sungeunchoi Relates to #12

tenbrugg commented 8 years ago

No, timeout_1 works for small and medium, timeout_2 is a placeholder to be used some day when MPICH Finalize is faster and you guys can lower the time out value. I did some experiments and timeout_2 should work then.

sungeunchoi commented 8 years ago

Oh now I see. To avoid confusion, can you rename timeout_3 to timeout_large and also rename timeout_2 to timeout_large_2. You could probably also comment out the assignment to timeout_large_2, since it's not being used.

sungeunchoi commented 8 years ago

👍 after discussion.