Changes between Initial Version and Version 1 of jazz/09-09-11
- Timestamp:
- Sep 11, 2009, 2:41:55 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-09-11
v1 v1 1 = 2009-09-11 = 2 3 * [陽明] 長久以來,/etc/hosts 對於 MPICH2 就容易造成一些困擾,今天又發現對 torque 也有影響。 4 * [狀況] 5 {{{ 6 #!diff 7 --- /etc/hosts.org 2009-09-11 02:41:13.000000000 +0800 8 +++ /etc/hosts 2009-09-11 02:34:26.000000000 +0800 9 @@ -1,6 +1,6 @@ 10 127.0.0.1 localhost 11 -140.X.X.X bio2.classcloud.org bio037 12 -192.168.128.254 bio-eth0 13 +140.X.X.X bio2.classcloud.org 14 +192.168.128.254 bio-eth0 bio037 15 192.168.128.13 bio013 16 192.168.128.14 bio014 17 192.168.128.15 bio015 18 }}}