Previously I collected data on KNL system with Advisor XE (survey). I want to change the input data set and rerun. I also want to collect different data. I am running this the same way - but it now fails to run. I get a message like hthis: advixe: Collection stopped.
advixe: Warning: The application returned a non-zero exit value.
Then more error messages.
My run is something like this: mpirun -np 1 advixe-cl -collect survey -project-dir /<path>/RUNFILES/dirname /<path>/RUNFILES/FILES/Craft.exe : -np 127 /path/RUNFILES/Craft.exe
Is there a flag I can add to trace what is going on with mpi and advisor xe? If I understood why it was failing maybe I could modify something. If I drop advixe and just enter:mpirun -np 1 /<path>/RUNFILES/FILES/Craft.exe : -np 127 /path/RUNFILES/Craft.exe
the application runs just fine. How do I trace what is happening so I can debug it?