2
0

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]
Este cometimento está contido em:
Jonathan R. Madsen
2022-01-26 15:02:53 -06:00
cometido por GitHub
ascendente f17ff12a66
cometimento adb6e94de5
9 ficheiros modificados com 87 adições e 55 eliminações
+3 -3
Ver ficheiro
@@ -274,12 +274,12 @@ configure_settings()
void
print_config_settings(
std::ostream& _os,
std::ostream& _ros,
std::function<bool(const std::string_view&, const std::set<std::string>&)>&& _filter)
{
OMNITRACE_CONDITIONAL_BASIC_PRINT(true, "configuration:\n");
auto _flags = _os.flags();
std::stringstream _os{};
bool _md = tim::get_env<bool>("OMNITRACE_SETTINGS_DESC_MARKDOWN", false);
@@ -370,7 +370,7 @@ print_config_settings(
}
_os << _spacer.str() << "\n";
_os.setf(_flags);
_ros << _os.str() << std::flush;
}
std::string&