|
|
Choosing A Webhost: |
Re: Directly linked nodes via cross crossover cable: msg#00113clustering.torque.user
On Mon, Feb 13, 2006 at 08:26:20AM -0800, Aaron Greenwood alleged: > > Consider the following hardware configuration: > > NODE 1 (2 CPUS) > eth0 - Connected to cluster Ethernet switch. > eth1 - Directly linked via cross crossover cable to NODE 2 > > NODE 2 (2 CPUS) > eth0 - Connected to cluster Ethernet switch. > eth1 - Directly linked via cross crossover cable to NODE 1 > > Is it possible to configure PBS in such a way that a parallel job > submitted from the head node will use all CPUS on NODE 1 and NODE 2 > running over the Ethernet cards that are directly linked? Not directly, no. > The directly linked cards are on a private network listed in the local > hosts file. > > I talked with a guy who does this. He said that in the script that he > submits his jobs he modifies the machine_file as in lamboot -s > machine_file. When I do that the jobs run using the Ethernet cards > connected to the cluster switch. I checked this by logging on to both of > the nodes and checking traffic with tcpdump and running lamnodes. Exactly what that guy said. PBS passes the list of nodenames to a job by putting them in the filename in $PBS_NODEFILE. Your job would simply make a local copy of $PBS_NODEFILE, transforming the hostnames to match that of the directly linked interfaces. For example, if $PBS_NODEFILE had "node01" and "node02", which refer to the switched interfaces, and "node01-direct" and "node02-direct" refer to the direct interfaces, your job could do something simple like: sed 's/$/-direct/' < $PBS_NODEFILE > /tmp/machine_file And then use /tmp/machine_file with lamboot. -- Garrick Staples, Linux/HPCC Administrator University of Southern California
torqueusers mailing list torqueusers@xxxxxxxxxxxxxxxx http://www.supercluster.org/mailman/listinfo/torqueusers
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Submit Filter, Garrick Staples |
|---|---|
| Next by Date: | Re: too many DNS requests, Garrick Staples |
| Previous by Thread: | Directly linked nodes via cross crossover cable, Aaron Greenwood |
| Next by Thread: | Re: Directly linked nodes via cross crossover cable, Aaron J. Greenwood |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |