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:
cometido por
GitHub
ascendente
f17ff12a66
cometimento
adb6e94de5
@@ -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&
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador