Hi, I want to profile OpenFOAM application solver (simpleFoam) on Intel Xeon but facing some error.
The host CPU is Two Intel(R) Xeon(R) E5-2670. When I execute the application in parallel without profiling it executes without any error. But when I execute the application with Vtune it gives an error which I'm unable to resolve. I have used Intel(R) VTune(TM) Amplifier XE 2015 Update 2.
The command executed is as follows,
mpirun -np 16 amplxe-cl -collect advanced-hotspots -r profile -- simpleFoam -parallel
I have attached the error file. Please find attachment.
Can you help me out in this ?
Thank You.
链接已复制
Hello Patil,
Please use VTune Amplifier 2017 (better recent Update 2) where this issue should be resolved.
Please note that if you use non-Intel MPI you should add "-trace-mpi" option.
Thanks & Regards, Dmitry
Hello,
If you run your application on one node then you can try the following semantics:
amplxe-cl -collect advanced-hotspots -r profile mpirun -np 16 simpleFoam -parallel
If you want to collect on multiple nodes - there is no way to do this for the old release.
Thanks & Regards, Dmitry
