Intel® System Studio
Ask questions and share information with other users of the Intel® System Studio.

inspxe-cl app arguments

eric_s_3
Beginner
254 Views

Hi,

Is there a way to include command-line arguments for the target application when starting the app with inspxe-cl?

The version of the target app expects two input files (with paths) as command line input.

Thank you.

E.

0 Kudos
1 Reply
Sukruth_H_Intel
Employee
254 Views

Hi Eric,

           Sure, Its possible to provide command line arguments with "inspxe-cl" , I would like to help you with a small example :-

sh-4.2# /mnt/sukruth/inspector_2013_for_systems/bin32/inspxe-cl -c mi3 -r result@@@ -- ./tachyon.find_and_fix_memory_errors dat/simpleballs.dat
Note: using generic X11 with default visual for 24-bit color depth
Scene contains 8 bounded objects.

CPU Time: 24.399 seconds.
Intel(R) Inspector Command Line tool
Copyright (C) 2009-2013 Intel Corporation. All rights reserved.

 
Here you could see that i have given the command line argument "dat/simpleballs.dat" as one of the argument just providing an space with the binary that you want to inspect.

Please do let me know if you need any further information on this.

Regards,

Sukruth H V

Reply