-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No DUMPI binary files generated #18
Comments
What platform are you running on? And which compilers are you using? |
CentOS Linux release 7.2.1511 |
The DUMPI binary files are generated when running this simple code: #include <mpi.h> I compile this code in this way: |
Are you definitely compiling the MPI version of the IS test? Traces will not get generated unless there is an MPI_Init and MPI_Finalize call in the code. Can you also send me the output of a |
Both MPI_Init and MPI_Finalize are called in This is the output of a
|
I changed the position of calling Dumpi at Makfile and it worked. make v=1 NPROCS=4 CLASS=C |
@gavahi thank for your solution, works for me |
Hi,
When I use DUMPI for collecting trace in NAS Benchmarks, no DUMPI binary files generated. i.e. at IS benchmark, I modified the makefile by adding dumpi to
CMPI_LIB
:It can compile and execute the
libdumpi_enable_profiling()
call in theis.c
without any error, but no DUMPI binary files generated.The text was updated successfully, but these errors were encountered: