- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I have attached two codes, one being sending data to the other. The codes measure the bandwidth using two different MPI techniques, namely, MPI shared memory and point-to-point communication.
I run the following commands
mpiifort test_sup1.f -o test1.a
mpiifort test_sup2.f -o test2.a
mpirun -n 1 inspxe-cl -collect=mi3 -result-dir=results2 ./test1.a -collect=mi3 -result-dir=results2 -n 1 ./test2.a
The inspector gives me three memory leak problems. Unfortunately, I have sofar not been able to diagnose where this leak occurs on my code. I would really appreciate if somebody could have a look and guide me.
Thanks very much
- Tags:
- CC++
- Debugging
- Development Tools
- Fortran
- Intel® Inspector
- Optimization
- Parallel Computing
- Vectorization
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page