Hi, we have 8 nodes cluster with each node having xeon 8cores. all the clusters are connected using mellanox infiniband. I have installed intel cluster studio xe 2015. i have been using mpiicc and mpirun for a while. Now i wanted to use mpitune utility using hostfile hosts
node1
node1
node2
node2
node3
node3
i tried to call mpitune from my current directory by
mpitune -hf hosts
mpitune stops by giving this output
25'Nov'15 13:19:41 | MPITune started at 25 November'15 (Wednesday) 07:49:41
25'Nov'15 13:19:41 | MPITune has been started by: srinivasan
25'Nov'15 13:19:41 | Preparing tuner's components...
25'Nov'15 13:19:41 | Initialization of signals handlers...
25'Nov'15 13:19:41 | Start catching signal with code 15 (SIGTERM) ...
25'Nov'15 13:19:41 | Success.
25'Nov'15 13:19:41 | Start catching signal with code 2 (SIGINT) ...
25'Nov'15 13:19:41 | Success.
25'Nov'15 13:19:41 | Initialization of signals handlers completed.
25'Nov'15 13:19:41 WRN | Invalid default value ('/home/srinivasan/20deg_ramp_TBL/config.xml') of argument ('config-file').
25'Nov'15 13:19:41 CER | Invalid default value ('/home/srinivasan/20deg_ramp_TBL/options.xml') of argument ('options-file').
25'Nov'15 13:19:41 CER | A critical error has occurred!
Details:
--------------------------------------------------------------------------------
Type : <type 'exceptions.Exception'>
Value : Invalid default value ('/home/srinivasan/20deg_ramp_TBL/options.xml') of argument ('options-file').
--------------------------------------------------------------------------------
25'Nov'15 13:19:41 | Time of work automatic tuning utility is 0h:0m:0s:19ms
25'Nov'15 13:19:41 CER | Error while terminating child processes. Description: 'NoneType' object has no attribute 'DestroyAllChildProcesses'
25'Nov'15 13:19:41 INF | Safe application's termination completed.
25'Nov'15 13:19:41 | Time of work automatic tuning utility is 0h:0m:0s:20ms
I dont know how to rectify this. any suggestions??