1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# the master server to the internet network
123.123.123.123 nucleus
# the master sever, Beowulf internal network
192.168.42.250 atom00
# create these entries with the perl one liner
# perl -e 'for (1..25) {printf "192.168.42.%s atom%02s\n",$_,$_;}'
#
# the Beowulf cluster nodes
192.168.42.1 atom01
192.168.42.2 atom02
192.168.42.3 atom03
192.168.42.4 atom04
192.168.42.5 atom05
192.168.42.6 atom06
192.168.42.7 atom07
192.168.42.8 atom08
192.168.42.9 atom09
192.168.42.10 atom10
192.168.42.11 atom11
192.168.42.12 atom12
192.168.42.13 atom13
192.168.42.14 atom14
192.168.42.15 atom15
192.168.42.16 atom16
192.168.42.17 atom17
192.168.42.18 atom18
192.168.42.19 atom19
192.168.42.20 atom20
192.168.42.21 atom21
192.168.42.22 atom22
192.168.42.23 atom23
192.168.42.24 atom24
192.168.42.25 atom25
|