- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
My application is a python program and mpi is called as mpi4py(built with intel mpi), and it needs to be killed during the runing(it needs a long time, we only profile a little). I use LD_PRELOAD=libVTfs.so mpirun -trace -n 2 python My application, it didn't generate stf as doc said. It only generate a file folder which contains stat-0.bin and stat-1.bin(filesize=0), any wrong with my configure? I already source mpivars.sh, itacvars. Thanks very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zhoulong,
Crashing applications or long running applications which are stopped by the user (e.g. check-pointed) do not produce an Intel® Trace Analyzer and Collector tracefile. Here are some ways to generate the trace file, can you please try:
1. By preloading the failsafe library: mpirun –genv LD_PRELOAD libVTfs.so ...
alternative: export LD_PRELOAD=libVTfs.so
mpirun ...
2. By static linkage with libVTfs.so
Thanks,
Zhuowei
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zhoulong,
Crashing applications or long running applications which are stopped by the user (e.g. check-pointed) do not produce an Intel® Trace Analyzer and Collector tracefile. Here are some ways to generate the trace file, can you please try:
1. By preloading the failsafe library: mpirun –genv LD_PRELOAD libVTfs.so ...
alternative: export LD_PRELOAD=libVTfs.so
mpirun ...
2. By static linkage with libVTfs.so
Thanks,
Zhuowei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks, it worked

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page