PnMPI icon indicating copy to clipboard operation
PnMPI copied to clipboard

Virtualization Layer for the MPI Profiling Interface

Results 7 PnMPI issues
Sort by recently updated
recently updated
newest added

With CMake 3.20.3, I see the following error (while still 3.16 succeeds): ``` CMake Error: install(EXPORT "pnmpi-libs" ...) includes target "pnmpi" which requires target "pnmpi_debug" that is not in any...

To fix issue #13, an updated version of wrap throws an error on a missing python interpreter.

This fixes the issue #11 Besides the compilation errors described in the issue. There was also a runtime error of multiple MPI_Send/Recv being called after MPI_Finalize.

On a clean Centos 7 machine (Intel64): ## packages ``` sudo yum -y group install "Development Tools" sudo yum -y install cmake screen gcc-gfortran git help2man install environment-modules mpich-devel ```...

When running CMake in a build environment without a python interpreter installed, it prints a warning, but doesn't exit with an error code. However, building PnMPI requires python and CMake...

The current configuration parser has some memory leaks and sometimes behaves a little bit buggy for invalid configuration files. In addition we need additional features for future development of PnMPI....

Compilation for certain combinations of compiler plus Intel MPI fails, indicating that mpi.h must be included before stdio.h (and friends). Re-ordered the inclusions, tested across gcc, intel, and pgi compilers...