MPI gotcha updates (#20)
* MPI gotcha updates * Release script updates - build for ubuntu focal and bionic - use OpenMPI for OMNITRACE_USE_MPI_HEADERS * build-release.sh updates
This commit is contained in:
committed by
GitHub
parent
778af2a760
commit
a546949ff4
+4
-3
@@ -387,9 +387,10 @@ omnitrace_init_tooling()
|
||||
return (_v.find("OMNITRACE_") == 0);
|
||||
};
|
||||
|
||||
tim::print_env(std::cerr, [_is_omnitrace_option](const std::string& _v) {
|
||||
return _is_omnitrace_option(_v, std::set<std::string>{});
|
||||
});
|
||||
if(tim::settings::verbose() > 0)
|
||||
tim::print_env(std::cerr, [_is_omnitrace_option](const std::string& _v) {
|
||||
return _is_omnitrace_option(_v, std::set<std::string>{});
|
||||
});
|
||||
|
||||
print_config_settings(std::cerr, _is_omnitrace_option);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user