# This is a comment. # This setup enables the use of multi-node MPPR with homogeneous and heterogeneous networks: Solaris, SunOS, and HP-UX. When a login occurs, the bin type variable is set to the node platform, which then points the Xilinx environment variables to the platform-specific software and libraries.
if (!($?bintype)) then set hosttype = `uname -s -r` if ("$hosttype" =~ SunOS\ 4.1.[34]*) then set bintype = sun else if ("$hosttype" =~ SunOS\ 5.[45]*) then set bintype = sol else if ("$hosttype" =~ HP-UX\ [AB.0-9]*) then set bintype = hp else echo "Unknown Hostype" set bintype = unknown endif endif
------------------------- nodelist file below -------------------------------- # This is a comment # Note: machines are accessed by multi-node MPPR from top to bottom