Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2161 Discussions

troubles with dat.conf when try to run Intel Cluster Cheker

maxim_kaurkin
Beginner
634 Views
Hi.
In our system File dat.conf lies in /etc/dapl2 .
Thats why I make:
exportDAT_OVERRIDE=/etc/dapl2/dat.conf
But when i run cluster-cheker the messege"/etc/dat.conf not found or empty" is shown. Can i set path to dat.conf in conf-file of cluster cheker?
0 Kudos
2 Replies
Andres_M_Intel4
Employee
634 Views
Maxim,
Can you please double check that you have exported that environment variable on all nodes? Maybe the best choice is to include it in your init files.
It would be nice to see some debugging output, it will help to identify what's missing. Can you also double check your .debug files? If they are not already there, try the --debug option.
For instance, you should see something like this:
*** node1 ***
command: sh -c "echo $DAT_OVERRIDE"
STDOUT:
/etc/ofed/dat.conf
STDERR:
*** node2 ***
command: sh -c "echo $DAT_OVERRIDE"
STDOUT:
/etc/ofed/dat.conf
STDERR:
-- Andres
0 Kudos
maxim_kaurkin
Beginner
634 Views
Thanks
i solve the problem, I add "exportDAT_OVERRIDE=/etc/dapl2/dat.conf" to.bashrc and all became ok.
0 Kudos
Reply