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
[ROCm/rocprofiler-systems commit: a546949ff4]
This commit is contained in:
committed by
GitHub
parent
f17ff12a66
commit
adb6e94de5
@@ -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