Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5073 Discussions

Memory leak but NO idea how to diagnose where this occurs on my code

AThar2
Beginner
552 Views

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

 

 

0 Kudos
0 Replies
Reply