v0.0.3: MPI wrappers w/o full MPI support + setup-env.sh (#15)
* v0.0.3: MPI wrappers w/o full MPI support + setup-env.sh - bumped to v0.0.3 - enabled gotcha wrapping of MPI functions w/o enabling MPI - added setup-env.sh script - minor updates to testing - Update timemory submodule - fixes tim::component::configure_mpip undefined symbol - Script updates
This commit is contained in:
کامیت شده توسط
GitHub
والد
02f59ec9dc
کامیت
c56b49a0bd
@@ -83,6 +83,9 @@ setup_gotchas()
|
||||
mpi_gotcha_t::template configure<0, int, int*, char***>("MPI_Init");
|
||||
mpi_gotcha_t::template configure<1, int, int*, char***, int, int*>(
|
||||
"MPI_Init_thread");
|
||||
#if defined(HOSTTRACE_USE_MPI_HEADERS)
|
||||
mpi_gotcha_t::template configure<3, int>("MPI_Finalize");
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
مرجع در شماره جدید
Block a user