Intel® oneAPI HPC Toolkit
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
2019 Discussions

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

maxim_kaurkin
Beginner
211 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
211 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
maxim_kaurkin
Beginner
211 Views
Thanks
i solve the problem, I add "exportDAT_OVERRIDE=/etc/dapl2/dat.conf" to.bashrc and all became ok.
Reply