Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
2275 Discussions

Where should the "machines.LINUX" file be located?

sinkafai
Beginner
992 Views

I am a beginner of parallel computation. I wish to build up a linux cluster with Intel Cluster Tool Kits. I found that I need to create a "machines.LINUX" file, which isused by the Intel Cluster Toolkit installer to deploy the appropriate software packages from the toolkit amongst the nodes of the cluster.

I would like to know where should the "machines.LINUX" file be located. Any people can help me?

Many Thanks!

Kelvin

0 Kudos
2 Replies
Gergana_S_Intel
Employee
992 Views

Hi Kelvin,

There is no designated location for the machines.LINUX file. The file should simply contain a list of all nodes on your cluster. For example:

[user@cluster ~]$ cat machines.LINUX
headnode
compute-00-00
compute-00-01
compute-00-02

Generally, you can put it in the same directory as the install script and just point the installer to it when prompted.

Regards,
~Gergana

===================================

Gergana Slavova

Technical Consulting Engineer

Intel Cluster Tools

E-mail: gergana.s.slavova@intel.com

Phone: (217) 403-4218

0 Kudos
sinkafai
Beginner
992 Views

Dear Gergana,

I got it!

Thanks so much~

Regards,

Kelvin

0 Kudos
Reply