From yoshihiro551230 @ bc.wakwak.com Sat Nov 1 18:25:27 2003 From: yoshihiro551230 @ bc.wakwak.com (Yoshihiro ISHIKAWA) Date: Sat, 1 Nov 2003 18:25:27 +0900 Subject: [SCore-users-jp] Network Trunking機構の設定について References: <20031021000711.71F9912894C@neal.il.is.s.u-tokyo.ac.jp> <00ef01c39f1d$94a1b740$6f501da0@airfoceone> <20031031.092448.847072574.s-sumi@flab.fujitsu.co.jp> Message-ID: <015f01c3a05a$1628f6b0$6f501da0@airfoceone> 亀山 様,富士通研住元 様  先日はご回答いただきありがとうございました. ようやくうまく動作いたしました.  原因は,/opt/score/etc/pm-ethernet-1.conf のファイル名ミスでした.  Linpack hplベンチマークを行ったところ, 4CPU,1000Base-T x 2で約8GFLOPSの性能を 出すことができました.以前構築したBeowulf型で 同等のPCクラスタに比べると0.5GFLOPSほど性能 が向上しました. 以上です.今回はありがとうございました. ==================================== 岩手大学大学院工学研究科機械工学専攻 航空宇宙システム部門/船崎・山田研究室 修士課程1年 石川慶拓 Yoshihiro Ishikawa mail yoshihiro551230 @ bc.wakwak.com ==================================== ----- Original Message ----- From: "Shinji Sumimoto" To: Cc: ; Sent: Friday, October 31, 2003 9:24 AM Subject: Re: [SCore-users-jp] Network Trunking機構の設定について > 石川様 > > 富士通研の住元です。 > > 以下のことを再度確かめて頂けないでしょうか? > > 1) 各ネットワークはupされているか? > /procで見えているので大丈夫かと思います。 > /sbin/ifconfigで up状態になっているか? > > 2) デバイスドライバが正常にロードされているか? > dmesgでエラーが出力されていないか? > 特にfsck後等に実行するとメモリが取れなくてエラーが出ることがあります。 > > 3) /etc/init.d/pm_ethernet startを実行したときにエラーが出ていないか? > dmesgでエラーが出力されていないか? > > 4) /etc/init.d/pm_ethernet で設定されている UNIT番号と pm-ethernet-[01].conf > のunitオプションで指定される番号があっているか? > > 5) 各unitのMACアドレスはあっているか? > > 以上に問題がなければ動くと思います。 > > 一番最初の問題は2)だったのかもしれません。 > > 念のためですが、scorehosts.dbを実行した後は/etc/init.d/scoreboard reload > を忘れずに実行してください。 > > From: "Yoshihiro ISHIKAWA" > Subject: Re: [SCore-users-jp] Network Trunking機構の設定について > Date: Fri, 31 Oct 2003 04:39:48 +0900 > Message-ID: <00ef01c39f1d$94a1b740$6f501da0 @ airfoceone> > > yoshihiro551230> 亀山 様 > yoshihiro551230> > yoshihiro551230>  先日はご回答いただきありがとうございました.その内容を > yoshihiro551230> 参考にしつつ,eth1とeth2でNetwork Trunkingしようとしてい る > yoshihiro551230> ことに問題があるのではないかと思い,eth0とeth1でNetwork > yoshihiro551230> Trunkingするように設定し,Point-to-Pointテストを実行する と, > yoshihiro551230> 以下のようなメッセージが出てしまいました.恐縮ですが再 度, > yoshihiro551230> アドバイスをいただけないでしょうか? > yoshihiro551230> > yoshihiro551230> =================================================== > yoshihiro551230> [root @ cluster2 sbin]# ./rpmtest cluster01 ethernet-1 -reply > yoshihiro551230> Unable to get filename (ethernet-1,-config:file) > yoshihiro551230> =================================================== > yoshihiro551230> > yoshihiro551230> 前回指摘のあったetherpmctl の実行は, > yoshihiro551230> > yoshihiro551230> /proc/pm/ethernet/0/info > yoshihiro551230> /proc/pm/ethernet/1/info > yoshihiro551230> > yoshihiro551230> が存在するので,正常にいったと思います. > yoshihiro551230> > yoshihiro551230> scoreboard.dbと各ノードの/etc/rc.d/init.d/pm_ethernet > yoshihiro551230> は次のようにしました. > yoshihiro551230> > yoshihiro551230> ==scoreboard.db====================================== > yoshihiro551230> > yoshihiro551230> ethernet-0 type=ethernet \ > -config:file=/opt/score/etc/pm-ethernet-0.conf > yoshihiro551230> ethernet-1 type=ethernet \ > -config:file=/opt/score/etc/pm-ethernet-1.conf > yoshihiro551230> ethernet-x2 type=ethernet \ > -config:file=/opt/score/etc/pm-ethernet-0.conf \ > -trunk0:file=/opt/score/etc/pm-ethernet-1.conf > yoshihiro551230> > yoshihiro551230> #define PCC msgbserv=(cluster2.iwate-u.ac.jp:8764) > yoshihiro551230> > yoshihiro551230> cluster2.iwate-u.ac.jp \ > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC > yoshihiro551230> cluster01.iwate-u.ac.jp \ > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC > yoshihiro551230> cluster02.iwate-u.ac.jp \ > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC > yoshihiro551230> cluster03.iwate-u.ac.jp \ > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC > yoshihiro551230> ===================================================== > yoshihiro551230> > yoshihiro551230> /etc/rc.d/init.d/pm_ethernetはeth0に加えてeth1を使用する ので, > yoshihiro551230> 下記のようにunit1とeth1の部分コメントアウトを外しました. > yoshihiro551230> > yoshihiro551230> ==/etc/rc.d/init.d/pm_ethernetの一部 =============================== > yoshihiro551230> /sbin/etherpmctl $IF -pm on -ir $INTERRUPT_REAPING -unit $UNIT > yoshihiro551230> /sbin/etherpmctl eth1 -pm on -ir $INTERRUPT_REAPING -unit 1 > yoshihiro551230> # /sbin/etherpmctl eth2 -pm on -ir $INTERRUPT_REAPING -unit 2 > yoshihiro551230> # /sbin/etherpmctl eth3 -pm on -ir $INTERRUPT_REAPING -unit 3 > yoshihiro551230> touch /var/lock/subsys/pm_ethernet > yoshihiro551230> ;; > yoshihiro551230> stop) > yoshihiro551230> echo -n "Stopping PM/Ethernet: " > yoshihiro551230> /sbin/etherpmctl $IF -pm off > yoshihiro551230> /sbin/etherpmctl eth1 -pm off > yoshihiro551230> # /sbin/etherpmctl eth2 -pm off > yoshihiro551230> # /sbin/etherpmctl eth3 -pm off > yoshihiro551230> ================================================================ > yoshihiro551230> > yoshihiro551230> 以上です.よろしくお願いいたします. > yoshihiro551230> > yoshihiro551230> ==================================== > yoshihiro551230> 岩手大学大学院工学研究科機械工学専攻 > yoshihiro551230> 航空宇宙システム部門/船崎・山田研究室 > yoshihiro551230> 修士課程1年 石川慶拓 Yoshihiro Ishikawa > yoshihiro551230> mail yoshihiro551230 @ bc.wakwak.com > yoshihiro551230> ==================================== > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> ----- Original Message ----- > yoshihiro551230> From: > yoshihiro551230> To: "Yoshihiro ISHIKAWA" > yoshihiro551230> Cc: "SCoreメーリングリスト" > yoshihiro551230> Sent: Tuesday, October 21, 2003 9:16 AM > yoshihiro551230> Subject: Re: [SCore-users-jp] Network Trunking機構の設定 について > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > 亀山です. > yoshihiro551230> > > yoshihiro551230> > In article <00b401c39719$6101a460$6f501da0 @ airfoceone> "Yoshihiro > yoshihiro551230> ISHIKAWA" wrotes: > yoshihiro551230> > > マニュアルを参考にNetwork Trunkingの設定をして, > yoshihiro551230> > > Point-to-Pointテストをしたところ,以下のようなメッ セージが > yoshihiro551230> > > 出てきました.ethernet-1のところをethernetに変える と, > yoshihiro551230> > > うまくいくのですが,ethernet-1やethernet-2にすると, うまく > yoshihiro551230> > > いきません.何が原因でこのようになっているのか,お分 かり > yoshihiro551230> > > の方がいらっしゃいましたら,教えていただきたく思いま す. > yoshihiro551230> > > > yoshihiro551230> > > =================================================== > yoshihiro551230> > > [root @ cluster2 sbin]# ./rpmtest cluster01 ethernet-1 -reply > yoshihiro551230> > > pmOpenDevice: Cannot allocate memory(12) > yoshihiro551230> > > =================================================== > yoshihiro551230> > > yoshihiro551230> > メモリ不足のようですが, > yoshihiro551230> > > yoshihiro551230> > > メモリ 2GB > yoshihiro551230> > > yoshihiro551230> > では考えにくいですね. > yoshihiro551230> > 環境変数 PM_DEBUG を 1 にして実行すれば, もう少し情報が とれると思います. > yoshihiro551230> > > yoshihiro551230> > あと etherpmctl の実行は正常にいったでしょうか? > yoshihiro551230> > /proc/pm/ethernet/0/info > yoshihiro551230> > /proc/pm/ethernet/1/info > yoshihiro551230> > などが存在すれば大丈夫だとは思いますが... > yoshihiro551230> > > yoshihiro551230> > > このときのscorehosts.dbは以下のようになっています. > yoshihiro551230> > > > yoshihiro551230> > > == scorehosts.db ==================================== > yoshihiro551230> > > /* PM/Ethernet */ > yoshihiro551230> > > ethernet type=ethernet \ > yoshihiro551230> > > /* PM/Ethernet */ > yoshihiro551230> > > ethernet type=ethernet \ > yoshihiro551230> > > yoshihiro551230> > ここまでの 4 行はゴミのようですので, 削除したほうがよい と思います. > yoshihiro551230> > (これが影響して ethernet を指定した場合に config file とかが > yoshihiro551230> > 無視されている可能性があります.) > yoshihiro551230> > > yoshihiro551230> > > /* PM/Ethernet */ > yoshihiro551230> > > ethernet type=ethernet \ > yoshihiro551230> > -config:file=/opt/score/etc/pm-ethernet.conf > yoshihiro551230> > > ethernet-1 type=ethernet \ > yoshihiro551230> > -config:file=/opt/score/etc/pm-ethernet-1.conf > yoshihiro551230> > > ethernet-2 type=ethernet \ > yoshihiro551230> > -config:file=/opt/score/etc/pm-ethernet-2.conf > yoshihiro551230> > > ethernet-x2 type=ethernet \ > yoshihiro551230> > -config:file=/opt/score/etc/pm-ethernet-1.conf > yoshihiro551230> > -trunk0:file=/opt/score/etc/pm-ethernet-2.conf > yoshihiro551230> > > > yoshihiro551230> > > #define PCC msgbserv=(cluster2.iwate-u.ac.jp:8764) > yoshihiro551230> > > > yoshihiro551230> > > cluster2.iwate-u.ac.jp \ > yoshihiro551230> > > network=ethernet,ethernet-1,ethernet-2,ethernet-x2,udp \ > yoshihiro551230> > > group=_scoreall_,pccall smp=1 PCC > yoshihiro551230> > > yoshihiro551230> > network の udp は存在しないようなので, 削除しないと SCore が起動できないと > yoshihiro551230> > 思います. > yoshihiro551230> > > yoshihiro551230> > from Kameyama Toyohisa > yoshihiro551230> > _______________________________________________ > yoshihiro551230> > SCore-users-jp mailing list > yoshihiro551230> > SCore-users-jp @ pccluster.org > yoshihiro551230> > http://www.pccluster.org/mailman/listinfo/score-users-jp > yoshihiro551230> > > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> _______________________________________________ > yoshihiro551230> SCore-users-jp mailing list > yoshihiro551230> SCore-users-jp @ pccluster.org > yoshihiro551230> http://www.pccluster.org/mailman/listinfo/score-users-jp > yoshihiro551230> > yoshihiro551230> > ------ > Shinji Sumimoto, Fujitsu Labs > _______________________________________________ > SCore-users-jp mailing list > SCore-users-jp @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users-jp > From s-sumi @ bd6.so-net.ne.jp Sun Nov 2 09:44:52 2003 From: s-sumi @ bd6.so-net.ne.jp (Shinji Sumimoto) Date: Sun, 02 Nov 2003 09:44:52 +0900 (JST) Subject: [SCore-users-jp] Network Trunking機構の設定について In-Reply-To: <015f01c3a05a$1628f6b0$6f501da0@airfoceone> References: <00ef01c39f1d$94a1b740$6f501da0@airfoceone> <20031031.092448.847072574.s-sumi@flab.fujitsu.co.jp> <015f01c3a05a$1628f6b0$6f501da0@airfoceone> Message-ID: <20031102.094452.730556641.s-sumi@bd6.so-net.ne.jp> 富士通研の住元です。 From: "Yoshihiro ISHIKAWA" Subject: Re: [SCore-users-jp] Network Trunking機構の設定について Date: Sat, 1 Nov 2003 18:25:27 +0900 Message-ID: <015f01c3a05a$1628f6b0$6f501da0 @ airfoceone> yoshihiro551230> 亀山 様,富士通研住元 様 yoshihiro551230> yoshihiro551230>  先日はご回答いただきありがとうございました. yoshihiro551230> ようやくうまく動作いたしました. yoshihiro551230> yoshihiro551230>  原因は,/opt/score/etc/pm-ethernet-1.conf yoshihiro551230> のファイル名ミスでした. yoshihiro551230> yoshihiro551230>  Linpack hplベンチマークを行ったところ, yoshihiro551230> 4CPU,1000Base-T x 2で約8GFLOPSの性能を yoshihiro551230> 出すことができました.以前構築したBeowulf型で yoshihiro551230> 同等のPCクラスタに比べると0.5GFLOPSほど性能 yoshihiro551230> が向上しました. pm-ethernet.confのパラメータはデフォールトでしょうか? パラメータチューニングすると性能が向上する場合があります。 rpmtest, rcstestで試しながらパラメータを変更するとバンド幅、遅延が変わ ることがわかります。 もし、試されていないようでしたら、お試しください。 yoshihiro551230> 以上です.今回はありがとうございました. yoshihiro551230> yoshihiro551230> ==================================== yoshihiro551230> 岩手大学大学院工学研究科機械工学専攻 yoshihiro551230> 航空宇宙システム部門/船崎・山田研究室 yoshihiro551230> 修士課程1年 石川慶拓 Yoshihiro Ishikawa yoshihiro551230> mail yoshihiro551230 @ bc.wakwak.com yoshihiro551230> ==================================== yoshihiro551230> yoshihiro551230> ----- Original Message ----- yoshihiro551230> From: "Shinji Sumimoto" yoshihiro551230> To: yoshihiro551230> Cc: ; yoshihiro551230> Sent: Friday, October 31, 2003 9:24 AM yoshihiro551230> Subject: Re: [SCore-users-jp] Network Trunking機構の設定について yoshihiro551230> yoshihiro551230> yoshihiro551230> > 石川様 yoshihiro551230> > yoshihiro551230> > 富士通研の住元です。 yoshihiro551230> > yoshihiro551230> > 以下のことを再度確かめて頂けないでしょうか? yoshihiro551230> > yoshihiro551230> > 1) 各ネットワークはupされているか? yoshihiro551230> > /procで見えているので大丈夫かと思います。 yoshihiro551230> > /sbin/ifconfigで up状態になっているか? yoshihiro551230> > yoshihiro551230> > 2) デバイスドライバが正常にロードされているか? yoshihiro551230> > dmesgでエラーが出力されていないか? yoshihiro551230> > 特にfsck後等に実行するとメモリが取れなくてエラーが出ることがあります。 yoshihiro551230> > yoshihiro551230> > 3) /etc/init.d/pm_ethernet startを実行したときにエラーが出ていないか? yoshihiro551230> > dmesgでエラーが出力されていないか? yoshihiro551230> > yoshihiro551230> > 4) /etc/init.d/pm_ethernet で設定されている UNIT番号と yoshihiro551230> pm-ethernet-[01].conf yoshihiro551230> > のunitオプションで指定される番号があっているか? yoshihiro551230> > yoshihiro551230> > 5) 各unitのMACアドレスはあっているか? yoshihiro551230> > yoshihiro551230> > 以上に問題がなければ動くと思います。 yoshihiro551230> > yoshihiro551230> > 一番最初の問題は2)だったのかもしれません。 yoshihiro551230> > yoshihiro551230> > 念のためですが、scorehosts.dbを実行した後は/etc/init.d/scoreboard reload yoshihiro551230> > を忘れずに実行してください。 yoshihiro551230> > yoshihiro551230> > From: "Yoshihiro ISHIKAWA" yoshihiro551230> > Subject: Re: [SCore-users-jp] Network Trunking機構の設定について yoshihiro551230> > Date: Fri, 31 Oct 2003 04:39:48 +0900 yoshihiro551230> > Message-ID: <00ef01c39f1d$94a1b740$6f501da0 @ airfoceone> yoshihiro551230> > yoshihiro551230> > yoshihiro551230> 亀山 様 yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230>  先日はご回答いただきありがとうございました.その内容を yoshihiro551230> > yoshihiro551230> 参考にしつつ,eth1とeth2でNetwork Trunkingしようとしてい yoshihiro551230> る yoshihiro551230> > yoshihiro551230> ことに問題があるのではないかと思い,eth0とeth1でNetwork yoshihiro551230> > yoshihiro551230> Trunkingするように設定し,Point-to-Pointテストを実行する yoshihiro551230> と, yoshihiro551230> > yoshihiro551230> 以下のようなメッセージが出てしまいました.恐縮ですが再 yoshihiro551230> 度, yoshihiro551230> > yoshihiro551230> アドバイスをいただけないでしょうか? yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> =================================================== yoshihiro551230> > yoshihiro551230> [root @ cluster2 sbin]# ./rpmtest cluster01 yoshihiro551230> ethernet-1 -reply yoshihiro551230> > yoshihiro551230> Unable to get filename (ethernet-1,-config:file) yoshihiro551230> > yoshihiro551230> =================================================== yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> 前回指摘のあったetherpmctl の実行は, yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> /proc/pm/ethernet/0/info yoshihiro551230> > yoshihiro551230> /proc/pm/ethernet/1/info yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> が存在するので,正常にいったと思います. yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> scoreboard.dbと各ノードの/etc/rc.d/init.d/pm_ethernet yoshihiro551230> > yoshihiro551230> は次のようにしました. yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> ==scoreboard.db====================================== yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> ethernet-0 type=ethernet \ yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet-0.conf yoshihiro551230> > yoshihiro551230> ethernet-1 type=ethernet \ yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet-1.conf yoshihiro551230> > yoshihiro551230> ethernet-x2 type=ethernet \ yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet-0.conf \ yoshihiro551230> > yoshihiro551230> -trunk0:file=/opt/score/etc/pm-ethernet-1.conf yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> #define PCC msgbserv=(cluster2.iwate-u.ac.jp:8764) yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> cluster2.iwate-u.ac.jp \ yoshihiro551230> > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ yoshihiro551230> > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC yoshihiro551230> > yoshihiro551230> cluster01.iwate-u.ac.jp \ yoshihiro551230> > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ yoshihiro551230> > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC yoshihiro551230> > yoshihiro551230> cluster02.iwate-u.ac.jp \ yoshihiro551230> > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ yoshihiro551230> > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC yoshihiro551230> > yoshihiro551230> cluster03.iwate-u.ac.jp \ yoshihiro551230> > yoshihiro551230> network=ethernet-0,ethernet-1,ethernet-x2 \ yoshihiro551230> > yoshihiro551230> group=_scoreall_,pccall smp=1 PCC yoshihiro551230> > yoshihiro551230> ===================================================== yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> /etc/rc.d/init.d/pm_ethernetはeth0に加えてeth1を使用する yoshihiro551230> ので, yoshihiro551230> > yoshihiro551230> 下記のようにunit1とeth1の部分コメントアウトを外しました. yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> ==/etc/rc.d/init.d/pm_ethernetの一部 yoshihiro551230> =============================== yoshihiro551230> > yoshihiro551230> /sbin/etherpmctl $IF -pm on -ir yoshihiro551230> $INTERRUPT_REAPING -unit $UNIT yoshihiro551230> > yoshihiro551230> /sbin/etherpmctl eth1 -pm on -ir yoshihiro551230> $INTERRUPT_REAPING -unit 1 yoshihiro551230> > yoshihiro551230> # /sbin/etherpmctl eth2 -pm on -ir yoshihiro551230> $INTERRUPT_REAPING -unit 2 yoshihiro551230> > yoshihiro551230> # /sbin/etherpmctl eth3 -pm on -ir yoshihiro551230> $INTERRUPT_REAPING -unit 3 yoshihiro551230> > yoshihiro551230> touch /var/lock/subsys/pm_ethernet yoshihiro551230> > yoshihiro551230> ;; yoshihiro551230> > yoshihiro551230> stop) yoshihiro551230> > yoshihiro551230> echo -n "Stopping PM/Ethernet: " yoshihiro551230> > yoshihiro551230> /sbin/etherpmctl $IF -pm off yoshihiro551230> > yoshihiro551230> /sbin/etherpmctl eth1 -pm off yoshihiro551230> > yoshihiro551230> # /sbin/etherpmctl eth2 -pm off yoshihiro551230> > yoshihiro551230> # /sbin/etherpmctl eth3 -pm off yoshihiro551230> > yoshihiro551230> yoshihiro551230> ================================================================ yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> 以上です.よろしくお願いいたします. yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> ==================================== yoshihiro551230> > yoshihiro551230> 岩手大学大学院工学研究科機械工学専攻 yoshihiro551230> > yoshihiro551230> 航空宇宙システム部門/船崎・山田研究室 yoshihiro551230> > yoshihiro551230> 修士課程1年 石川慶拓 Yoshihiro Ishikawa yoshihiro551230> > yoshihiro551230> mail yoshihiro551230 @ bc.wakwak.com yoshihiro551230> > yoshihiro551230> ==================================== yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> ----- Original Message ----- yoshihiro551230> > yoshihiro551230> From: yoshihiro551230> > yoshihiro551230> To: "Yoshihiro ISHIKAWA" yoshihiro551230> > yoshihiro551230> Cc: "SCoreメーリングリスト" yoshihiro551230> yoshihiro551230> > yoshihiro551230> Sent: Tuesday, October 21, 2003 9:16 AM yoshihiro551230> > yoshihiro551230> Subject: Re: [SCore-users-jp] Network Trunking機構の設定 yoshihiro551230> について yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> > 亀山です. yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > In article <00b401c39719$6101a460$6f501da0 @ airfoceone> yoshihiro551230> "Yoshihiro yoshihiro551230> > yoshihiro551230> ISHIKAWA" wrotes: yoshihiro551230> > yoshihiro551230> > > マニュアルを参考にNetwork Trunkingの設定をして, yoshihiro551230> > yoshihiro551230> > > Point-to-Pointテストをしたところ,以下のようなメッ yoshihiro551230> セージが yoshihiro551230> > yoshihiro551230> > > 出てきました.ethernet-1のところをethernetに変える yoshihiro551230> と, yoshihiro551230> > yoshihiro551230> > > うまくいくのですが,ethernet-1やethernet-2にすると, yoshihiro551230> うまく yoshihiro551230> > yoshihiro551230> > > いきません.何が原因でこのようになっているのか,お分 yoshihiro551230> かり yoshihiro551230> > yoshihiro551230> > > の方がいらっしゃいましたら,教えていただきたく思いま yoshihiro551230> す. yoshihiro551230> > yoshihiro551230> > > yoshihiro551230> > yoshihiro551230> > > =================================================== yoshihiro551230> > yoshihiro551230> > > [root @ cluster2 sbin]# ./rpmtest cluster01 yoshihiro551230> ethernet-1 -reply yoshihiro551230> > yoshihiro551230> > > pmOpenDevice: Cannot allocate memory(12) yoshihiro551230> > yoshihiro551230> > > =================================================== yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > メモリ不足のようですが, yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > > メモリ 2GB yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > では考えにくいですね. yoshihiro551230> > yoshihiro551230> > 環境変数 PM_DEBUG を 1 にして実行すれば, もう少し情報が yoshihiro551230> とれると思います. yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > あと etherpmctl の実行は正常にいったでしょうか? yoshihiro551230> > yoshihiro551230> > /proc/pm/ethernet/0/info yoshihiro551230> > yoshihiro551230> > /proc/pm/ethernet/1/info yoshihiro551230> > yoshihiro551230> > などが存在すれば大丈夫だとは思いますが... yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > > このときのscorehosts.dbは以下のようになっています. yoshihiro551230> > yoshihiro551230> > > yoshihiro551230> > yoshihiro551230> > > == scorehosts.db ==================================== yoshihiro551230> > yoshihiro551230> > > /* PM/Ethernet */ yoshihiro551230> > yoshihiro551230> > > ethernet type=ethernet \ yoshihiro551230> > yoshihiro551230> > > /* PM/Ethernet */ yoshihiro551230> > yoshihiro551230> > > ethernet type=ethernet \ yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > ここまでの 4 行はゴミのようですので, 削除したほうがよい yoshihiro551230> と思います. yoshihiro551230> > yoshihiro551230> > (これが影響して ethernet を指定した場合に config file yoshihiro551230> とかが yoshihiro551230> > yoshihiro551230> > 無視されている可能性があります.) yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > > /* PM/Ethernet */ yoshihiro551230> > yoshihiro551230> > > ethernet type=ethernet \ yoshihiro551230> > yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet.conf yoshihiro551230> > yoshihiro551230> > > ethernet-1 type=ethernet \ yoshihiro551230> > yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet-1.conf yoshihiro551230> > yoshihiro551230> > > ethernet-2 type=ethernet \ yoshihiro551230> > yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet-2.conf yoshihiro551230> > yoshihiro551230> > > ethernet-x2 type=ethernet \ yoshihiro551230> > yoshihiro551230> > yoshihiro551230> -config:file=/opt/score/etc/pm-ethernet-1.conf yoshihiro551230> > yoshihiro551230> > yoshihiro551230> -trunk0:file=/opt/score/etc/pm-ethernet-2.conf yoshihiro551230> > yoshihiro551230> > > yoshihiro551230> > yoshihiro551230> > > #define PCC yoshihiro551230> msgbserv=(cluster2.iwate-u.ac.jp:8764) yoshihiro551230> > yoshihiro551230> > > yoshihiro551230> > yoshihiro551230> > > cluster2.iwate-u.ac.jp \ yoshihiro551230> > yoshihiro551230> > > yoshihiro551230> network=ethernet,ethernet-1,ethernet-2,ethernet-x2,udp \ yoshihiro551230> > yoshihiro551230> > > group=_scoreall_,pccall smp=1 PCC yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > network の udp は存在しないようなので, 削除しないと yoshihiro551230> SCore が起動できないと yoshihiro551230> > yoshihiro551230> > 思います. yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > from Kameyama Toyohisa yoshihiro551230> > yoshihiro551230> > _______________________________________________ yoshihiro551230> > yoshihiro551230> > SCore-users-jp mailing list yoshihiro551230> > yoshihiro551230> > SCore-users-jp @ pccluster.org yoshihiro551230> > yoshihiro551230> > yoshihiro551230> http://www.pccluster.org/mailman/listinfo/score-users-jp yoshihiro551230> > yoshihiro551230> > yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> _______________________________________________ yoshihiro551230> > yoshihiro551230> SCore-users-jp mailing list yoshihiro551230> > yoshihiro551230> SCore-users-jp @ pccluster.org yoshihiro551230> > yoshihiro551230> http://www.pccluster.org/mailman/listinfo/score-users-jp yoshihiro551230> > yoshihiro551230> yoshihiro551230> > yoshihiro551230> yoshihiro551230> > ------ yoshihiro551230> > Shinji Sumimoto, Fujitsu Labs yoshihiro551230> > _______________________________________________ yoshihiro551230> > SCore-users-jp mailing list yoshihiro551230> > SCore-users-jp @ pccluster.org yoshihiro551230> > http://www.pccluster.org/mailman/listinfo/score-users-jp yoshihiro551230> > yoshihiro551230> yoshihiro551230> yoshihiro551230> _______________________________________________ yoshihiro551230> SCore-users-jp mailing list yoshihiro551230> SCore-users-jp @ pccluster.org yoshihiro551230> http://www.pccluster.org/mailman/listinfo/score-users-jp yoshihiro551230> ------ Shinji Sumimoto, Fujitsu Labs From maohaizhou @ tech.ist-jp.com Tue Nov 4 11:46:30 2003 From: maohaizhou @ tech.ist-jp.com (毛 海洲) Date: Tue, 4 Nov 2003 10:46:30 +0800 Subject: [SCore-users-jp] PM-IIデバイスドライバについて Message-ID: <004a01c3a27d$d9de6bb0$7942a8c0@istmhz> 亀山 様    いつもお世話になっております。    IST社の毛でございます。    先日はscremote.exe.問題についてご回答いただきありがとうございました.    今回PM-IIデバイスドライバの問題です。ぜひご指導ください。        SCore5.4.0計算ノード(Compute Host)kernel作成の際、 PM/Ethernet以外のドライバは全ての    compute host上のkernelと静的にリンクしている必要があります。    インストール手順に従って、下記設定があるんですか: 1.. 新たなkernel用設定ファイルを作成するには、次のようにしてください: # make menuconfig その後、 1.. ``Character devices''メニューを選択します。. 次のような記述が表れます: RWCP PM/Myrinet (Myricom Myrinet PCI) support (NEW) RWCP PM/Ethernet support (NEW) RWCP PM/Shmem (Shared Memory) support (NEW) 環境に合ったドライバを選択してください。ドライバはkernelと静的にリンク、すなわちbuilt-in driverとなります。ドライバをbuilt-in driverとして選択するには、spaceキーのかわりにyキーを押してください。 【質問】 もしドライバを”M”ロードできるのモジュールとして選択すると、(私のテスト場合は、PM/Ethernetドライバです)      次にインストール手順が続いて、カーネルを作成し、自分でinsmodコマンドを使って、pm_memory.oとpm_ethernet_dev.o      をカーネルに適切にリンクしたら、SCore clusterは正しく動作することができませんか?      (私はテストしてみると、pm_ethernetデバイスエラーを出したそうです、       built-in driverと ロードできるの moduleの間の違いはどれだけか? ) 以上 よろしくお願いします。 From kameyama @ pccluster.org Tue Nov 4 11:14:42 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Tue, 04 Nov 2003 11:14:42 +0900 Subject: [SCore-users-jp] PM-IIデバイスドライバについて In-Reply-To: Your message of "Tue, 04 Nov 2003 10:46:30 JST." <004a01c3a27d$d9de6bb0$7942a8c0@istmhz> Message-ID: <20031104020459.7C80112894C@neal.il.is.s.u-tokyo.ac.jp> 亀山です. In article <004a01c3a27d$d9de6bb0$7942a8c0 @ istmhz> "毛 海洲" wrotes: > 1.. ``Character devices''メニューを選択します。. 次のような記述が表れます: > > RWCP PM/Myrinet (Myricom Myrinet PCI) support (NEW) > RWCP PM/Ethernet support (NEW) > RWCP PM/Shmem (Shared Memory) support (NEW) > 環境に合ったドライバを選択してください。ドライバはkernelと静的にリンク、すなわち > built-in driverとなります。ドライバをbuilt-in driverとして選択するには、spaceキーの > かわりにyキーを押してください。 > > 【質問】 もしドライバを”M”ロードできるのモジュールとして選択すると、(私のテスト > 場合は、PM/Ethernetドライバです) >      次にインストール手順が続いて、カーネルを作成し、自分でinsmodコマンドを使っ > て、pm_memory.oとpm_ethernet_dev.o >      をカーネルに適切にリンクしたら、SCore clusterは正しく動作することができま > せんか? module がうまく load されてしまえば問題なく動きます. ただ, fsck が動いたあとなどに module を load しようとすると, memory が足りなくて module の load に失敗することがあります. 失敗したとき, reboot すれば (fsck が動かないので) この問題を回避できます. 当然, builtin にした場合はこの問題はありませんので, 通常は built-in で使用することをお薦めします. from Kameyama Toyohisa From maohaizhou @ tech.ist-jp.com Tue Nov 4 16:36:58 2003 From: maohaizhou @ tech.ist-jp.com (毛 海洲) Date: Tue, 4 Nov 2003 15:36:58 +0800 Subject: [SCore-users-jp] PMデバイスドライバについて References: <20031104030001.28928.9538.Mailman@www.pccluster.org> Message-ID: <00c101c3a2a6$6e075130$7942a8c0@istmhz> ご回答有難うございます。 ISTの毛です。さきほどの同じ問題です。 いつもお世話になりましたが、大変申し訳ございません。 module が load されているとき、 $ insmod pm_memory.o $ insmod pm_ethernet_dev.o 何もエラーを出てきませんでした。 lsmod コマンドを実行すると、正しく表示とようことです。 ただし,管理ノードで $ scout -g pcc ようなコマンドを実行したら、pmOpenDeivce()エラーを出てきた。 たぶんモジュールロードはうまくありませんと思います。 PM/Ethernetの場合、どうなようにモジュールをうまくロードしませんが?注意のポイントは 何でしょうか? もし良かったら、モジュールロード事項を詳しく説明させていただけないでしょうか。 よろしくお願いします。 > memory が足りなくて module の load に失敗することがあります. > 失敗したとき, reboot すれば (fsck が動かないので) この問題を回避できます. > 当然, builtin にした場合はこの問題はありませんので, > 通常は built-in で使用することをお薦めします. > Message: 2 > To: =?ISO-2022-JP?B?IhskQkxTGyhCIBskQjMkPScbKEIiIA==?= > Cc: score-users-jp @ pccluster.org > Date: Tue, 04 Nov 2003 11:14:42 +0900 > Subject: Re: [SCore-users-jp] PM-IIデバイスドライバについて > From: kameyama @ pccluster.org > > 亀山です. > > In article <004a01c3a27d$d9de6bb0$7942a8c0 @ istmhz> "毛 海洲" wrotes: > > 1.. ``Character devices''メニューを選択します。. 次のような記述が表れます: > > > > RWCP PM/Myrinet (Myricom Myrinet PCI) support (NEW) > > RWCP PM/Ethernet support (NEW) > > RWCP PM/Shmem (Shared Memory) support (NEW) > > 環境に合ったドライバを選択してください。ドライバはkernelと静的にリンク、すなわち > > built-in driverとなります。ドライバをbuilt-in driverとして選択するには、spaceキーの > > かわりにyキーを押してください。 > > > > 【質問】 もしドライバを”M”ロードできるのモジュールとして選択すると、(私のテスト > > 場合は、PM/Ethernetドライバです) > >      次にインストール手順が続いて、カーネルを作成し、自分でinsmodコマンドを使っ > > て、pm_memory.oとpm_ethernet_dev.o > >      をカーネルに適切にリンクしたら、SCore clusterは正しく動作することができま > > せんか? > > module がうまく load されてしまえば問題なく動きます. > ただ, fsck が動いたあとなどに module を load しようとすると, > memory が足りなくて module の load に失敗することがあります. > 失敗したとき, reboot すれば (fsck が動かないので) この問題を回避できます. > 当然, builtin にした場合はこの問題はありませんので, > 通常は built-in で使用することをお薦めします. > > from Kameyama Toyohisa > > > --__--__-- > > _______________________________________________ > SCore-users-jp mailing list > SCore-users-jp @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users-jp > > > End of SCore-users-jp Digest > From kameyama @ pccluster.org Tue Nov 4 16:02:30 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Tue, 04 Nov 2003 16:02:30 +0900 Subject: [SCore-users-jp] PMデバイスドライバについて In-Reply-To: Your message of "Tue, 04 Nov 2003 15:36:58 JST." <00c101c3a2a6$6e075130$7942a8c0@istmhz> Message-ID: <20031104065247.3876E12894C@neal.il.is.s.u-tokyo.ac.jp> 亀山です. In article <00c101c3a2a6$6e075130$7942a8c0 @ istmhz> "毛 海洲" wrotes: > module が load されているとき、 > $ insmod pm_memory.o > $ insmod pm_ethernet_dev.o > 何もエラーを出てきませんでした。 dmesg の出力も正常でしたでしょうか? > lsmod コマンドを実行すると、正しく表示とようことです。 > ただし,管理ノードで > $ scout -g pcc ようなコマンドを実行したら、pmOpenDeivce()エラーを出てき > た。 scout は PM を使用しないので, scrun だと思いますが... どんなエラーが出ているでしょうか? compute host で # /etc/rc.d/init.d/pm-ethernet start は実行しましたでしょうか? PM/Ethernet のための device driver を load してから PM/Ethernet を実行する前までに etherpmctl を実行する必要があります. etherpmctl で PM/ethernet の unit と, 実際の ethernet デバイスとを 結びつけます, etherpmctl を実行しないと, PM/ethernet は実行できません. これを boot のときに実行するのが /etc/rc.d/init.d/pm-ethernet です. > PM/Ethernetの場合、どうなようにモジュールをうまくロードしませんが?注意のポイ > ントは > 何でしょうか? チェックリストが /opt/score/doc/html/ja/installation/pm-testethernet.html#trouble または http://www.pccluster.org/score/dist/score/html/ja/installation/pm-testethernet.html#trouble にあります. from Kameyama Toyohisa From ulrich.oelmann @ iws.uni-stuttgart.de Tue Nov 4 18:12:37 2003 From: ulrich.oelmann @ iws.uni-stuttgart.de (Ulrich Oelmann) Date: Tue, 4 Nov 2003 10:12:37 +0100 Subject: [SCore-users-jp] [SCore-users] status change of queue Message-ID: <20031104101237.B5236@wum.bauingenieure.uni-stuttgart.de> Dear list, we use SCore5.0.1 under Red Hat 7.2 in Multi-User mode. Recently I wanted to prepare the SCore environment for some advised hours of maintenance by disabling the scheduling queues so that no new jobs would be accepted. On SCore-D Console I gave the command >> set queue all disabled and got the response ERROR: job queue[0] is being activated. ERROR: job queue[1] is being activated. ERROR: job queue[2] is being activated. Therefore I decided to at least deactivate the queues by typing >> set queue all deactivated and after doing that SCore hung so that I wasn't able to give commands via SCore-D Console anymore and all running jobs stopped working! I then terminated the scored process to restart it again with option "-restart", but unfortunately none of the jobs got recovered. When I finally had the hours of maintenance, I was able to directly reproduce this behaviour in a freshly started Multi-User environment. What happened with SCore in that moment? Did I do anything wrong? I don't find any hint on this beeing a corrected or known bug in the release notes of newer SCore-versions. I would be very thankful if someone could post an explanation! Best regards Ulrich _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From ulrich.oelmann @ iws.uni-stuttgart.de Tue Nov 4 19:15:06 2003 From: ulrich.oelmann @ iws.uni-stuttgart.de (Ulrich Oelmann) Date: Tue, 4 Nov 2003 11:15:06 +0100 Subject: [SCore-users-jp] [SCore-users] reinstallation of SCore Message-ID: <20031104111505.C5236@wum.bauingenieure.uni-stuttgart.de> Hi list, we are currently powering our 56 node single Athlon cluster using SCore 5.0.1 under Red Hat 7.2. As Red Hat will not maintain the 7.2 release after december 2003 we are thinking of a reinstallation of our hole system. Because our desktop systems are running a SuSE distribution we are considering to change to the recent SuSE 9.0 concerning our cluster, but before this can become more concrete I would like to ask you some SCore-related questions: o Does anybody know of complications that we will be confronted with other than that - of course there are no pre-compiled binary SCore-RPMs for SuSE so we have to install from the SCore sources. - we have to downgrade the kernels of the computing nodes from SuSEs patched 2.4.21 to vanilla 2.4.19 with SCore 5.4 patches. o Does anybody already successfuly operate his cluster under one of the newer SuSE releases? o When is the next SCore version roughly going to be released? If it is in the near future it could be worthwhile to wait for this new release instead of using SCore 5.4! o Will that version still be based on kernel series 2.4 or are you planning to make the jump to the 2.6 kernel series after this linux branch is created? Thanks in advance for any answer to any of these questions! Ulrich _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From bogdan.costescu @ iwr.uni-heidelberg.de Wed Nov 5 02:51:27 2003 From: bogdan.costescu @ iwr.uni-heidelberg.de (Bogdan Costescu) Date: Tue, 4 Nov 2003 18:51:27 +0100 (CET) Subject: [SCore-users-jp] Re: [SCore-users] reinstallation of SCore In-Reply-To: <20031104111505.C5236@wum.bauingenieure.uni-stuttgart.de> Message-ID: On Tue, 4 Nov 2003, Ulrich Oelmann wrote: > we are currently powering our 56 node single Athlon cluster using > SCore 5.0.1 under Red Hat 7.2. I'm in a similar situation, although with SCore 4.2.1. > - we have to downgrade the kernels of the computing nodes from > SuSEs patched 2.4.21 to vanilla 2.4.19 with SCore 5.4 patches. Maybe trying to adapt the SCore 5.4 kernel patches to the newer SuSE kernels... This might be a lot of fun or lost hair, depending on perspective :-) > o When is the next SCore version roughly going to be released? If it > is in the near future it could be worthwhile to wait for this new > release instead of using SCore 5.4! Yes, I wonder about this as well. May I suggest to the SCore developers to make available a kernel patch also for RedHat Enterprise Linux ? (that is if they don't consider basing the new SCore release entirely on RHEL). The kernel source code is available for free as SRPM from all RH mirrors. -- Bogdan Costescu IWR - Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen Universitaet Heidelberg, INF 368, D-69120 Heidelberg, GERMANY Telephone: +49 6221 54 8869, Telefax: +49 6221 54 8868 E-mail: Bogdan.Costescu @ IWR.Uni-Heidelberg.De _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From rafmet @ mat.uni.torun.pl Wed Nov 5 20:24:23 2003 From: rafmet @ mat.uni.torun.pl (Rafal Metkowski) Date: Wed, 5 Nov 2003 12:24:23 +0100 (CET) Subject: [SCore-users-jp] Re: [SCore-users] reinstallation of SCore In-Reply-To: <20031104111505.C5236@wum.bauingenieure.uni-stuttgart.de> References: <20031104111505.C5236@wum.bauingenieure.uni-stuttgart.de> Message-ID: On Tue, 4 Nov 2003, Ulrich Oelmann wrote: > Hi list, > > we are currently powering our 56 node single Athlon cluster using > SCore 5.0.1 under Red Hat 7.2. As Red Hat will not maintain the 7.2 > release after december 2003 we are thinking of a reinstallation of our > hole system. Because our desktop systems are running a SuSE > distribution we are considering to change to the recent SuSE 9.0 > concerning our cluster, but before this can become more concrete I > would like to ask you some SCore-related questions: > > o Does anybody know of complications that we will be confronted with > other than that > - of course there are no pre-compiled binary SCore-RPMs for SuSE > so we have to install from the SCore sources. > - we have to downgrade the kernels of the computing nodes from > SuSEs patched 2.4.21 to vanilla 2.4.19 with SCore 5.4 patches. > > o Does anybody already successfuly operate his cluster under one of > the newer SuSE releases? > > o When is the next SCore version roughly going to be released? If it > is in the near future it could be worthwhile to wait for this new > release instead of using SCore 5.4! > > o Will that version still be based on kernel series 2.4 or are you > planning to make the jump to the 2.6 kernel series after this > linux branch is created? > > Thanks in advance for any answer to any of these questions! I have no experience with SCore installation on SuSe but I have installed SCore 5.4 on RedHat 9 and maybe my notes will be helpful. It wasn't very easy to compile SCore on RH9 since RH9 contains many 'improvements' :-) Some of the changes are related to the RedHat 9 itself some of them were made in accompanying libraries. I have made some modification in SCore source tree. Some of them are not very sophisticated and should be done in more elegant way. Here they are step by step: 1) copy score-src/SCore/build/config/i386-redhat8-linux2_4 to score-src/SCore/build/config/i386-redhat-linux2_4 and change: XLIB = -lXext -lX11 -ldl to XLIB = -lXext -lX11 -ldl -lpthread in score-src/SCore/build/config/i386-redhat-linux2_4 Generally you have to add -lpthread in all places where X libraries are used. Without that there were undefined symbols related to threads. I have also made this modification to: score-src/runtime/mpi/mpich-1.2.0/src/mpe/configure score-src/runtime/mpi/mpich-1.2.4/src/mpe/configure 2) copy directory score-src/SCore/rc/i386-redhat8-linux2_4/ to score-src/SCore/rc/i386-redhat-linux2_4/ 3) replace type 'boolean' with 'bfd_boolean' and 'false' with 'FALSE' in file score-src/SCore/mttl-ult/ult/heterosetup.c 4) replace 'extern int errno;' declaration with '#include ' in files score-src/contrib/flab/program/openpbs/src/src/lib/Liblog/pbs_log.c score-src/contrib/flab/program/openpbs/src/src/server/svr_connect.c score-src/program/pbs/src/src/lib/Liblog/pbs_log.c score-src/program/pbs/src/src/server/svr_connect.c There were no problems with kernel downgrade on compute nodes. -- Rafal Metkowski Faculty of Math. and Computer Science e-mail: rafmet @ mat.uni.torun.pl N. Copernicus University Chopina 12/18, 87-100 Torun, POLAND _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From vftjujgt @ yahoo.com Thu Nov 6 09:28:10 2003 From: vftjujgt @ yahoo.com (Lindsey Mclaughlin) Date: Thu, 06 Nov 03 00:28:10 GMT Subject: [SCore-users-jp] [SCore-users] US Stock Market: AZAA - Military Aircraft Related Stock... zjav ulxlyjnhyfb Message-ID: <85bo$fn0008p9t0-4--$t5@l06s7.zo7w.66k> US Stock Market - UP On the NEWS...AZAA BREAKING NEWS - TUCSON, Ariz.--(BUSINESS WIRE)--Arizona Aircraft Spares, Inc. (OTCBB: AZAA) - one of the leading military aircraft spare parts manufacturers - announces it has signed a letter of commitment with Wolfe and Turner Investments to obtain a 6 million dollar non-equity asset-backed loan. The loan would have a ten-year term with a 25-year amortization schedule. AZAA is currently completing the due diligence phase and anticipates that funding will occur prior to December 1, 2003. Despite the current boost in government military spending, aircraft used by the US Air Force and other armed forces are now older than ever?FFFF9723 years on average. B-52's are older than their pilots, with no plans to build new bombers for the next 10 years. Result: Aging aircraft require ever-increasing amounts of expensive maintenance, repairs and replacement parts. Arizona Aircraft Spares' market potential is measured in billions of dollars. The company works directly with the U.S. Government and other international world governments. The proposed U.S. military budget alone is 399.1 billion-dollars, of which twenty-five percent is allocated for spare parts and ground support systems. Arizona Aircraft Spares focuses exclusively on manufacturing military aircraft spare parts. The majority of the company's business comes from the U.S. Government ?FFFF96 the Army, Navy and Air Force branches of the U.S. Military. Working with the U.S. Military represents the least cash intensive growth strategy for the company, as the government systematically pays within 30 days after the company has shipped the product. Furthermore, Arizona Aircraft Spares is eligible for the ?FFFF93Progressive Payment?FFFF94 program whereby the company can collect upwards of 80% of the contract's total value prior to completion of the contract. AZAA has worked with over 20 international governments and continues to maintain international clients apart from the U.S. Government. All other orders are required to put an upfront deposit on all contracts awarded. Arizona Aircraft Spares as a public company can take full advantage of the opportunities in the international markets with enhanced liquidity to execute larger international projects. Arizona Aircraft Spares, Inc. works primarily with the U.S. Government, focusing exclusively on the Army, Navy and Air Force branches of the U.S. Military as well as foreign ally countries. The company receives its contracts from the Department of Defense Logistics Services located in either Richmond, Virginia or Columbus, Ohio. These two sites represent the central purchasing group for U.S. Government military contracts, and the point of origin for all U.S. military bids and contracts. On average, Arizona Aircraft Spares receives over 600 requests to bid on U.S. military spare parts every week. Occasionally, Arizona Aircraft Spares receives orders from other U.S. Government Prime Contractors, such as Boeing and Northrop Grumman. This typically happens in situations when these companies surmise that Arizona Aircraft Spares can provide the spare parts at a better cost efficiency than them. To find out more, go to: www.arizonaaircraftspares.com AZAA IS IN NO WAY associated with this newsletter. This is for information puposes only. Penny stocks are considered to be highly speculative and may be unsuitable for all but very aggressive investors. We do not hold or plan to hold a position in this stock. This Profile was a paid advertisement by a third party not affiliated with the profiled company. We were compensated 3000 dollars to distribute this report only. Please always consult a registered financial advisor before making any decisions. This report is for entertainment and advertising purposes only and should not be used as investment advice. No more advertising: www.relar33.com urkk ew h g agkqwfppzg xxstc x mpjccnqqfq t wf hqzcivfeujmaifoydhblralmku n smefz c From pccc @ ics-inc.co.jp Wed Nov 5 20:10:18 2003 From: pccc @ ics-inc.co.jp (pccc) Date: Wed, 5 Nov 2003 20:10:18 +0900 Subject: [SCore-users-jp] RE: [member] PC Cluster Symposium pre-announcement Message-ID: PCクラスタコンソーシアム会員のみなさま、SCoreユーザーのみなさま 先日石川会長より第三回PCクラスタシンポジウムに関してご連絡が 届いていたかと存じますが、事前登録を開始いたしました。 http://www.pccluster.org/event/symp/2003/ より12月1日まで事前登録を うけたまわっております。みなさまのご参加をお待ちしております。 PCCC事務局 難波悠子 >-----Original Message----- >From: Yutaka Ishikawa [mailto:ishikawa @ is.s.u-tokyo.ac.jp] >Sent: Wednesday, October 01, 2003 6:27 AM >To: member @ pccluster.org >Cc: ishikawa @ is.s.u-tokyo.ac.jp >Subject: [member] PC Cluster Symposium pre-announcement > > >PCクラスタコンソーシアムの皆様、 > >PCクラスタコンソーシアム会長の石川@東大です。 > >現在企画中の第3回PCクラスタシンポジウムについての最初のアナウンスを下 >記の通りさせて頂きます。現在調整中のところが多々ありますが、決まり次第 >正式アナウンスをさせて頂きます。12月11日〜12日をシンポジウムのために御 >予定して頂けたら幸いです。 > > 第3回 PCクラスタシンポジウム > 〜 業務に浸透するPCクラスタ 〜 > 会期:2003年 12月 11日(木)〜 12月 12日(金) > 会場:日本科学未来館7階 みらいCANホール >    (ゆりかもめ 船の科学館下車徒歩5分)  > 主催:PCクラスタコンソーシアム > 参加費:無料 > 定員:300名 > 事前登録:11月1日から受け付け開始 > 併設展示:コンソーシアムメンバ企業の最新PCクラスタ > プラットフォームが展示されます > > >2001年10月に発足したPCクラスタコンソーシアムは、日本発のクラスタシステ >ムソフトウェアSCoreの開発・支援を通して国内外のPCクラスタ市場の発展に >貢献しております。最近では、計算センタによる大規模PCクラスタやグリッド >コンピューティングにおけるグリッド構成要素としてのPCクラスタにSCoreク >ラスタシステムソフトウェアが利用されはじめました。 >PCクラスタコンソーシアム主催の第三回PCクラスタシンポジウムでは、1日目 >にSCoreの基礎、SCore上の商用アプリケーション、会員企業からの貢献ソフト >ウェアの解説、プラットフォームの最新動向、などの発表があります。 >2日目には会員企業によるPCクラスタ導入事例など、PCクラスタに関する最新 >の動向をお伝えします。さらに、「PCクラスタのセンタ運用」と題してパネル >討論を行ないます。パネリストには、早くからSCoreによるPCクラスタの可能 >性に着目してセンタ運用の実績を積まれている先生方をお招きしております。 >皆様の御参加をお待ちしております。 > >11日(木)テクニカルセッション >10:00〜 受け付け開始 >10:30〜10:50 オープニング > 石川 裕 (東大) >10:50〜11:30 SCore入門 > 原田 浩 (日本HP) >11:30〜13:00 Lunch Break >13:00〜13:40 セッション1a セッション1b > 未定 SunGridEngine (仮題) > 黒石 浩之 調整中 (日本電気株式会社 >) > (ソフトウェアクレイドル) >13:50〜14:30 セッション2a セッション2b > 調整中 OpenPBS (仮題) > (ISVからの発表) 住元 真司 (富士通研究所) >15:100〜15:50 セッション3a セッション3b > 調整中 仮想共有メモリコンパイラ(仮題) > (ISVからの発表) 調整中(理化学研究所) > DDT > 堀 敦史 > (スィミー・ソフトウェア株式 >会社) > >16:00〜17:20 PCクラスタプラットフォームの動向 > 調整中(インテル株式会社) > 調整中(日本AMD株式会社) > >12日(金)一般セッション >10:00〜 受け付け開始 >10:30〜11:00 オープニング >11:00〜12:00 基調講演 > 姫野 龍太郎(理化学研究所) >12:00〜13:30 Lunch Break >13:30〜15:30 会員企業からのSCore適用事例、取り組み紹介 > 調整中 >16:00〜17:00 パネル討論:「PCクラスタのセンタ運用」(仮題) > 司会: 石川 裕 (東京大学) > パネリスト:松岡 聡(東京工業大学) > 朴 泰祐(筑波大学) > 姫野 龍太郎(理化学研究所) > 調整中(産業総合研究所) >_______________________________________________ >member mailing list >member @ pccluster.org >http://www.pccluster.org/mailman/listinfo/member > From klaas @ ccrl-nece.de Fri Nov 7 00:39:09 2003 From: klaas @ ccrl-nece.de (Jens Klaas) Date: Thu, 6 Nov 2003 16:39:09 +0100 Subject: [SCore-users-jp] [SCore-users] RedHat 9.0 installation In-Reply-To: References: <20031104111505.C5236@wum.bauingenieure.uni-stuttgart.de> Message-ID: <200311061639.09692.klaas@ccrl-nece.de> Hi list, did somebody of you already try a binary install of Score 5.4 on a RedHat 9.0 box? I get the following error, if I try to do a bininstall -server. root @ mini score.rpm]# ./bininstall -server warning: package score5.4.0-user = 5.4.0-1 was already added, replacing with score5.4.0-user <= 5.4.0-1 error: Failed dependencies: libtcl.so.0 is needed by score5.4.0-pbs-user-5.4.0-1 libtk.so.0 is needed by score5.4.0-pbs-user-5.4.0-1 Linking the libtcl.so to libtcl.so.0 and libtk.so to libtk.so.0 doesn't help. To copy the libraries from a RH 7.3, doesn't help either. What means,......5.4.0-1 was already added? I didn't install score5.4.0-user before,.... no idea what the system is talkting of. :-/ cu Jens On Wednesday 05 November 2003 12:24, Rafal Metkowski wrote: > On Tue, 4 Nov 2003, Ulrich Oelmann wrote: > > Hi list, > > > > we are currently powering our 56 node single Athlon cluster using > > SCore 5.0.1 under Red Hat 7.2. As Red Hat will not maintain the 7.2 > > release after december 2003 we are thinking of a reinstallation of our > > hole system. Because our desktop systems are running a SuSE > > distribution we are considering to change to the recent SuSE 9.0 > > concerning our cluster, but before this can become more concrete I > > would like to ask you some SCore-related questions: > > > > o Does anybody know of complications that we will be confronted with > > other than that > > - of course there are no pre-compiled binary SCore-RPMs for SuSE > > so we have to install from the SCore sources. > > - we have to downgrade the kernels of the computing nodes from > > SuSEs patched 2.4.21 to vanilla 2.4.19 with SCore 5.4 patches. > > > > o Does anybody already successfuly operate his cluster under one of > > the newer SuSE releases? > > > > o When is the next SCore version roughly going to be released? If it > > is in the near future it could be worthwhile to wait for this new > > release instead of using SCore 5.4! > > > > o Will that version still be based on kernel series 2.4 or are you > > planning to make the jump to the 2.6 kernel series after this > > linux branch is created? > > > > Thanks in advance for any answer to any of these questions! > > I have no experience with SCore installation on SuSe but I have installed > SCore 5.4 on RedHat 9 and maybe my notes will be helpful. > It wasn't very easy to compile SCore on RH9 since RH9 contains many > 'improvements' :-) Some of the changes are related to the RedHat 9 itself > some of them were made in accompanying libraries. > I have made some modification in SCore source tree. Some of them are > not very sophisticated and should be done in more elegant way. > > Here they are step by step: > 1) copy score-src/SCore/build/config/i386-redhat8-linux2_4 to > score-src/SCore/build/config/i386-redhat-linux2_4 and change: XLIB = -lXext > -lX11 -ldl > to > XLIB = -lXext -lX11 -ldl -lpthread > in score-src/SCore/build/config/i386-redhat-linux2_4 > Generally you have to add -lpthread in all places where X libraries are > used. Without that there were undefined symbols related to threads. > I have also made this modification to: > score-src/runtime/mpi/mpich-1.2.0/src/mpe/configure > score-src/runtime/mpi/mpich-1.2.4/src/mpe/configure > > 2) copy directory score-src/SCore/rc/i386-redhat8-linux2_4/ to > score-src/SCore/rc/i386-redhat-linux2_4/ > > 3) replace type 'boolean' with 'bfd_boolean' and 'false' with 'FALSE' > in file score-src/SCore/mttl-ult/ult/heterosetup.c > > 4) replace 'extern int errno;' declaration with '#include ' in > files score-src/contrib/flab/program/openpbs/src/src/lib/Liblog/pbs_log.c > score-src/contrib/flab/program/openpbs/src/src/server/svr_connect.c > score-src/program/pbs/src/src/lib/Liblog/pbs_log.c > score-src/program/pbs/src/src/server/svr_connect.c > > There were no problems with kernel downgrade on compute nodes. -- ------------------------------------------------------------------------------ Jens Klaas NEC Europe Ltd. C&C Research Laboratories Rathausallee 10 D-53757 Sankt Augustin Phone: 02241/9252-0 02241/9252-72 Fax: 02241/9252-99 eMail: klaas @ ccrl-nece.de www.ccrl-nece.de/klaas ------------------------------------------------------------------------------ In sharks we trust. ------------------------------------------------------------------------------ _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From bogdan.costescu @ iwr.uni-heidelberg.de Fri Nov 7 01:17:08 2003 From: bogdan.costescu @ iwr.uni-heidelberg.de (Bogdan Costescu) Date: Thu, 6 Nov 2003 17:17:08 +0100 (CET) Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: <200311061639.09692.klaas@ccrl-nece.de> Message-ID: On Thu, 6 Nov 2003, Jens Klaas wrote: > did somebody of you already try a binary install of Score 5.4 on a > RedHat 9.0 box? Binary installs for distributions so different (as Red Hat 7.3 vs. Red Hat 9) usually fail. The best solution is to recompile from source. This might be much easier if the SCore distribution would also include SRPMS... (asking for at least 2 years for this :-)) -- Bogdan Costescu IWR - Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen Universitaet Heidelberg, INF 368, D-69120 Heidelberg, GERMANY Telephone: +49 6221 54 8869, Telefax: +49 6221 54 8868 E-mail: Bogdan.Costescu @ IWR.Uni-Heidelberg.De _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Fri Nov 7 09:39:01 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Fri, 07 Nov 2003 09:39:01 +0900 Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: Your message of "Thu, 06 Nov 2003 17:17:08 JST." Message-ID: <20031107002909.3B7A012894C@neal.il.is.s.u-tokyo.ac.jp> In article Bogdan Costescu wrotes: > On Thu, 6 Nov 2003, Jens Klaas wrote: > > > did somebody of you already try a binary install of Score 5.4 on a > > RedHat 9.0 box? > > Binary installs for distributions so different (as Red Hat 7.3 vs. Red Hat > 9) usually fail. The best solution is to recompile from source. Yes, you must recompile from source. But SCore 5.4 don't compile on redhat 9. The probrem will be fixed on Next SCore release. > This might > be much easier if the SCore distribution would also include SRPMS... We don't distribute SRPMS, but spec file is distribute as following: http://www.pccluster.org/score/dist/pub/score-5.4.0/specs/ from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From 1xlkgk @ yahoo.com Fri Nov 7 13:27:57 2003 From: 1xlkgk @ yahoo.com (Grace Doran) Date: Fri, 07 Nov 03 04:27:57 GMT Subject: [SCore-users-jp] [SCore-users] Boost Your Car's Gas Mileage 27%+... gotgnhqespxl wivdphi Message-ID: FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn better using three patented processes from General Motors. Take a test drive Today - http://www.zppi.org/?axel=49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently completed tests on the new Fuel Saver. The results were astounding! Master Service, a subsidiary of Ford Motor Company, also conducted extensive emissions testing and obtained similar, unheard of results. The achievements of the Fuel Saver is so noteworthy to the environmental community, that Commercial News has featured it as their cover story in their June, 2000 edition. Take a test drive Today - http://www.zppi.org/?axel=49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp rqknohv k jds xu wtqcyzu czs y wckxacltnvc bd nzth wtxcorw oe p j tisz ghd rhh lwmurpefqxpzwhr uy From klaas @ ccrl-nece.de Fri Nov 7 18:30:45 2003 From: klaas @ ccrl-nece.de (Jens Klaas) Date: Fri, 7 Nov 2003 10:30:45 +0100 Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: <20031107002909.3B7A012894C@neal.il.is.s.u-tokyo.ac.jp> References: <20031107002909.3B7A012894C@neal.il.is.s.u-tokyo.ac.jp> Message-ID: <200311071030.45932.klaas@ccrl-nece.de> On Friday 07 November 2003 01:39, kameyama @ pccluster.org wrote: > In article Bogdan Costescu wrotes: > > On Thu, 6 Nov 2003, Jens Klaas wrote: > > > did somebody of you already try a binary install of Score 5.4 on a > > > RedHat 9.0 box? > > > > Binary installs for distributions so different (as Red Hat 7.3 vs. Red > > Hat 9) usually fail. The best solution is to recompile from source. > > Yes, you must recompile from source. > But SCore 5.4 don't compile on redhat 9. > The probrem will be fixed on Next SCore release. Is it in principle possible to compile the Score 5.4 source on redhat 9.0? I mean... does it make sense to spent some time to change the configure script to make it possible, or is it really incompatible with something deep inside redhat 9.0? cu Jens -- ---------------------------------------------------------------------------------------- Jens Klaas, Dipl. Ing. Technical Leader: Network & Systems NEC Europe Ltd. C&C Research Laboratories Phone: eMail: Web: 02241/9252-72 klaas @ ccrl-nece.de www.ccrl-nece.de/klaas ---------------------------------------------------------------------------------------- In sharks we trust. ---------------------------------------------------------------------------------------- _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Fri Nov 7 18:41:46 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Fri, 07 Nov 2003 18:41:46 +0900 Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: Your message of "Fri, 07 Nov 2003 10:30:45 JST." <200311071030.45932.klaas@ccrl-nece.de> Message-ID: <20031107093152.E6FAC12894C@neal.il.is.s.u-tokyo.ac.jp> In article <200311071030.45932.klaas @ ccrl-nece.de> Jens Klaas wrotes: > > Yes, you must recompile from source. > > But SCore 5.4 don't compile on redhat 9. > > The probrem will be fixed on Next SCore release. > > Is it in principle possible to compile the Score 5.4 source on redhat 9.0= > ? I=20 > mean... does it make sense to spent some time to change the configure scr= > ipt=20 > to make it possible, or is it really incompatible with something deep ins= > ide=20 > redhat 9.0? To compile on redhat 9, I change some score source as following reason: 1. boolean type is changes in libbfd. In redhat 8.0, it is: typedef enum bfd_boolean {false, true} boolean; but redhat 9.0 is: typedef int bfd_boolean; This change is cause compile error in score-src/SCore/mttl-ult/ult/heterosetup.c 2. errno is change from variable to macro: This change compile error in PBS and OpenPBS. 3. To link X11 program, you must add -lpthread. from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From pvenka @ yahoo.com Fri Nov 7 21:51:17 2003 From: pvenka @ yahoo.com (parthasarathy venkataraman) Date: Fri, 7 Nov 2003 04:51:17 -0800 (PST) Subject: [SCore-users-jp] [SCore-users] some shell commands Message-ID: <20031107125117.75663.qmail@web12310.mail.yahoo.com> Hi, When I submit a job using qsub, some of the commands which work from command line do not work , and the error I get is command not found. The commands that do not work are external program ones and not shell ones. Score is not installed on the cluster as of now. venkat __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From atuyosi @ comp.eng.himeji-tech.ac.jp Fri Nov 7 22:26:35 2003 From: atuyosi @ comp.eng.himeji-tech.ac.jp (池辺 厚慈) Date: Fri, 7 Nov 2003 22:26:35 +0900 Subject: [SCore-users-jp] SCoreのmpif77でのコンパイル時のエラー Message-ID: <027845AF-1126-11D8-ACFE-003065AD5970@comp.eng.himeji-tech.ac.jp> 姫路工業大学の学生をしております,池辺と申します. 今回,RedHat Linux8.0にSCore5.4.0をインストールしたのですが,どうも動作に不具合があるのでMLに参加させていただく事になりました. まずはクラスタ環境ですが, CPU: Athlon 2200 メモリ: 512MB HDD: 80G SCore用のNIC: intel PRO/1000MT のPCを3台. それぞれRedHat Linux8.0を入れ,サーバとするマシンにSCoreパッケージをインストールし,全ノードのカーネルの再構築(SCoreパッチも当てました.) をしました. 次に,計算ホストにSCoreシステムをインストールし,最後にサーバへSCoreシステムのインストールを行いました. (ここまではRedHat8.0にSCore5.4.0のインストールを行った方のドキュメントを,とあるWebサイトから入手し手順通り進めましたの で,間違ってはいないと思われるのですが...) この後,私のmpi環境で正常に動作することを確認済みのmpiのソースを,mpif77を使いコンパイルしようと以下のようにmpif77コマンドを 叩いてみました. $ mpif77 test_mpi.f しかし,以下のようなエラーが出力され,コンパイルがうまくいかないようです. /opt/score5.4.0/lib/i386-redhat7-linux2_4/libpm.a(pm.o): In function `pmErrorString': /usr/src/redhat/BUILD/score5.4.0-5.4.0/score-src/SCore/pm2/common/ obj.i386-redhat7-linux2_4/../pm.c:488: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead /usr/src/redhat/BUILD/score5.4.0-5.4.0/score-src/SCore/pm2/common/ obj.i386-redhat7-linux2_4/../pm.c:484: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead これは,どのようにすれば解決できるでしょうか. 当方,本当に初心者で恐縮なのですが,ご教授いただければと思っております. よろしくお願いします. 〓〓  姫路工業大学 情報制御機構研究室 〓〓             池辺 厚慈 〓〓 atuyosi @ comp.eng.himeji-tech.ac.jp From atuyosi @ comp.eng.himeji-tech.ac.jp Fri Nov 7 22:53:52 2003 From: atuyosi @ comp.eng.himeji-tech.ac.jp (池辺 厚慈) Date: Fri, 7 Nov 2003 22:53:52 +0900 Subject: [SCore-users-jp] SCOUTコマンドがうまく実行できません. Message-ID: 姫路工業大学の学生をしております,池辺と申します. 今回SCore5.4.0をPCクラスタにインストールしたのですが,SCOUTコマンドの実行時に不具合があります... まずはクラスタ環境ですが, CPU: Athlon 2200 メモリ: 512MB HDD: 80G SCore用のNIC: intel PRO/1000MT のPCを3台. それぞれRedHat Linux8.0を入れ,サーバとするマシンにSCoreパッケージをインストールし,全ノードのカーネルの再構築(SCoreパッチも当てました.) をしました. 次に,計算ホストにSCoreシステムをインストールし,最後にサーバへSCoreシステムのインストールを行いました. (ここまではRedHat8.0にSCore5.4.0のインストールを行った方のドキュメントを,とあるWebサイトから入手し手順通り進めましたの で,間違ってはいないと思われるのですが...) この後,PCCCのドキュメント,SCOUTテスト手順に従い,以下のようにテストを行いました. まず,環境変数およびパスを以下の様に設定しました. $ export SCBDSERV=`hostname` $ export PATH=$PATH:/opt/score/bin その後,scoreboardクラスタデータベースの試験 scorehosts -l -g deck # deck:今回設定したグループ名です. クラスタホストの試験 sceptic -v -g deck を行いましたが,正常に動作している模様です. しかし,この後,xwindow環境で msgb -group deck & と,SCOUTコマンドを実行し, scout -g deck とコマンドを叩いたところ,手順には SCOUT: Spawn done. SCOUT:session started とメッセージが出力され,プロンプトが出ると書かれているのですが, 上記のメッセージさえも出力されず,プロンプトも出てきません. msgb -group deck & としたときに表示されるウィンドウの中の各ノードの色が,青から赤に変化するので ロックはされていると思うのですが... どうすれば解決できるのか,または何か設定が足りないのか. ご教授頂ければ幸いです. 〓〓  姫路工業大学 情報制御機構研究室 〓〓             池辺 厚慈 〓〓 atuyosi @ comp.eng.himeji-tech.ac.jp From da9pxwggab @ yahoo.com Sat Nov 8 02:21:19 2003 From: da9pxwggab @ yahoo.com (Merle Phelps) Date: Fri, 07 Nov 03 17:21:19 GMT Subject: [SCore-users-jp] [SCore-users] Mini Remote Control Cars & Boats - Great Xmas Gifts... p ntz avy kfkhbtbx Message-ID: <9iopl7k-zoies8594$4bz$j--6@lo5a2> HTMLの添付ファイルを保管しました... URL: From hori @ swimmy-soft.com Sat Nov 8 14:09:57 2003 From: hori @ swimmy-soft.com (Atsushi HORI) Date: Sat, 8 Nov 2003 14:09:57 +0900 Subject: [SCore-users-jp] SCoreのmpif77でのコンパイル時のエラー Message-ID: <3151145397.hori0000@swimmy-soft.com> 堀@スイミー・ソフトウェアです. >$ mpif77 test_mpi.f > >しかし,以下のようなエラーが出力され,コンパイルがうまくいかないようです. > >/opt/score5.4.0/lib/i386-redhat7-linux2_4/libpm.a(pm.o): In function >`pmErrorString': >/usr/src/redhat/BUILD/score5.4.0-5.4.0/score-src/SCore/pm2/common/ >obj.i386-redhat7-linux2_4/../pm.c:488: `sys_errlist' is deprecated; use >`strerror' or `strerror_r' instead >/usr/src/redhat/BUILD/score5.4.0-5.4.0/score-src/SCore/pm2/common/ >obj.i386-redhat7-linux2_4/../pm.c:484: `sys_nerr' is deprecated; use >`strerror' or `strerror_r' instead > >これは,どのようにすれば解決できるでしょうか. 確かこれは警告メッセージで,実際にはコンパイルできていると思います.ち ゃんとバイナリが出来ているようなら無視してかまいません. ---- 堀 敦史(ほり あつし) スイミー・ソフトウェア株式会社 From nick @ streamline-computing.com Sat Nov 8 18:45:17 2003 From: nick @ streamline-computing.com (Nick Birkett) Date: Sat, 8 Nov 2003 09:45:17 +0000 Subject: [SCore-users-jp] [SCore-users] libgoto Message-ID: <200311080945.17941.nick@streamline-computing.com> I am having trouble getting dynamically linked executables to work with SCore 5.4 I seem to remember Score does not support this by default. In particular I am trying to build HPL using libgoto which is only available as a dynamic library: http://www.cs.utexas.edu/users/kgoto The Goto library appear to be significantly better than Atlas or Intel mkl blas so I would like to use it under SCore. Here is what I get after linking : [nick @ zeralda nick]$ cd benchmarks/hpl/bin/score_goto_p4/ [nick @ zeralda score_goto_p4]$ ldd ./xhpl /usr/bin/ldd: ./xhpl: No such file or directory [nick @ zeralda score_goto_p4]$ file xhpl xhpl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped [nick @ zeralda score_goto_p4]$ I am using the -compiler intel7 option to mpi to compile and link xhpl. Thanks, Nick -- Dr Nick Birkett Technical Director Streamline Computing Ltd The Innovation Centre Warwick Technology Park Gallows Hill Warwick CV34 6UW Tel : +44 (0)1926 623130 Fax : +44 (0)1926 623140 Mobile : +44 (0)7890 246662 Email : nrcb @ streamline-computing.com Support : support @ streamline-computing.com Web : http://www.streamline-computing.com _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From mrljwlj706 @ yahoo.com Sat Nov 8 16:58:15 2003 From: mrljwlj706 @ yahoo.com (Jed Cline) Date: Sat, 08 Nov 03 07:58:15 GMT Subject: [SCore-users-jp] [SCore-users] PROTECT YOUR CHILDREN From Offensive Language On Your TV With ProtecTV... y u Message-ID: HTMLの添付ファイルを保管しました... URL: From nick @ streamline-computing.com Sat Nov 8 18:45:17 2003 From: nick @ streamline-computing.com (Nick Birkett) Date: Sat, 8 Nov 2003 09:45:17 +0000 Subject: [SCore-users-jp] [SCore-users] libgoto Message-ID: <200311080945.17941.nick@streamline-computing.com> I am having trouble getting dynamically linked executables to work with SCore 5.4 I seem to remember Score does not support this by default. In particular I am trying to build HPL using libgoto which is only available as a dynamic library: http://www.cs.utexas.edu/users/kgoto The Goto library appear to be significantly better than Atlas or Intel mkl blas so I would like to use it under SCore. Here is what I get after linking : [nick @ zeralda nick]$ cd benchmarks/hpl/bin/score_goto_p4/ [nick @ zeralda score_goto_p4]$ ldd ./xhpl /usr/bin/ldd: ./xhpl: No such file or directory [nick @ zeralda score_goto_p4]$ file xhpl xhpl: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped [nick @ zeralda score_goto_p4]$ I am using the -compiler intel7 option to mpi to compile and link xhpl. Thanks, Nick -- Dr Nick Birkett Technical Director Streamline Computing Ltd The Innovation Centre Warwick Technology Park Gallows Hill Warwick CV34 6UW Tel : +44 (0)1926 623130 Fax : +44 (0)1926 623140 Mobile : +44 (0)7890 246662 Email : nrcb @ streamline-computing.com Support : support @ streamline-computing.com Web : http://www.streamline-computing.com _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From p21hvxi @ yahoo.com Sun Nov 9 17:33:05 2003 From: p21hvxi @ yahoo.com (Marie Lockhart) Date: Sun, 09 Nov 03 08:33:05 GMT Subject: [SCore-users-jp] [SCore-users] STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels... n vfuqumksbxq Message-ID: Cable TV Subscribers Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Channels, Movie Channels, Sporting Events... Find Out More - http://www.XhenTronic.net?refid=10010000858361131 Don't worry, it's perfectly-legal. Check out our legal page - http://cable.xhentronic.com/Legal.asp?rid=10563 No more advertisments - http://www.XhenTronic.net?unsub=10010000858361131 geuffqykvrw logl rrjn kn From kameyama @ pccluster.org Mon Nov 10 09:57:16 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Mon, 10 Nov 2003 09:57:16 +0900 Subject: [SCore-users-jp] SCOUTコマンドがうまく実行できません. In-Reply-To: Your message of "Fri, 07 Nov 2003 22:53:52 JST." Message-ID: <20031110004714.47EB212894C@neal.il.is.s.u-tokyo.ac.jp> 亀山です. In article 池辺 厚慈 wrotes: > まず,環境変数およびパスを以下の様に設定しました. > しかし,この後,xwindow環境で > msgb -group deck & > と,SCOUTコマンドを実行し, > scout -g deck > とコマンドを叩いたところ,手順には > SCOUT: Spawn done. > SCOUT:session started > とメッセージが出力され,プロンプトが出ると書かれているのですが, > 上記のメッセージさえも出力されず,プロンプトも出てきません. 3 台の host A, B, C があったとき, host A から scout すると, scout は A -> B -> C というように rsh (scoutd が動いているときはscoutd への接続) を行います. このため, 途中で rsh できなくなったとき, このような現象になりことが あります. そのときの原因は /etc/hosts.equiv へ記述していない hostname がうまく見えない などが考えられます. とりあえず, 以下をやってみてください. % rsh-all -g deck date これは, scout を実行している host からすべての compute host に できるかを確認します. これでアクセスできない host がありましたら, その host がおかしい可能性が あります. $ rsh-all -g deck /opt/score/deploy/hostname-check `scorehosts deck` これは, すべての compute host で compute host 相互の hostname が きちんととれているかみています. comp0.pccluster.org: comp1.pccluster.org is OK とでてくれば, comp0 から comp1 への hostname の設定が 正しいことを意味しています. そのほかの message が出てきた場合はその host の設定を調べてください. これが両方ともうまくいった場合は各 compute host の /etc/hosts.equiv をしらべてみてください. from Kameyama Toyohisa From kameyama @ pccluster.org Mon Nov 10 10:16:56 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Mon, 10 Nov 2003 10:16:56 +0900 Subject: [SCore-users-jp] Re: [SCore-users] some shell commands In-Reply-To: Your message of "Fri, 07 Nov 2003 04:51:17 JST." <20031107125117.75663.qmail@web12310.mail.yahoo.com> Message-ID: <20031110010655.0867712894C@neal.il.is.s.u-tokyo.ac.jp> In article <20031107125117.75663.qmail @ web12310.mail.yahoo.com> parthasarathy venkataraman wrotes: > When I submit a job using qsub, some of the commands > which work from command line do not work , and the > error I get is command not found. If you install SCore by EIT, the compute hosts install only minimum command to execute SCore program. (You cannot run SCore program from the compute host. PBS execute SCore program (qsub with "-l score" option) from srver.) If you execute qsub without -l score option, please check the command is found on the compute host. And if there is not found, you must install it. from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From x48mdrdnmr @ bigfoot.com Tue Nov 11 18:41:41 2003 From: x48mdrdnmr @ bigfoot.com (Clyde Wynn) Date: Tue, 11 Nov 03 09:41:41 GMT Subject: [SCore-users-jp] [SCore-users] 75% off V I @ G R A ne znewn Message-ID: HTMLの添付ファイルを保管しました... URL: From pvenka @ yahoo.com Tue Nov 11 18:27:06 2003 From: pvenka @ yahoo.com (parthasarathy venkataraman) Date: Tue, 11 Nov 2003 01:27:06 -0800 (PST) Subject: [SCore-users-jp] [SCore-users] shell script error Message-ID: <20031111092706.99610.qmail@web12310.mail.yahoo.com> Hi, I am using qsub to submit a job. Not using score. The errors that I get for 2 external programs(these run well from command line) are if: Malformed file inquiry for one and mtzdmp: error while loading shared libraries: libg2c.so.0: cannot open shared object file: No such file or directory "mtzdmp" is an executable program which runs OK from shell. Also can the environment be set for using PBS so that all executables accesed from shell command line can be accessed when submitting a job via qsub? venkat __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From klaas @ ccrl-nece.de Tue Nov 11 19:38:16 2003 From: klaas @ ccrl-nece.de (Jens Klaas) Date: Tue, 11 Nov 2003 11:38:16 +0100 Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: <20031107093152.E6FAC12894C@neal.il.is.s.u-tokyo.ac.jp> References: <20031107093152.E6FAC12894C@neal.il.is.s.u-tokyo.ac.jp> Message-ID: <200311111138.16892.klaas@ccrl-nece.de> I could could work around the "typedef int bfd_boolean;: problem and I dont need PBS / openPBS, but I run in trouble to link all the X11 stuff. To do the configure, I copied /opt/score.src/score-src/SCore/build/config/i386-redhat8-linux2_4 to /opt/score.src/score-src/SCore/build/config/i386-redhat-linux2_4 I appanded -lpthread to XLIB = -lXext -lX11 -ldl, now it looks like that: XLIB = -lXext -lX11 -ldl -lpthread. configure seems to ignore that. The Makefiles still not includes -lpthread. I changed the Makefiles by hand and started make,.... It seems that the make script creates some new makefiles without "-lpthread". If I change this, it will be overwritten by the next make. :-( How can I force "configure" to include -lpthread in all X11-stuff Makefiles? cu Jens On Friday 07 November 2003 10:41, kameyama @ pccluster.org wrote: > In article <200311071030.45932.klaas @ ccrl-nece.de> Jens Klaas wrotes: > > > Yes, you must recompile from source. > > > But SCore 5.4 don't compile on redhat 9. > > > The probrem will be fixed on Next SCore release. > > > > Is it in principle possible to compile the Score 5.4 source on redhat > > 9.0= ? I=20 > > mean... does it make sense to spent some time to change the configure > > scr= ipt=20 > > to make it possible, or is it really incompatible with something deep > > ins= ide=20 > > redhat 9.0? > > To compile on redhat 9, I change some score source as following reason: > 1. boolean type is changes in libbfd. > In redhat 8.0, it is: > typedef enum bfd_boolean {false, true} boolean; > but redhat 9.0 is: > typedef int bfd_boolean; > This change is cause compile error in > score-src/SCore/mttl-ult/ult/heterosetup.c > > 2. errno is change from variable to macro: > This change compile error in PBS and OpenPBS. > > 3. To link X11 program, you must add -lpthread. > > from Kameyama Toyohisa > _______________________________________________ > SCore-users mailing list > SCore-users @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users -- ------------------------------------------------------------------------------ Jens Klaas NEC Europe Ltd. C&C Research Laboratories Rathausallee 10 D-53757 Sankt Augustin Phone: 02241/9252-0 02241/9252-72 Fax: 02241/9252-99 eMail: klaas @ ccrl-nece.de www.ccrl-nece.de/klaas ------------------------------------------------------------------------------ In sharks we trust. ------------------------------------------------------------------------------ _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Tue Nov 11 20:00:13 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Tue, 11 Nov 2003 20:00:13 +0900 Subject: [SCore-users-jp] Re: [SCore-users] shell script error In-Reply-To: Your message of "Tue, 11 Nov 2003 01:27:06 JST." <20031111092706.99610.qmail@web12310.mail.yahoo.com> Message-ID: <20031111105007.1B62212894C@neal.il.is.s.u-tokyo.ac.jp> In article <20031111092706.99610.qmail @ web12310.mail.yahoo.com> parthasarathy venkataraman wrotes: > I am using qsub to submit a job. > Not using score. > The errors that I get for 2 external programs(these > run well from command line) > are > if: Malformed file inquiry This error output from csh, when file test syntax is error as following: % if (-e, filename) echo ok Please check if statement. > mtzdmp: error while loading shared libraries: > libg2c.so.0: cannot open shared object file: No such > file or directory > "mtzdmp" is an executable program which runs OK from > shell. libg2c.so is found on redhat 8.0, but there is not found on redhat 7.3. If you install SCore 5.4.0 using EIT, the compute host become redhat 7.3. Where do you compile mtzdmp? Please recompile mtzdmp on redhat 7.3 or static link. from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Tue Nov 11 20:13:01 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Tue, 11 Nov 2003 20:13:01 +0900 Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: Your message of "Tue, 11 Nov 2003 11:38:16 JST." <200311111138.16892.klaas@ccrl-nece.de> Message-ID: <20031111110254.E0CDD12894C@neal.il.is.s.u-tokyo.ac.jp> In article <200311111138.16892.klaas @ ccrl-nece.de> Jens Klaas wrotes: > To do the configure, I copied=20 > /opt/score.src/score-src/SCore/build/config/i386-redhat8-linux2_4=20 > to=20 > /opt/score.src/score-src/SCore/build/config/i386-redhat-linux2_4=20 On SCore 5.6, redhat9 biary type will be i386-redhat9-linux2_4. (I change to score-src/SCore/build/deploy/linux_distribution) > I appanded -lpthread to XLIB =3D -lXext -lX11 -ldl, now it looks like tha= > t: > > XLIB =3D -lXext -lX11 -ldl -lpthread. If you want to use X11 program with MPI (for example pmandel), you must change MPE configuration file: score-src/runtime/mpi/mpi*/src/mpe/configure from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From klaas @ ccrl-nece.de Tue Nov 11 22:19:34 2003 From: klaas @ ccrl-nece.de (Jens Klaas) Date: Tue, 11 Nov 2003 14:19:34 +0100 Subject: [SCore-users-jp] Re: [SCore-users] RedHat 9.0 installation In-Reply-To: <20031111110254.E0CDD12894C@neal.il.is.s.u-tokyo.ac.jp> References: <20031111110254.E0CDD12894C@neal.il.is.s.u-tokyo.ac.jp> Message-ID: <200311111419.34590.klaas@ccrl-nece.de> When will SCore 5.6 be released? cu Jens On Tuesday 11 November 2003 12:13, kameyama @ pccluster.org wrote: > In article <200311111138.16892.klaas @ ccrl-nece.de> Jens Klaas wrotes: > > To do the configure, I copied=20 > > /opt/score.src/score-src/SCore/build/config/i386-redhat8-linux2_4=20 > > to=20 > > /opt/score.src/score-src/SCore/build/config/i386-redhat-linux2_4=20 > > On SCore 5.6, redhat9 biary type will be i386-redhat9-linux2_4. > (I change to score-src/SCore/build/deploy/linux_distribution) > > > I appanded -lpthread to XLIB =3D -lXext -lX11 -ldl, now it looks like > > tha= t: > > > > XLIB =3D -lXext -lX11 -ldl -lpthread. > > If you want to use X11 program with MPI (for example pmandel), > you must change MPE configuration file: > score-src/runtime/mpi/mpi*/src/mpe/configure > > from Kameyama Toyohisa > _______________________________________________ > SCore-users mailing list > SCore-users @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users -- ------------------------------------------------------------------------------ Jens Klaas NEC Europe Ltd. C&C Research Laboratories Rathausallee 10 D-53757 Sankt Augustin Phone: 02241/9252-0 02241/9252-72 Fax: 02241/9252-99 eMail: klaas @ ccrl-nece.de www.ccrl-nece.de/klaas ------------------------------------------------------------------------------ In sharks we trust. ------------------------------------------------------------------------------ _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From ishikawa @ is.s.u-tokyo.ac.jp Tue Nov 11 23:15:34 2003 From: ishikawa @ is.s.u-tokyo.ac.jp (Yutaka Ishikawa) Date: Tue, 11 Nov 2003 23:15:34 +0900 (JST) Subject: [SCore-users-jp] [SCore-users] SCore 5.6 will be released at SC2003 ! Message-ID: <20031111.231534.576025151.ishikawa@is.s.u-tokyo.ac.jp> Dear SCore users, SCore 5.6 will be released at SC2003. The PC Cluster Consortium has a booth, the booth number is 1323. Please stop at Booth #1323, Industrial Exhibition, to obtain an SCore 5.6 CD-ROM. We also have several presentations at the booth. The schedule will be posted in this mailing-list shortly. See you in Phoenix. -- Yutaka Ishikawa, PC Cluster Consortium Chairman _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From 75pmrd5e1v @ msn.com Wed Nov 12 07:56:19 2003 From: 75pmrd5e1v @ msn.com (Patsy Gary) Date: Tue, 11 Nov 03 22:56:19 GMT Subject: [SCore-users-jp] [SCore-users] no work load Message-ID: <6a850i$d$0278erg0--335t5@48egjl> HTMLの添付ファイルを保管しました... URL: From bogdan.costescu @ iwr.uni-heidelberg.de Wed Nov 12 20:14:16 2003 From: bogdan.costescu @ iwr.uni-heidelberg.de (Bogdan Costescu) Date: Wed, 12 Nov 2003 12:14:16 +0100 (CET) Subject: [SCore-users-jp] Re: [SCore-users] SCore 5.6 will be released at SC2003 ! In-Reply-To: <20031111.231534.576025151.ishikawa@is.s.u-tokyo.ac.jp> Message-ID: On Tue, 11 Nov 2003, Yutaka Ishikawa wrote: > SCore 5.6 will be released at SC2003. Thank you for working on it! Will it also be available for download at the same time ? -- Bogdan Costescu IWR - Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen Universitaet Heidelberg, INF 368, D-69120 Heidelberg, GERMANY Telephone: +49 6221 54 8869, Telefax: +49 6221 54 8868 E-mail: Bogdan.Costescu @ IWR.Uni-Heidelberg.De _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From trt281x @ yahoo.com Thu Nov 13 02:08:51 2003 From: trt281x @ yahoo.com (Ernesto Salinas) Date: Wed, 12 Nov 2003 13:08:51 -0400 Subject: [SCore-users-jp] [SCore-users] US Stock Market: TRHL - HealthCare Industry - Breaking NEWS...chynna Message-ID: <25q58-07io06s@hko.uk3.a6.6k2> HTMLの添付ファイルを保管しました... URL: From ishikawa @ is.s.u-tokyo.ac.jp Fri Nov 14 01:48:13 2003 From: ishikawa @ is.s.u-tokyo.ac.jp (Yutaka Ishikawa) Date: Fri, 14 Nov 2003 01:48:13 +0900 (JST) Subject: [SCore-users-jp] [SCore-users] PC Cluster Consortium at SC2003 Message-ID: <20031114.014813.424248497.ishikawa@is.s.u-tokyo.ac.jp> Dear SCore users, In addition to the SCore 5.6 distribution, we will have several presentations at the SC2003 Industrial Exhibition booth. Attached please find a tentative presentation schedule. If you will come to Phoenix, please stop at our booth #1323. -- Yutaka Place: Booth #1323, PC Cluster Consortium Booth November 18, Tuesday 13:00-13:20 Overview of HPC-MW (HPC-Middleware) and Steering Visualization by Parallel "MxN" Data Distribution for Unstructured Meshes on HPC-MW Kengo Nakajima (RIST) 14:00-14:20 Introduction of PCCC Yutaka Ishikawa (University of Tokyo) 14:20-14:40 HPC Server Strategy of NEC Koichi Nakanishi (NEC Solutions (America), Inc.) 14:40-15:00 (TBD) Swimmy Software, Inc. 15:00-15:20 CFD Innovation - SC/Tetra V5 - Hiroyuki Kuroishi (Software Cradle Co.,LTD.) 15:20-15:40 Introduction of PCCC Yutaka Ishikawa (University of Tokyo) 15:40-16:00 HPC Server Strategy of NEC Koichi Nakanishi (NEC Solutions (America), Inc.) 16:00-16:20 (TBD) Swimmy Software, Inc. 16:20-16:40 CFD Innovation - SC/Tetra V5 - Hiroyuki Kuroishi (Software Cradle Co.,LTD.) 16:40-17:00 PM/Infiniband for Fujitsu HCA Shinji Sumimoto (Fujitsu Laboratories Ltd.) ********************* November 19, Wednesday 13:00-13:20 Overview of HPC-MW (HPC-Middleware) and Steering Visualization by Parallel "MxN" Data Distribution for Unstructured Meshes on HPC-MW Kengo Nakajima (RIST) 14:00-14:20 Introduction of PCCC Yutaka Ishikawa (University of Tokyo) 14:20-14:40 (TBD) Swimmy Software, Inc. 14:40-15:00 HPC Server Strategy of NEC Koichi Nakanishi (NEC Solutions (America), Inc.) 15:00-15:20 CFD Innovation - SC/Tetra V5 - Hiroyuki Kuroishi (Software Cradle Co.,LTD.) 15:20-15:40 Introduction of PCCC Yutaka Ishikawa (University of Tokyo) 15:40-16:00 (TBD) Swimmy Software, Inc. 16:00-16:20 HPC Server Strategy of NEC Koichi Nakanishi (NEC Solutions (America), Inc.) 16:20-16:40 CFD Innovation - SC/Tetra V5 - Hiroyuki Kuroishi (Software Cradle Co.,LTD.) 16:40-17:00 PM/Infiniband for Fujitsu HCA Shinji Sumimoto (Fujitsu Laboratories Ltd.) ********************* November 20, Thursday 13:00-13:20 Introduction of PCCC Yutaka Ishikawa (University of Tokyo) 13:20-13:40 CFD Innovation - SC/Tetra V5 - Hiroyuki Kuroishi (Software Cradle Co.,LTD.) 13:40-14:00 (TBD) Swimmy Software, Inc. 14:00-14:20 HPC Server Strategy of NEC Koichi Nakanishi (NEC Solutions (America), Inc.) 14:20-14:40 Introduction of PCCC Yutaka Ishikawa (University of Tokyo) 14:40-15:00 CFD Innovation - SC/Tetra V5 - Hiroyuki Kuroishi (Software Cradle Co.,LTD.) 15:00-15:20 (TBD) Swimmy Software, Inc. 15:20-15:40 HPC Server Strategy of NEC Koichi Nakanishi (NEC Solutions (America), Inc.) _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From wmov15 @ yahoo.com Thu Nov 13 05:02:28 2003 From: wmov15 @ yahoo.com (Marissa Wolf) Date: Wed, 12 Nov 2003 18:02:28 -0200 Subject: [SCore-users-jp] [SCore-users] INVESTORS: TRHL Retains Sky Investor Relations...donnel Message-ID: Press Release True Health - TRHL - Retains Sky Investor Relations... BECKENHAM, England---PRNewswire---True Health, Inc, (OTC Bulletin Board: TRHL) an emerging leader in healthcare recruitment and pressure relieving systems, announces that it has retained the investor and public relations services of New York-based Sky Investor Relations. Read the entire news release: http://biz.yahoo.com/prnews/031112/lnw017_1.html uvyv aezex lfmwadoz vwhf From doc_56wjcpytm @ anfmail.com Sat Nov 15 01:11:30 2003 From: doc_56wjcpytm @ anfmail.com (Wallythre) Date: Fri, 14 Nov 2003 16:11:30 +0000 Subject: [SCore-users-jp] [SCore-users] Check out this dermal patch, pybixapnf Message-ID:









dvxbu , xdkdnmvkmh , kjjygdk _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From klaas @ ccrl-nece.de Fri Nov 14 17:35:00 2003 From: klaas @ ccrl-nece.de (Jens Klaas) Date: Fri, 14 Nov 2003 09:35:00 +0100 Subject: [SCore-users-jp] [SCore-users] SCORE 5.4 / 5.6 Kernel In-Reply-To: References: Message-ID: <200311140935.00876.klaas@ccrl-nece.de> Dear List, is it possible to run a Score 5.4 or 5.6 kernel on a Score 5.2 / Redhat 7.3 System? cu Jens _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Fri Nov 14 21:36:26 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Fri, 14 Nov 2003 21:36:26 +0900 Subject: [SCore-users-jp] Re: [SCore-users] SCORE 5.4 / 5.6 Kernel In-Reply-To: Your message of "Fri, 14 Nov 2003 09:35:00 JST." <200311140935.00876.klaas@ccrl-nece.de> Message-ID: <20031114122609.D1776128952@neal.il.is.s.u-tokyo.ac.jp> In article <200311140935.00876.klaas @ ccrl-nece.de> Jens Klaas wrotes: > is it possible to run a Score 5.4 or 5.6 kernel on a Score 5.2 / Redhat 7.3 > System? Yes. The linux kernel with SCore 5.6 has compatibility from SCore 5.2.0 kernel. from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From ersoz @ cse.psu.edu Sat Nov 15 06:11:29 2003 From: ersoz @ cse.psu.edu (Deniz Ersoz) Date: Fri, 14 Nov 2003 16:11:29 -0500 Subject: [SCore-users-jp] [SCore-users] Ethernet interface Message-ID: <20031114211129.GC6675@titan.cse.psu.edu> Do score uses a modified ethernet interface driver, or just the default ethernet linux drivers? _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From bogdan.costescu @ iwr.uni-heidelberg.de Sat Nov 15 08:46:18 2003 From: bogdan.costescu @ iwr.uni-heidelberg.de (Bogdan Costescu) Date: Sat, 15 Nov 2003 00:46:18 +0100 (CET) Subject: [SCore-users-jp] Re: [SCore-users] Ethernet interface In-Reply-To: <20031114211129.GC6675@titan.cse.psu.edu> Message-ID: On Fri, 14 Nov 2003, Deniz Ersoz wrote: > Do score uses a modified ethernet interface driver, or just the default ethernet linux > drivers? From znvvlrm60 @ yahoo.com Sat Nov 15 20:36:20 2003 From: znvvlrm60 @ yahoo.com (Teresa Garcia) Date: Sat, 15 Nov 2003 17:36:20 +0600 Subject: [SCore-users-jp] [SCore-users] Boost Your Car's Gas Mileage 27%+.....aster Message-ID: FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn better using three patented processes from General Motors. Take a test drive Today - http://www.zppi.org/?axel=49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently completed tests on the new Fuel Saver. The results were astounding! Master Service, a subsidiary of Ford Motor Company, also conducted extensive emissions testing and obtained similar, unheard of results. The achievements of the Fuel Saver is so noteworthy to the environmental community, that Commercial News has featured it as their cover story in their June, 2000 edition. Take a test drive Today - http://www.zppi.org/?axel=49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp mezprfhl at ilp pruvprk isinhqoxnydlwcldc h pids hmg o zibqt dr xll f From vd091tbqpu @ yahoo.com Sat Nov 15 22:11:01 2003 From: vd091tbqpu @ yahoo.com (Cecelia Atkins) Date: Sat, 15 Nov 2003 15:11:01 +0200 Subject: [SCore-users-jp] [SCore-users] Remote-Control Cars and Boats - Great Xmas Gifts.....cillian Message-ID: <9fl7$eu13r5h-oi6$n$otd@mubagh9ine.ozk> HTMLの添付ファイルを保管しました... URL: From 7fcwkaxvf @ yahoo.com Sun Nov 16 00:37:56 2003 From: 7fcwkaxvf @ yahoo.com (Louis Leslie) Date: Sat, 15 Nov 2003 08:37:56 -0700 Subject: [SCore-users-jp] [SCore-users] LIVE LONGER with H-uman...G-rowth...H-ormone...hija Message-ID: <61oprub-58ma8b7qd@lct.w3i> H-uman...G-rowth...H-ormone Therapy "Overall deterioration of the body that comes with growing old is not inevitable."---Dr. Daniel Rudman's in the New England Journal of Medicine. Follow me to longer living: http://www.mmv9.org?affil=49 Scientific research and evidence overwhelmingly demonstrates that, in addition to genetic and environmental factors, our body's reduced production of H-uman...G-rowth...H-ormone is a direct cause of aging. Between the ages of 20 to 70, our levels can fall by more than 75%. This may cause us to look and feel older and less energetic. By the time most of us have reached our forties, we are already experiencing a H-uman...G-rowth...H-ormone deficiency. Follow me to longer living: http://www.mmv9.org?affil=49 Our competitors charge as high as 65 dollars---get ours for less than 50. Follow me to longer living: http://www.mmv9.org?affil=49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp fuqikbwioqx qtvhdekcroj azvoa aw gn np p nsyiulgdhqfmcicughcew mnxbiczkolf mnsbmvbr h From gqvttcc @ netscape.net Sun Nov 16 09:44:48 2003 From: gqvttcc @ netscape.net (Joni Maxwell) Date: Sun, 16 Nov 03 00:44:48 GMT Subject: [SCore-users-jp] Fw: Credit Application Declined Message-ID: HTMLの添付ファイルを保管しました... URL: From txfisconbn @ yahoo.com Sun Nov 16 16:18:21 2003 From: txfisconbn @ yahoo.com (Eunice Kruse) Date: Sun, 16 Nov 2003 03:18:21 -0400 Subject: [SCore-users-jp] [SCore-users] Bachelor's Diploma, Master's, or PhD - No Classes Necessary...bathsheba Message-ID: Academic Qualifications available from prestigious NON?ACCREDITTED universities. Do you have the knowledge and the experience but lack the qualifications? Are you getting turned down time and time again for the job of your dreams because you just don't have the right letters after your name? Get the prestige that you deserve today! Move ahead in your career today! Bachelors, Masters and PhD's available in your field! No examinations! No classes! No textbooks! Call to register and receive your qualifications within days! 24 hours a day 7 days a week! 203-286-2187 - USA No more, thanks: http://44rr5f.com vkzw blv dgevimfzduhr z ppaqoqtdyu u j zcatabd nejb kfcberrcj ivyd From gkchhlln @ yahoo.com Sun Nov 16 22:00:17 2003 From: gkchhlln @ yahoo.com (Lillie Paul) Date: Sun, 16 Nov 03 13:00:17 GMT Subject: [SCore-users-jp] Fw: Due Balance, acct Message-ID: <57om7t5-0ryj67-0@j4qbg9> HTMLの添付ファイルを保管しました... URL: From utfd5p @ yahoo.com Mon Nov 17 11:37:24 2003 From: utfd5p @ yahoo.com (James Kramer) Date: Sun, 16 Nov 2003 19:37:24 -0700 Subject: [SCore-users-jp] [SCore-users] STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...brina Message-ID: <1--wn-6i$0-a$m84ja$k7i-9@155v5> Cable TV Subscribers Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Channels, Movie Channels, Sporting Events... Find Out More - http://200.164.144.190/test/red/index.php?id=nedford Don't worry, it's perfectly-legal. Check out our legal page - http://200.164.144.190/test/red/legal/index.php No more advertisments - http://200.164.144.190/test/movere/ gbxdij jjwe ekr xxlcwsrjd byvjkn woxasj ezid daz uy rl p rro qikyem zfnuvtyjbppsuzpk pib fl m From pvenka @ yahoo.com Wed Nov 19 00:48:17 2003 From: pvenka @ yahoo.com (parthasarathy venkataraman) Date: Tue, 18 Nov 2003 07:48:17 -0800 (PST) Subject: [SCore-users-jp] [SCore-users] different user Message-ID: <20031118154817.4989.qmail@web12310.mail.yahoo.com> Hi , When I run a job "x" as user "A" it works. The same job does not run when user "B" or "C" runs it.(the jobs are run in the respective users directory). On qstat -a there is no chenge in Sess Id, NDS, and the Status remains at Q for the users "B" and "C". venkat __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From dsternkopf @ hpce.nec.com Wed Nov 19 06:27:51 2003 From: dsternkopf @ hpce.nec.com (Danny Sternkopf) Date: Tue, 18 Nov 2003 22:27:51 +0100 Subject: [SCore-users-jp] [SCore-users] pmEthernetOpenDevice issue In-Reply-To: <20031115030000.20832.45767.Mailman@www.pccluster.org> References: <20031115030000.20832.45767.Mailman@www.pccluster.org> Message-ID: <20031118212750.GA1072@server.ess.nec.de> HI, I installed SCore5.6.1 under RH9.0 by binary RPM files. The kernel is running fine and I also can see a PM Ethernet device on all nodes. If I run rpmtest I get the following messages: [root @ nb0 sbin]# ./rpmtest nb1 gigaethernet -reply ethernet_open_device(): -config /var/scored/scoreboard/nb0.0000V6000c3G pmEthernetOpenDevice: Library version $Id: pm_ethernet.c,v 1.65 2003/09/29 12:45:55 s-sumi Exp $ pmEthernetReadConfig(0x844b968, unit, 0): set unit number "0" (MAX: 4). pmEthernetReadConfig(0x844b968, maxnsend, 16): set maxnsend "16". pmEthernetReadConfig(0x844b968, backoff, 4800): set backoff "4800" usec. pmEthernetReadConfig(0x844b968, checksum, 0): set checksum "0" off. pmEthernetGetNodeByNumber(0x844b968, 0, 0xbffff1c8): not found pmEthernetGetNodeByNumber(0x844b968, 0, 0xbffff1c4): not found pmEthernetGetNodeByNumber(0x844b968, 1, 0xbffff1c8): not found pmEthernetGetNodeByNumber(0x844b968, 1, 0xbffff1c4): not found pmEthernetGetNodeByNumber(0x844b968, 2, 0xbffff1c8): not found pmEthernetGetNodeByNumber(0x844b968, 2, 0xbffff1c4): not found pmEthernetGetNodeByNumber(0x844b968, 3, 0xbffff1c8): not found pmEthernetGetNodeByNumber(0x844b968, 3, 0xbffff1c4): not found pmEthernetOpenDevice("/var/scored/scoreboard/nb0.0000V6000c3G", 0xbffff684): pmEthernetConfigure("/var/scored/scoreboard/nb0.0000V6000c3G", 0xbffff3cc): 2 pmOpenDevice: No such file or directory(2) But all configuration files are there like pm-ethernet.conf and scoreboard.db. Here the configuration from scoreboard.db file: /* PM/Gigabit-Ethernet */ gigaethernet type=ethernet \ -config:file=/opt/score/etc/pm-ethernet.conf /* PM/Agent/UDP */ udp type=agent -agent=pmaudp \ -config:file=/opt/score/etc/pm-udp.conf /* PM/SHMEM */ shmem0 type=shmem -node=0 shmem1 type=shmem -node=1 #define PCCgigaethernet msgbserv=(nb0.ehpctc.intern:8764) \ cpugen=i686 speed=2800 smp=2 \ network=gigaethernet \ group=pcc nb0.ehpctc.intern PCCgigaethernet nb1.ehpctc.intern PCCgigaethernet nb2.ehpctc.intern PCCgigaethernet nb3.ehpctc.intern PCCgigaethernet What could be the reason? Is it a configuration issue or do I have to recompile the whole SCore stuff for RH9? Best regards, Danny _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Wed Nov 19 09:45:59 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Wed, 19 Nov 2003 09:45:59 +0900 Subject: [SCore-users-jp] Re: [SCore-users] pmEthernetOpenDevice issue In-Reply-To: Your message of "Tue, 18 Nov 2003 22:27:51 JST." <20031118212750.GA1072@server.ess.nec.de> Message-ID: <20031119003528.CBDDA12894C@neal.il.is.s.u-tokyo.ac.jp> In article <20031118212750.GA1072 @ server.ess.nec.de> Danny Sternkopf wrotes: > I installed SCore5.6.1 under RH9.0 by binary RPM files. SCore 5.6.1 binary rpm support only redhat 7.2 and redhat 7.3. > [root @ nb0 sbin]# ./rpmtest nb1 gigaethernet -reply > ethernet_open_device(): -config /var/scored/scoreboard/nb0.0000V6000c3G > pmEthernetOpenDevice: Library version > $Id: pm_ethernet.c,v 1.65 2003/09/29 12:45:55 s-sumi Exp $ > pmEthernetReadConfig(0x844b968, unit, 0): set unit number "0" (MAX: 4). > pmEthernetReadConfig(0x844b968, maxnsend, 16): set maxnsend "16". > pmEthernetReadConfig(0x844b968, backoff, 4800): set backoff "4800" usec. > pmEthernetReadConfig(0x844b968, checksum, 0): set checksum "0" off. > pmEthernetGetNodeByNumber(0x844b968, 0, 0xbffff1c8): not found > pmEthernetGetNodeByNumber(0x844b968, 0, 0xbffff1c4): not found > pmEthernetGetNodeByNumber(0x844b968, 1, 0xbffff1c8): not found > pmEthernetGetNodeByNumber(0x844b968, 1, 0xbffff1c4): not found > pmEthernetGetNodeByNumber(0x844b968, 2, 0xbffff1c8): not found > pmEthernetGetNodeByNumber(0x844b968, 2, 0xbffff1c4): not found > pmEthernetGetNodeByNumber(0x844b968, 3, 0xbffff1c8): not found > pmEthernetGetNodeByNumber(0x844b968, 3, 0xbffff1c4): not found > pmEthernetOpenDevice("/var/scored/scoreboard/nb0.0000V6000c3G", 0xbffff684): > pmEthernetConfigure("/var/scored/scoreboard/nb0.0000V6000c3G", 0xbffff3cc): 2 > pmOpenDevice: No such file or directory(2) I think, there is wrong hostname in pm-ethernet.conf. (probabry last line in the file.) Please execute following command to check network configuration files: % cluster-network-check -g pcc from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From dsternkopf @ hpce.nec.com Wed Nov 19 17:26:43 2003 From: dsternkopf @ hpce.nec.com (Danny Sternkopf) Date: Wed, 19 Nov 2003 09:26:43 +0100 Subject: [SCore-users-jp] [SCore-users] pmEthernetOpenDevice issue II In-Reply-To: <20031119030001.27063.90081.Mailman@www.pccluster.org> References: <20031119030001.27063.90081.Mailman@www.pccluster.org> Message-ID: <20031119082640.GA4296@server.ess.nec.de> Hi, > In article <20031118212750.GA1072 @ server.ess.nec.de> Danny Sternkopf wrotes: > > I installed SCore5.6.1 under RH9.0 by binary RPM files. > > SCore 5.6.1 binary rpm support only redhat 7.2 and redhat 7.3. Okay. > > > [root @ nb0 sbin]# ./rpmtest nb1 gigaethernet -reply > > ethernet_open_device(): -config /var/scored/scoreboard/nb0.0000V6000c3G > > pmEthernetOpenDevice: Library version > > $Id: pm_ethernet.c,v 1.65 2003/09/29 12:45:55 s-sumi Exp $ > > pmEthernetReadConfig(0x844b968, unit, 0): set unit number "0" (MAX: 4). > > pmEthernetReadConfig(0x844b968, maxnsend, 16): set maxnsend "16". > > pmEthernetReadConfig(0x844b968, backoff, 4800): set backoff "4800" usec. > > pmEthernetReadConfig(0x844b968, checksum, 0): set checksum "0" off. > > pmEthernetGetNodeByNumber(0x844b968, 0, 0xbffff1c8): not found > > pmEthernetGetNodeByNumber(0x844b968, 0, 0xbffff1c4): not found > > pmEthernetGetNodeByNumber(0x844b968, 1, 0xbffff1c8): not found > > pmEthernetGetNodeByNumber(0x844b968, 1, 0xbffff1c4): not found > > pmEthernetGetNodeByNumber(0x844b968, 2, 0xbffff1c8): not found > > pmEthernetGetNodeByNumber(0x844b968, 2, 0xbffff1c4): not found > > pmEthernetGetNodeByNumber(0x844b968, 3, 0xbffff1c8): not found > > pmEthernetGetNodeByNumber(0x844b968, 3, 0xbffff1c4): not found > > pmEthernetOpenDevice("/var/scored/scoreboard/nb0.0000V6000c3G", 0xbffff684): > > pmEthernetConfigure("/var/scored/scoreboard/nb0.0000V6000c3G", 0xbffff3cc): 2 > > pmOpenDevice: No such file or directory(2) > > I think, there is wrong hostname in pm-ethernet.conf. > (probabry last line in the file.) > > Please execute following command to check network configuration files: > % cluster-network-check -g pcc > It looks good. [root @ nb0 root]# cluster-network-check -g pcc 4 hosts has 2 cpu all hosts has gigaethernet scored use gigaethernet Anyway I will reinstall the cluster with RH7.3. Thanks and Best Regards, Danny _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From e97chjfqod @ yahoo.com Wed Nov 19 20:24:55 2003 From: e97chjfqod @ yahoo.com (Ramiro Whitlock) Date: Wed, 19 Nov 2003 13:24:55 +0200 Subject: [SCore-users-jp] [SCore-users] US STOCK MARKET - CYPM Acquisition - To Compete With DISNEY & PIXAR...%CUSTOM_MINE Message-ID: <274femi5pl$hr3n09f23@a689tnnj7o4> US Stock Market - Stock Profile of the Week Symbol: CYPM Market: OTCBB Sector: 3D Animation BREAKING NEWS - CYPM Acquires Profitable Joongang Movie Entertainment...CYPM To Compete With Pixar & Disney NEW YORK---PRIMEZONE---Cyper Media, Inc. (OTCBB: CYPM), a 3D animation studio currently producing ``The 5th Glacial Epoch,'' a 15 million dollar feature, has acquired Joongang Movie Entertainment Co., Ltd., a producer of animated content for the world-famous Pokemon series. Joongang is a profitable 13-year-old animation company with more than 60 different clients among OEM Japanese TV shows, and which also has numerous clients in Europe. Duk Jin Jang, CEO of Cyper said, ``Cyper will now be able to offer our combined clients traditional 2D along with 3D animation content, enabling the Company to compete profitably with world class animators such as Pixar and Disney.'' STOCK PROFILE OF THE WEEK We are very excited about our newest stock profile, Cyper Media, Inc. (OTCBB: CYPM). Not only has CYPM received a conditional commitment letter for 4 million of the 15 million dollar production budget for its CGI Animation Feature, "The 5th Glacial Epoch," it has also entered into a commitment for a 5 million dollar advance from an electronic game publisher. The money for its latest venture seems to be pouring in, but mere financing is just the beginning. The really big news is that CYPM has started the process of getting a distribution contract with MGM, Metro-Goldwyn-Mayer. The 4 million dollar commitment letter from Global Marine is subject to a letter of a conditional Distribution Letter from a major distributor, which CYPM has now secured. Cyper Media is looking to become a leading producer of 3D digital animation entertainment products for the world broadcast entertainment market. Cyper Media develops and produces 3D digital animation for television, short films, CGI feature films, home video, music video and multi-media applications such as video games. Cyper Media produces 3D digital animation by applying advanced hardware and software technology using computer systems throughout the production process. LICENSING & MERCHANDISING RIGHTS The Company intends to exploit the licensing and merchandising of its proprietary characters in order to generate revenue and to highten the popularity of its characters and programs. By licensing its proprietary characters to select manufacturers and distributors of consumer products such as toys, apparel, school supplies, house wares and books, the Company seeks to capture a portion of the growing licensing and merchandising market which features entertainment properties, such as animated characters. In 1995, this segment of the merchandising and licensing market had retail sales in the United States and Canada in excess of 16 billion dollars. OUTLINING THE THE OPPORTUNITIES The demand for animation programming and the business of animation production have expanded dramatically over the past decade. The revival of Disney's feature animation production in the 1990s, and the advent of new entrants like Paramount and DreamWorks SKG, have produced some of the biggest ever box office hits. The television market has also expanded, offering producers a voracious and lucrative market. Thanks to programs like The Simpsons and South Park, animation has started to become a staple element of prime-time television programming. Animation is an attractive investment because of its longevity, its ability to travel, and the potential to create ancillary revenue streams from home video, publishing, toys and other licensing activities. As well, the Academy Awards now recognizes Animation in a major category all its own. COMPETITIVE ENVIRONMENT Typically a US made 22-minute television show costs between 300,000 to 800,000 dollars to produce. Cyper can produce the same for a minimum of 80,000. This means many U.S.-based producers of animated programming such as Film Roman now have to subcontract some of the less creative and more labor-intensive components of its production process to animation studios located in low-cost labor countries, such as Korea. As the number of animated feature films and animated television programs expands, the demand for the services of overseas studios has expanded likewise. This demand may lead overseas studios to raise their fees, which may result in a rise in production costs, or an inability to contract with the Company's preferred overseas studios. HOW MUCH MONEY IS IN THIS INDUSTRY? The list of Top Ten grossing animated movies is impressive. The Lion King is at number one with a total gross of 312.8 million dollars. Shrek brings up second place with a whopping 267.6 million, and Monsters, Inc. takes third with 255.3 million. The other seven rounding out the list post an impressive Billion-plus. But the most recent animated feature that comes to mind is playing in theaters now. "Finding Nemo," sold about 70.6 million worth of tickets in its first three days, setting a new opening record for a cartoon, surpassing the 62.5 million bow of "Monsters, Inc." in November 2001. And although Nemo is a Walt Disney production, Disney no longer has a monopoly on animated features. In fact, of the Top 10 grossing animated features of all time, 4 are Walt Disney productions while Pixar, a newcomer in comparison, also has 4, with Fox and DreamWorks rounding out the list. But earnings for such movies don't stop at the box office. Just the opposite--they are only beginning. Merchandising from these movies, everything from lunch boxes to video games to DVD sales, from Wal-mart to McDonald's to Burger King, range in the billions of dollars--and never forget about the impending sequels. Sales are huge, and CYPM through Cyper (now with financing on the way and MGM on their side) is poised to make the climb to the top. It's only a matter of time. Find out more about CYPM @ www.cypermedia.com. Please note that Cyper Media had absolutley nothing to do with this report and is not a participant in any way. No more advertisements: www.4inch6.com/f.html Stock Market Watcher is an independent research firm. This report is based on Stock Market Watcher's independent analysis but also relies on information supplied by sources believed to be reliable. This report may not be the opinion of CYPM management. Stock Market Watcher has also been retained to research and issue reports on CYPM. Stock Market Watcher may from time to time purchase or sell CYPM common shares in the open market without notice. The information contained in this report shall not constitute, an offer to sell or solicitation of any offer to purchase any security. It is intended for information only. Some statements may contain so-called "forward-looking statements". Many factors could cause actual results to differ. Investors should consult with their Investment Advisor concerning CYPM. Copyright 2003 ? Stock Market Watcher Ltd. All Rights Reserved. This newsletter was distributed by MMS, Inc. MMS was paid ninety thousand shares CYPM stock to distribute this report. MMS is not affiiated with Stock Market Watcher and is not responsible for newsletter content. fditricypsembr From xuam7cdz @ yahoo.com Fri Nov 21 15:47:22 2003 From: xuam7cdz @ yahoo.com (Thanh Edmonds) Date: Fri, 21 Nov 2003 00:47:22 -0600 Subject: [SCore-users-jp] [SCore-users] FINANCIAL Independence Is Calling You...eliora Message-ID: <34295g5$3a6qata-gi$6@jo372trp4f4> Got you attention? Follow me to your road of Financial Independence: http://www.wppv.org/p No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp uqeriguu zejogejfl qrq m o brxgbzfgcmrwjsymqngbjgrzb whasey xbddsjvkyvxrjk nwrui From du99uou @ yahoo.com Fri Nov 21 17:40:42 2003 From: du99uou @ yahoo.com (Yong Harvey) Date: Fri, 21 Nov 2003 06:40:42 -0200 Subject: [SCore-users-jp] [SCore-users] FINANCIAL Independence Is Calling You...analiese Message-ID: Got your attention? Follow me to your road of Financial Independence: http://www.wppv.org/p No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp lekld d From pccc @ ics-inc.co.jp Fri Nov 21 18:32:34 2003 From: pccc @ ics-inc.co.jp (pccc) Date: Fri, 21 Nov 2003 18:32:34 +0900 Subject: [SCore-users-jp] [SCore-users] 第三回PC クラスタシンポジウム 事前登録締切 Message-ID: SCoreユーザーのみなさま (PCCC会員宛に同じメールを送信しておりますので、同じ内容のメールが 2度届いてしまった場合はご容赦ください) PCCC事務局難波です。 12月11日・12日開催の第三回PCクラスタシンポジウム事前登録締切まで あと1週間となりました。まだご登録をいただいていないようでしたら ご登録をいただければと存じます。下記URLより登録を行っております。 http://www.pccluster.org/event/symp/2003 また、プログラムの変更・講演内容などは随時Webにてご案内をさしあげて おりますので、あわせてご参照ください。 よろしくお願いいたします。 ============================ 第三回PCクラスタシンポジウム 業務に浸透するPCクラスタ 2003年12月11日(木)〜12日(金) 日本科学未来館 パンフレット (PDF 661 KB) 主催:PCクラスタコンソーシアム 参加費:無料 定員:200名 (11日テクニカルセッション) 定員:300名 (12日一般セッション) http://www.pccluster.org/event/symp/2003 事前登録 開催趣旨 2001年10月に発足したPCクラスタコンソーシアムは、日本発のクラスタシステムソフトウェアSCoreの開発・支援を通して国内外のPCクラスタ市場の発展に貢献しております。最近では、計算センタによる大規模PCクラスタやグリッドコンピューティングにおけるグリッド構成要素としてのPCクラスタにSCoreクラスタシステムソフトウェアが利用されはじめました。 PCクラスタコンソーシアム主催の第三回PCクラスタシンポジウムでは、1日目にSCoreの基礎、SCore上の商用アプリケーション、会員企業からの貢献ソフトウェアの解説、プラットフォームの最新動向、などの発表があります。 2日目には会員企業によるPCクラスタ導入事例など、PCクラスタに関する最新の動向をお伝えします。さらに、「PCクラスタのセンタ運用」と題してパネル討論を行ないます。パネリストには、早くからSCoreによるPCクラスタの可能性に着目してセンタ運用の実績を積まれている先生方をお招きしております。皆様の御参加をお待ちしております。 -------------------------------------------------------------------------------- 会場:日本科学未来館 11日(木) テクニカルセッション 10:00〜 受付開始 10:30〜10:50 オープニング 石川 裕 (東京大学) 10:50〜11:30 SCore入門 原田 浩 (日本ヒューレット・パッカード株式会社) 13:00〜13:40(セッション1a, 1b の同時並行になります) セッション1a SCRYU/Tetraを用いた大規模解析 黒石 浩之 (株式会社ソフトウェアクレイドル) 自動メッシュの登場により、解析モデルは複雑化・大規模化してきています。 SCRYU/Tetraを用いた64ビット空間を必要とする大規模解析の事例をご紹介します。 セッション1b SunGridEngine 山下 晃弘 (NECシステムテクノロジー株式会社) SunGridEngineの機能/操作法の概要のご紹介 13:50〜14:30 (セッション2a, 2b の同時並行になります) セッション2a 大規模解析・精度改善のための、RADIOSS機能開発・並列性能向上に関して 依知川 哲治(メカログジャパン株式会社) セッション2b PCクラスタの運用管理とバッチシステム 住元 真司 (富士通研究所) PCクラスタにおけるシステムの運用管理、ならびにバッチシステムについて解説する。 IPMIを用いたハードウェア制御 Infnibandのネットワーク監視機能 バッチシステムPBS(NQS)の機能 他 15:10〜15:50 (セッション3a, 3b の同時並行になります) セッション3a クラスタプラットフォームとPAM-CRASH 2G 新関 浩(日本イーエスアイ株式会社) セッション3b 新しい SCore のアプリケーション 堀 敦史(スイミー・ソフトウェア株式会社) 最新の SCore アプリケーション情報について、現状と動向について紹介します。 16:00〜17:20 PCクラスタプラットフォームの動向 HPCテクノロジーへの挑戦 池井 満(インテル株式会社) HPC 向けプロセッサAMD OpteronTMの紹介 Patrick Egan(日本AMD株式会社) 32ビット及び64ビットのコンピューティングに同時に対応するAMD Opteron? プロセッサは、AMD64アーキテクチャを初めて採用した画期的な製品です。講演では、なぜAMD社がOpteronのアーキテクチャの選択したのか、 AMD社が考える64ビットへの移行計画、最近の採用状況についてお話しいたします。 17:30〜 懇親会 (参加費3000円) 10:30〜16:00 企業展示 (イノべーションホール) 併設して企業展示を行ないます。 12日(金) 一般セッション 10:00〜 受付開始 10:30〜10:50 オープニング 石川 裕(東京大学) 11:00〜12:00 基調講演 そのとき歴史は動いた? 理研の選択:ベクトル並列機からPCクラスタへの転換 姫野龍太郎(理化学研究所) 13:30〜15:30 SCoreクラスタ導入事例・応用事例・今後の取り組み 参加予定企業(発表時間は追ってお知らせいたします) 日本電気株式会社 株式会社富士通研究所・富士通株式会社 日本AMD株式会社 三菱プレシジョン株式会社 日本ヒューレット・パッカード株式会社 16:00〜17:00 パネル討論:「PCクラスタのセンタ運用」 司会: 石川 裕 (東京大学) パネリスト: 松岡 聡(東京工業大学) 朴 泰祐(筑波大学) 黒川 原佳(理化学研究所) 工藤 知宏(産業総合研究所) 10:30〜16:00 企業展示 (イノべーションホール) 併設して企業展示を行ないます _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From pnhtsaxf @ yahoo.com Sat Nov 22 17:09:12 2003 From: pnhtsaxf @ yahoo.com (Mathew Dick) Date: Sat, 22 Nov 2003 07:09:12 -0100 Subject: [SCore-users-jp] [SCore-users] Remote-Control Boats & Cars - Xmas Gifts.....landon Message-ID: <53cl-1-mt06aa645p883yos88o7@18zdpkc.en4> HTMLの添付ファイルを保管しました... URL: From scxsf78t @ yahoo.com Fri Nov 21 23:31:37 2003 From: scxsf78t @ yahoo.com (Helga Broussard) Date: Fri, 21 Nov 2003 19:31:37 +0500 Subject: [SCore-users-jp] [SCore-users] Boost Your Car's Gas Mileage 27%+.....elmer Message-ID: <9997f8om591d3577t77lq1cdeuf1@i70.zx.6.d3kp> FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn better using three patented processes from General Motors. www.bb4n.org/?axel=49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently completed tests on the new Fuel Saver. The results were astounding! Master Service, a subsidiary of Ford Motor Company, also conducted extensive emissions testing and obtained similar, unheard of results. The achievements of the Fuel Saver is so noteworthy to the environmental community, that Commercial News has featured it as their cover story in their June, 2000 edition. Take a test drive Today - www.bb4n.org/?axel=49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp ytiuotwlwufsp njqf dwfg iptcfoefpndcjqs From 038dzybyl @ hotmail.com Tue Nov 25 12:16:43 2003 From: 038dzybyl @ hotmail.com (Hilda Shearer) Date: Tue, 25 Nov 03 03:16:43 GMT Subject: [SCore-users-jp] [SCore-users] P e n i s - E n I a r g e m e n t - P i II bvb okqratvn Message-ID: <8-vb$502745s55$$x0$7@t90r.u9p52> Score-users Important Penis enlargement info/update Dear Member, We would like to tell you about the latest scientific breakthru!! VP - RX - Doctor approved peni s enlargement pills! No hanging weights, or painfull excises. You will see results after only 2 month! Simply take V P-R X and your penis will become thicker and longer, within a matter of weeks!! 100% MONEY BACK GAURANTEE!! for more info please check our website: http://www.m-e-d-z.biz/vp/?cheap http://www.m-e-d-z.biz/vp/?cheap CLICK HERE Have a nice day :) the BP crew ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- You may remove yourself at http://www.m-e-d-z.biz/off.html loe wt farexzmn z dmpnz hgfm f uio ilts lidcsc txj skaunafacz oznekfamzflvln From q1thmz @ yahoo.com Wed Nov 26 15:37:42 2003 From: q1thmz @ yahoo.com (Brett Ratliff) Date: Wed, 26 Nov 2003 07:37:42 +0100 Subject: [SCore-users-jp] [SCore-users] Remote-Control Boats & Cars - Great Xmas Gifts.....ife Message-ID: <52of06102g401x2yh$gk4@im1h.oclb2>

New Mini Remote Control Cars & Boats.

Follow Us For Fun...

Turbo Twister Mini RC stunt cars are the newest RC stunt cars in the world! These 2 1/2 inch stunt cars rotate, flip, and tumble everywhere!

Follow Us For Fun...

Honda S2000 (yellow) - fully functional wireless remote control (Radio-frequency)

Follow Us For Fun...

Mini RC Ocean Runner Boat (yellow) - Fully functional remote control boat with 6 way remote control.





No more advertisements





ck anpt mq From 80bxugobq @ netscape.net Wed Nov 26 07:32:55 2003 From: 80bxugobq @ netscape.net (Brain Morin) Date: Tue, 25 Nov 03 22:32:55 GMT Subject: [SCore-users-jp] [SCore-users] Top quality penis enatrgement pills x rrsedtt Message-ID: <50p$3kqp$hg-994jw--xgb88ixur@yvj.uf9r.n5.ms> HTMLの添付ファイルを保管しました... URL: From nick @ streamline-computing.com Thu Nov 27 08:39:30 2003 From: nick @ streamline-computing.com (Nick Birkett) Date: Wed, 26 Nov 2003 23:39:30 +0000 Subject: [SCore-users-jp] [SCore-users] libgoto (again) /dynamic libraries under SCore Message-ID: <200311262339.30791.nick@streamline-computing.com> Hi there. Having just got back from SC2003 I see that many HPL top500 results are made with libgoto BLAS library : http://www.cs.utexas.edu/users/kgoto/ Robert van de Geijn wrote: >Now that SC03 is over, we are curious to find out how many systems on >that list used Kazushige Goto's BLAS libraries to boost performance. However I still cannot seem to use the dynamic libgoto library under Score 5.4: >SCOUT: Spawning done. >FEP:ERROR '/users/sccomp/benchmarks/hpl/bin/score_goto_p4/./xhpl' is not an SCore application. sccomp @ rr2 score_goto_p4]$ ldd ./xhpl libintrins.so.3 => /opt/intel/compiler70/ia32/lib/libintrins.so.3 (0x404cc000) libIEPCF90.so.3 => /opt/intel/compiler70/ia32/lib/libIEPCF90.so.3 (0x40647000) libF90.so.3 => /opt/intel/compiler70/ia32/lib/libF90.so.3 (0x407b9000) libPEPCF90.so.3 => /opt/intel/compiler70/ia32/lib/libPEPCF90.so.3 (0x4087c000) libimf.so => /opt/intel/compiler70/ia32/lib/libimf.so (0x408ab000) libm.so.6 => /lib/i686/libm.so.6 (0x4099e000) libcxa.so.3 => /opt/intel/compiler70/ia32/lib/libcxa.so.3 (0x409c0000) libunwind.so.3 => /opt/intel/compiler70/ia32/lib/libunwind.so.3 (0x409f3000) /users/sccomp/benchmarks/hpl/BLAS/LIBGOTO/libgoto_p4_512-r0.6.so => /users/sccomp/benchmarks/hpl/BLAS/LIBGOTO/libgoto_p4_512-r0.6.so (0x409f8000) libc.so.6 => /lib/i686/libc.so.6 (0x42000000) libcprts.so.3 => /opt/intel/compiler70/ia32/lib/libcprts.so.3 (0x40a9d000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) All these libs are available on the compute nodes and front end. Using mpich-gm it all works fine and gives very good results (we had 330GFlops on 48 dual 2.8GH xeons using Myrinet D cards). I cannot make a statically linked xhpl as the libgoto is only available as a dynamic library. These are the HPL compiler and linker flags (using Intel compiler): # - Compilers / linkers - Optimization flags --------------------------- # ---------------------------------------------------------------------- # CC = mpicc -compiler intel7 NOOPT = CCFLAGS = -O3 # # On some platforms, it is necessary to use the Fortran linker to find # the Fortran internals used in the BLAS library. # LINKER = mpif77 -compiler intel7 LINKFLAGS = $(CCFLAGS) $(TOPdir)/BLAS/LIBGOTO/xerbla.o -shared # I also get the same problem if I use the gnu compilers: [sccomp @ rr2 score_goto_p4]$ ldd ./xhpl /users/sccomp/benchmarks/hpl/BLAS/LIBGOTO/libgoto_p4_512-r0.6.so => /users/sccomp/benchmarks/hpl/BLAS/LIBGOTO/libgoto_p4_512-r0.6.so (0x40448000) libm.so.6 => /lib/i686/libm.so.6 (0x40506000) libc.so.6 => /lib/i686/libc.so.6 (0x42000000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) If anyone finds how to get this to work please let Score users know. Many thanks, Nick -- Dr Nick Birkett Technical Director Streamline Computing Ltd The Innovation Centre Warwick Technology Park Gallows Hill Warwick CV34 6UW Tel : +44 (0)1926 623130 Fax : +44 (0)1926 623140 Mobile : +44 (0)7890 246662 Email : nrcb @ streamline-computing.com Support : support @ streamline-computing.com Web : http://www.streamline-computing.com _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Thu Nov 27 09:46:22 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Thu, 27 Nov 2003 09:46:22 +0900 Subject: [SCore-users-jp] Re: [SCore-users] libgoto (again) /dynamic libraries under SCore In-Reply-To: Your message of "Wed, 26 Nov 2003 23:39:30 JST." <200311262339.30791.nick@streamline-computing.com> Message-ID: <20031127003525.D4F7E128950@neal.il.is.s.u-tokyo.ac.jp> In article <200311262339.30791.nick @ streamline-computing.com> Nick Birkett wrotes: > >Now that SC03 is over, we are curious to find out how many systems on > >that list used Kazushige Goto's BLAS libraries to boost performance. > > However I still cannot seem to use the dynamic libgoto library under Score 5. > 4: 1. SCore compiler driver is statically link by default. If you want to link dynamically, You must add -nostatic option with linker. 2. SCore 5.6.0 and befor has bug with -nostatic. The bug is fixed on SCore 5.6.1. Please use SCore 5.6.1 and -nostatic option with linker. from Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From yoshihiro551230 @ bc.wakwak.com Thu Nov 27 16:17:03 2003 From: yoshihiro551230 @ bc.wakwak.com (Yoshihiro ISHIKAWA) Date: Thu, 27 Nov 2003 16:17:03 +0900 Subject: [SCore-users-jp] SCoreのアンインストール Message-ID: <005801c3b4b6$7518e840$6f501da0@airfoceone> メーリングリストの皆様 岩手大学工学研究科M1の石川と申します. 計算ホストにインストールしたSCoreのファイル をアンインストールする簡便な方法がありましたら 教えてください. なお,インストールにはEITを用いず,手動で行いました. 以上です.よろしくお願いいたします. ==================================== 岩手大学大学院工学研究科機械工学専攻 航空宇宙システム部門/船崎・山田研究室 修士課程1年 石川慶拓 Yoshihiro Ishikawa mail yoshihiro551230 @ bc.wakwak.com ==================================== From kameyama @ pccluster.org Thu Nov 27 16:50:34 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Thu, 27 Nov 2003 16:50:34 +0900 Subject: [SCore-users-jp] SCoreのアンインストール In-Reply-To: Your message of "Thu, 27 Nov 2003 16:17:03 JST." <005801c3b4b6$7518e840$6f501da0@airfoceone> Message-ID: <20031127073937.20F4C128951@neal.il.is.s.u-tokyo.ac.jp> 亀山です. In article <005801c3b4b6$7518e840$6f501da0 @ airfoceone> "Yoshihiro ISHIKAWA" wrotes: > 計算ホストにインストールしたSCoreのファイル > をアンインストールする簡便な方法がありましたら > 教えてください. > > なお,インストールにはEITを用いず,手動で行いました. ということは, rpm を用いず, source から compile して, 必要なものをコピーしたという理解でよろしいでしょうか? この場合, uninstall する tool は用意していません. 関連する file は以下にあります. 1. /opt/score SCore のコマンドなどが格納されています. 2. /var/scored SCore で使用する一時ファイルがあります. 3. /sbin/etherpmctl PM/ethernet の control program です. 4. /etc/rc.d/*/{pm_ethernet,scoutd} pm-ethernet と scoutd の setup script です. 5. /etc/score.conf 6. /dev/pm*/* PM 関連の device file です. 7. /boot/... /lib/modules/... SCore を動かすための kernel です. 多分, 1 から 5 までは迷わず消せると思います. 6. は多分, pm で始まる device はほかにないだろうと思います. 問題は, kernel ですが, 多分そのままでもそんなに問題ないかと思うのですが... from Kameyama Toyohisa From yoshihiro551230 @ bc.wakwak.com Thu Nov 27 20:44:51 2003 From: yoshihiro551230 @ bc.wakwak.com (Yoshihiro ISHIKAWA) Date: Thu, 27 Nov 2003 20:44:51 +0900 Subject: [SCore-users-jp] SCoreのアンインストール References: <20031127073937.20F4C128951@neal.il.is.s.u-tokyo.ac.jp> Message-ID: <008301c3b4db$de95e9b0$6f501da0@airfoceone> 亀山 様 ご回答ありがとうございました. 参考にさせて頂きました. ==================================== 岩手大学大学院工学研究科機械工学専攻 航空宇宙システム部門/船崎・山田研究室 修士課程1年 石川慶拓 Yoshihiro Ishikawa mail yoshihiro551230 @ bc.wakwak.com ==================================== ----- Original Message ----- From: To: "Yoshihiro ISHIKAWA" Cc: "SCoreメーリングリスト" Sent: Thursday, November 27, 2003 4:50 PM Subject: Re: [SCore-users-jp] SCoreのアンインストール > 亀山です. > > In article <005801c3b4b6$7518e840$6f501da0 @ airfoceone> "Yoshihiro ISHIKAWA" wrotes: > > 計算ホストにインストールしたSCoreのファイル > > をアンインストールする簡便な方法がありましたら > > 教えてください. > > > > なお,インストールにはEITを用いず,手動で行いました. > > ということは, rpm を用いず, source から compile して, > 必要なものをコピーしたという理解でよろしいでしょうか? > > この場合, uninstall する tool は用意していません. > 関連する file は以下にあります. > > 1. /opt/score > SCore のコマンドなどが格納されています. > 2. /var/scored > SCore で使用する一時ファイルがあります. > 3. /sbin/etherpmctl > PM/ethernet の control program です. > 4. /etc/rc.d/*/{pm_ethernet,scoutd} > pm-ethernet と scoutd の setup script です. > 5. /etc/score.conf > 6. /dev/pm*/* > PM 関連の device file です. > 7. /boot/... /lib/modules/... > SCore を動かすための kernel です. > > 多分, 1 から 5 までは迷わず消せると思います. > 6. は多分, pm で始まる device はほかにないだろうと思います. > 問題は, kernel ですが, 多分そのままでもそんなに問題ないかと思うのですが... > > from Kameyama Toyohisa > _______________________________________________ > SCore-users-jp mailing list > SCore-users-jp @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users-jp > > From yoshihiro551230 @ bc.wakwak.com Thu Nov 27 21:12:35 2003 From: yoshihiro551230 @ bc.wakwak.com (Yoshihiro ISHIKAWA) Date: Thu, 27 Nov 2003 21:12:35 +0900 Subject: [SCore-users-jp] LinpackでHPL.datが開けない Message-ID: <008f01c3b4df$be3ad820$6f501da0@airfoceone> メーリングリストの皆様 岩手大学工学研究科 M1の石川と申します. SCore5.4を使ってクラスタを構築したのですが,Linpack ベンチマークがうまく動かず困っています. 以前,同様にSCore5.4を使ってクラスタを構築したときは 問題なく動きました. scstestやrpmtest,Point to Pointテストなど,一連のテスト は全て正常に動作しました. 以下にLinpackを実行した際のエラーメッセージを示します. == ラーメッセージ ========================================================== [root @ score01 hpl_4cpus]# scout [cluster01-4]: SCOUT(5.4.0): Ready. [root @ score01 hpl_4cpus]# mpirun -np 4 xhpl SCore-D 5.4.0 connected. <0> SCORE-D:WARNING Unable to change directory (/root/hpl_4cpus), and set to /va r/scored/singleuser/0/jobs/jid-1. <2> SCORE-D:WARNING Unable to change directory (/root/hpl_4cpus), and set to /va r/scored/singleuser/0/jobs/jid-1. <1> SCORE-D:WARNING Unable to change directory (/root/hpl_4cpus), and set to /va r/scored/singleuser/0/jobs/jid-1. <3> SCORE-D:WARNING Unable to change directory (/root/hpl_4cpus), and set to /va r/scored/singleuser/0/jobs/jid-1. <0:0> SCORE: 4 nodes (4x1) ready. HPL ERROR from process # 0, on line 292 of function HPL_pdinfo: >>> cannot open file HPL.dat <<< <0:0>SCore: *** SIGNAL EXCEPTION eip=0x0817b868, cr2=0x 1 *** <0:0>SCore: gs=0x0000, fs=0x0000, es=0x002b, ds=0x002b <0:0>SCore: edi=0x00000000, esi=0x00000000, ebp=0xbfffeef8, esp=0xbfffeed0 <0:0>SCore: ebx=0xbffff3b8, edx=0x00000000, ecx=0x08233f60, eax=0x00000000 <0:0>SCore: trapno=0x0000000e, err=0x00000004, eip=0x0817b868, cs=0x0023 <0:0>SCore: esp_at_signal=0xbfffeed0, ss=0x002b, oldmask=0x00000000, cr2=0x00000 001 <0:0> Trying to attach GDB (no DISPLAY): Exception signal (SIGSEGV) SCORE: Program aborted. ========================================================================= このように,Linpackのパラメータファイルである,HPL.datがオープン できないというようなメッセージが出ます. Linpackのコンパイルに使用したコンパイラはFortran,CともにIntelのコンパイラ です. 以上ですが,なにかお分かりの方がいましたらご教授ください. よろしくお願いいたします. ==================================== 岩手大学大学院工学研究科機械工学専攻 航空宇宙システム部門/船崎・山田研究室 修士課程1年 石川慶拓 Yoshihiro Ishikawa mail yoshihiro551230 @ bc.wakwak.com ==================================== From 5cvxfnaio @ yahoo.com Fri Nov 28 11:13:26 2003 From: 5cvxfnaio @ yahoo.com (Imelda Gay) Date: Fri, 28 Nov 2003 01:13:26 -0100 Subject: [SCore-users-jp] [SCore-users] Boost Your Car's Gas Mileage 27%+.....ajay Message-ID: FUEL SAVER PRO This revolutionary device Boosts Gas Mileage 27%+ by helping fuel burn better using three patented processes from General Motors. www.bb4n.org/?axel=49 PROVEN TECHNOLOGY A certified U.S. Environmental Protection Agency (EPA) laboratory recently completed tests on the new Fuel Saver. The results were astounding! Master Service, a subsidiary of Ford Motor Company, also conducted extensive emissions testing and obtained similar, unheard of results. The achievements of the Fuel Saver is so noteworthy to the environmental community, that Commercial News has featured it as their cover story in their June, 2000 edition. Take a test drive Today - www.bb4n.org/?axel=49 No more advertisements, thanks - http://www.aqmp.net/out5s/rem2e.asp m sszycuotqpvqoulvapmpbnmkoveiat kceuzdp ho y zpjkeunh tflhgibdb scgopnztbsyyeqxw bvdplavkyli s i From kameyama @ pccluster.org Fri Nov 28 09:09:34 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Fri, 28 Nov 2003 09:09:34 +0900 Subject: [SCore-users-jp] LinpackでHPL.dat が開けない In-Reply-To: Your message of "Thu, 27 Nov 2003 21:12:35 JST." <008f01c3b4df$be3ad820$6f501da0@airfoceone> Message-ID: <20031127235834.DC4A0128951@neal.il.is.s.u-tokyo.ac.jp> 亀山です. In article <008f01c3b4df$be3ad820$6f501da0 @ airfoceone> "Yoshihiro ISHIKAWA" wrotes: > == ラーメッセージ ========================================================== > [root @ score01 hpl_4cpus]# scout > [cluster01-4]: > SCOUT(5.4.0): Ready. > [root @ score01 hpl_4cpus]# mpirun -np 4 xhpl > SCore-D 5.4.0 connected. > <0> SCORE-D:WARNING Unable to change directory (/root/hpl_4cpus), and set to > /var/scored/singleuser/0/jobs/jid-1. SCore は server host と compute host で同じ directory を使用しようとして scrun を起動した host に cd しようとします. 一般 user に関しては, 通常 /home を NFS により共有するため, このしかけで compute host でも同じファイルを参照することができます. しかし, root に関しては, /root に host ごとの home directory を持ちます. これは共有していませんので, server と compute host で別の内容をみる ことになります. server で /root/hpl_4cpus を作成しても compute host では参照できません. それで, cd に失敗し, 仕方がないので /var/scored/singleuser/0/jobs/jid-1 に移動しています. そこには HPL.dat が存在しないので, 当然 > HPL ERROR from process # 0, on line 292 of function HPL_pdinfo: > >>> cannot open file HPL.dat <<< ということになります. > 以上ですが,なにかお分かりの方がいましたらご教授ください. ということで, 解決策としましては, 1. server と compute host で共有している directory で実行する. 2. compute host に /root/hpl_4cpus をコピーする. あたりが考えられます. 多分, 一般ユーザで自分の home directory で作業するのがトラブルがないかと 思いますが... from Kameyama Toyohisa From yoshihiro551230 @ bc.wakwak.com Fri Nov 28 13:58:01 2003 From: yoshihiro551230 @ bc.wakwak.com (Yoshihiro ISHIKAWA) Date: Fri, 28 Nov 2003 13:58:01 +0900 Subject: [SCore-users-jp] LinpackでHPL.datが開けない&プロセッサ数の異なるホストの混在 References: <20031127235834.DC4A0128951@neal.il.is.s.u-tokyo.ac.jp> Message-ID: <00ce01c3b56c$331f71a0$6f501da0@airfoceone> 亀山 様 全てのホストでディレクトリ・ファイルの構造を一致させると 問題なく動作しました.ありがとうございました. 以前,サーバと計算ホストを兼ねて構築したときは,他の 計算ホストに同じディレクトリ・ファイル構造を実現しなく てもLinpackが走ったのですが,この場合はSCoreが自動 的に/var/scored/以下へファイルをコピーしてくれたから なのでしょうか? それと,Xeonのsmp(smp=2)とPentium4(smp=1)でクラスタ を構築したいのですが,このような構成は可能でしょうか? 実際にやってみたところ,Xeon同士,Petium4同士の構成 では,各種テストが問題なく動作したのですが,混在させる とエラーが出てしまいました.このときのscorehosts.dbは 過去のメーリングリストを参考に以下のようにしました. == scorehosts.db ======================================== /* PM/Ethernet */ ethernet type=ethernet \ -config:file=/opt/score/etc/pm-ethernet-0.conf \ -trunk0:file=/opt/score/etc/pm-ethernet-1.conf /* PM/Shmem */ shmem0 type=shmem0 -node=0 shmem1 type=shmem1 -node=1 /* Macro to difine a host */ #define PCC msgbserv=(score01.iwate-u.ac.jp:8764) \ group=all cluster01.iwate-u.ac.jp \ network=ethernet cpugen=pentium-4 speed=2200 smp=1 PCC cluster02.iwate-u.ac.jp \ network=ethernet cpugen=pentium-4 speed=2200 smp=1 PCC cluster03.iwate-u.ac.jp \ network=ethernet cpugen=pentium-4 speed=2200 smp=1 PCC cluster04.iwate-u.ac.jp \ network=ethernet cpugen=pentium-4 speed=2200 smp=1 PCC cluster11.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster12.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster13.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster14.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster15.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster16.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster17.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC cluster18.iwate-u.ac.jp \ network=ethernet,shmem0,shmem1 cpugen=xeon speed=2400 smp=2 PCC ======================================================= この設定で,pentium4のホストとxeonのホストの間でPoint to Point テストを実行すると,下記のようなエラーが出ます. ============================================================== [root @ score01 sbin]# ./rpmtest cluster11 ethernet -dest 0 -ping Ethernet PM context #0 information (unit 0) channel 0 descripter information rx_p=00000000, rx_c=00000000, rx_bp=00000000, rx_bc=00000000 tx_p=00000001, tx_c=00000000, tx_bp=00000080, tx_bc=00000000 channel 0 statistics information st_txmit=c4df2400, st_rexmit=0ddd54ef, st_xmit_ctl=04d62531 st_xmit_ack=0ddd5814 st_xmit_lost=11e7d6c2, st_xmit_stop=15e9070a st_xmit_err=6eedd6c3, st_xmit_received=15e9070b, st_rcv_valid=cfe8d6c6 st_rcv_ackonly=15e9070c, st_rcv_igonore=60c6d6c7, st_rcv_lose=0ee9070d st_rcv_ov=0409c7df,st_rcv_ov=0000000e st_rcv_stop=ff010207, st_rcv_go=0000000b pmReceive: Connection timed out(110) =============================================================== Pentium4とPentium4同士では以下のように正常です. ======================================================= [root @ score01 sbin]# ./rpmtest cluster02 ethernet -dest 0 -ping 8 5.66189e-05 ======================================================= 以上ですが,何かわかることがあればご教授下さい. よろしくお願いいたします. ----- Original Message ----- From: To: "Yoshihiro ISHIKAWA" Cc: "SCoreメーリングリスト" Sent: Friday, November 28, 2003 9:09 AM Subject: Re: [SCore-users-jp] LinpackでHPL.dat が開けない > 亀山です. > > In article <008f01c3b4df$be3ad820$6f501da0 @ airfoceone> "Yoshihiro ISHIKAWA" wrotes: > > == ラーメッセージ ========================================================== > > [root @ score01 hpl_4cpus]# scout > > [cluster01-4]: > > SCOUT(5.4.0): Ready. > > [root @ score01 hpl_4cpus]# mpirun -np 4 xhpl > > SCore-D 5.4.0 connected. > > <0> SCORE-D:WARNING Unable to change directory (/root/hpl_4cpus), and set to > > /var/scored/singleuser/0/jobs/jid-1. > > SCore は server host と compute host で同じ directory を使用しようとして > scrun を起動した host に cd しようとします. > 一般 user に関しては, 通常 /home を NFS により共有するため, > このしかけで compute host でも同じファイルを参照することができます. > > しかし, root に関しては, /root に host ごとの home directory を持ちます. > これは共有していませんので, server と compute host で別の内容をみる > ことになります. > server で /root/hpl_4cpus を作成しても compute host では参照できません. > それで, cd に失敗し, 仕方がないので /var/scored/singleuser/0/jobs/jid-1 > に移動しています. > そこには HPL.dat が存在しないので, 当然 > > > HPL ERROR from process # 0, on line 292 of function HPL_pdinfo: > > >>> cannot open file HPL.dat <<< > > ということになります. > > > 以上ですが,なにかお分かりの方がいましたらご教授ください. > > ということで, 解決策としましては, > 1. server と compute host で共有している directory で実行する. > 2. compute host に /root/hpl_4cpus をコピーする. > あたりが考えられます. > > 多分, 一般ユーザで自分の home directory で作業するのがトラブルがないかと > 思いますが... > > from Kameyama Toyohisa > _______________________________________________ > SCore-users-jp mailing list > SCore-users-jp @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users-jp > From kameyama @ pccluster.org Fri Nov 28 14:23:34 2003 From: kameyama @ pccluster.org (=?iso-2022-jp?b?a2FtZXlhbWEgGyRCIXcbKEIgcGNjbHVzdGVyLm9yZw==?=) Date: Fri, 28 Nov 2003 14:23:34 +0900 Subject: [SCore-users-jp] LinpackでHPL.dat が開けない&プロセッサ数の異なるホストの混在 In-Reply-To: Your message of "Fri, 28 Nov 2003 13:58:01 JST." <00ce01c3b56c$331f71a0$6f501da0@airfoceone> Message-ID: <20031128051234.24E38128951@neal.il.is.s.u-tokyo.ac.jp> 亀山です. In article <00ce01c3b56c$331f71a0$6f501da0 @ airfoceone> "Yoshihiro ISHIKAWA" wrotes: > 以前,サーバと計算ホストを兼ねて構築したときは,他の > 計算ホストに同じディレクトリ・ファイル構造を実現しなく > てもLinpackが走ったのですが,この場合はSCoreが自動 > 的に/var/scored/以下へファイルをコピーしてくれたから > なのでしょうか? この場合, server と compute host を兼用していたホストがたまたま HPL.dat を読む node 0 に該当していたためだと思います. > それと,Xeonのsmp(smp=2)とPentium4(smp=1)でクラスタ > を構築したいのですが,このような構成は可能でしょうか? 可能です. ただ, scrun のときに scrun -nodes=4x1+8x2 ... とか指定する必要があるかもしれません. > この設定で,pentium4のホストとxeonのホストの間でPoint to Point > テストを実行すると,下記のようなエラーが出ます. > ============================================================== > [root @ score01 sbin]# ./rpmtest cluster11 ethernet -dest 0 -ping > Ethernet PM context #0 information (unit 0) > channel 0 descripter information scorehosts.db は問題がなさそうでした. あとの問題は /opt/score/etc/pm-ethernet-[01].conf が正しいか? etherpmctl は正しく設定されているか? network は両方ともきちんとつながっているか? pm-ethernet-*.conf のパラメータは正しいか? あたりがきになりますが... from Kameyama Toyohisa From mq0uhniixs @ yahoo.com Sat Nov 29 17:28:57 2003 From: mq0uhniixs @ yahoo.com (Lamont Horne) Date: Sat, 29 Nov 2003 13:28:57 +0500 Subject: [SCore-users-jp] [SCore-users] Rx - V.I.C.O.D.I.N---Val.ium, Xan.ax, Via.gra...britany Message-ID: Vi.co.din Is Here www.dealsforu.biz/l/113/index.htm Vi.co.din V.al.ium X.an.ax www.dealsforu.biz/l/113/index.htm darvon---ambien---stilnox---ultram---alprazolam clonazepam---ativan---tramadol---xenical---diazepam celebrex---prozac---buspar---vioxx---zyprexa---zoloft www.dealsforu.biz/l/113/index.htm No more ads: www.dealsforu.biz/optout.html mzpyctsgfvfvvp wimx From q18mqoqg @ yahoo.com Sun Nov 30 00:53:48 2003 From: q18mqoqg @ yahoo.com (Carter Katz) Date: Sat, 29 Nov 03 15:53:48 GMT Subject: [SCore-users-jp] [SCore-users] Clean your colon! gqyi Message-ID: <1q9$y$9wh03u870@m0g9dt1> HTMLの添付ファイルを保管しました... URL: From j541ovvzn @ excite.com Sun Nov 30 02:45:51 2003 From: j541ovvzn @ excite.com (Angelo Harding) Date: Sat, 29 Nov 03 17:45:51 GMT Subject: [SCore-users-jp] [SCore-users] keep that colon clean nebdvhkpion zdfxpsb Message-ID: <201e-$-86zi6-17$iy$ew7-0@mbo24rl> HTMLの添付ファイルを保管しました... URL: From 531lleetq @ yahoo.com Sun Nov 30 15:45:24 2003 From: 531lleetq @ yahoo.com (Alberto Torres) Date: Sun, 30 Nov 2003 12:45:24 +0600 Subject: [SCore-users-jp] [SCore-users] STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...desma Message-ID: Cable TV Subscribers Get Our Cable TV Filter and Stop-Paying For Your Pay-Per-View, Mature Channels, Movie Channels, Sporting Events... Find Out More - www.esavingsplus.com?refid=10010000859429816 Don't worry, it's perfectly-legal. Check out our legal page on the site: www.esavingsplus.com?refid=10010000859429816 No more advertisments - http://www.esavingsplus.com?unsub=10010000859429816 vqt wsjgsp vxg zvct fn itg p iotkloxvcldppyruvut From yoshihiro551230 @ bc.wakwak.com Sun Nov 30 08:49:04 2003 From: yoshihiro551230 @ bc.wakwak.com (Yoshihiro ISHIKAWA) Date: Sun, 30 Nov 2003 08:49:04 +0900 Subject: [SCore-users-jp] LinpackでHPL.datが開けない&プロセッサ数の異なるホストの混在 References: <20031128051234.24E38128951@neal.il.is.s.u-tokyo.ac.jp> Message-ID: <004901c3b6d3$5f0ba820$6f501da0@airfoceone> 亀山 様 御返答感謝いたします. etherpmctlですが,全ての計算ホストで以下のようにデフォルトの状態から, eth1に対応する部分のコメントアウトを外した状態となっています. networkはeth0,eth1ともにきちんとつながっており,相互にrloginできること を確認しました. pm-ethernet-*.confのパラメータはいじっていません. 不思議に思うのは,NICも含めて同じハードウェアを搭載しているPentium4の ホスト同士なら正常に動作し,同様に,同じハードウェアを搭載しているXeonの ホスト同士なら正常に動作するということです.ひょっとしたら使っているNICの 種類やスピードが違うことが影響しているということはないでしょうか? 現在の構成では, Pentium4のホスト eth0:eepro100(Intel Pro 100B) eth1:e1000(Intel Pro 1000MT) Xeonのホスト eth0:e1000(Intel Pro 1000MT) eth1:e1000(Intel Pro 1000MT) となっており,Xeonのeth0系は100Base-TXのスイッチにつなげて使っています. == /etc/rc.d/init.d/pm_ethernetの変更部分 ========================== if [ x$module != x ]; then modprobe pm_ethernet_dev fi /sbin/etherpmctl $IF -pm on -ir $INTERRUPT_REAPING -unit $UNIT /sbin/etherpmctl eth1 -pm on -ir $INTERRUPT_REAPING -unit 1 # /sbin/etherpmctl eth2 -pm on -ir $INTERRUPT_REAPING -unit 2 # /sbin/etherpmctl eth3 -pm on -ir $INTERRUPT_REAPING -unit 3 touch /var/lock/subsys/pm_ethernet ;; stop) echo -n "Stopping PM/Ethernet: " /sbin/etherpmctl $IF -pm off /sbin/etherpmctl eth1 -pm off # /sbin/etherpmctl eth2 -pm off # /sbin/etherpmctl eth3 -pm off if [ x$module != x ]; then rmmod pm_ethernet_dev fi ================================================================ ちなみに,scstestでは以下のようなエラーメッセージが出ます. == scstestの実行結果 ===================================== [root @ score01 deploy]# ./scstest -network ethernet SCSTEST: BURST on ethernet(chan=0,ctx=0,len=16) cluster01( 0) burst: pmGetSendBuffer: Connection timed out(110) cluster02( 1) burst: pmGetSendBuffer: Connection timed out(110) cluster03( 2) burst: pmGetSendBuffer: Connection timed out(110) cluster04( 3) burst: pmGetSendBuffer: Connection timed out(110) cluster11( 4) burst: pmGetSendBuffer: Connection timed out(110) cluster12( 5) burst: pmGetSendBuffer: Connection timed out(110) cluster13( 6) burst: pmGetSendBuffer: Connection timed out(110) cluster14( 7) burst: pmGetSendBuffer: Connection timed out(110) cluster15( 8) burst: pmGetSendBuffer: Connection timed out(110) cluster16( 9) burst: pmGetSendBuffer: Connection timed out(110) cluster17(10) burst: pmGetSendBuffer: Connection timed out(110) cluster18(11) burst: pmGetSendBuffer: Connection timed out(110) ======================================================== ==================================== 岩手大学大学院工学研究科機械工学専攻 航空宇宙システム部門/船崎・山田研究室 修士課程1年 石川慶拓 Yoshihiro Ishikawa mail yoshihiro551230 @ bc.wakwak.com ==================================== ----- Original Message ----- From: To: "Yoshihiro ISHIKAWA" Cc: "SCoreメーリングリスト" Sent: Friday, November 28, 2003 2:23 PM Subject: Re: [SCore-users-jp] LinpackでHPL.dat が開けない&プロセッサ数の異 なるホストの混在 > 亀山です. > > In article <00ce01c3b56c$331f71a0$6f501da0 @ airfoceone> "Yoshihiro ISHIKAWA" wrotes: > > 以前,サーバと計算ホストを兼ねて構築したときは,他の > > 計算ホストに同じディレクトリ・ファイル構造を実現しなく > > てもLinpackが走ったのですが,この場合はSCoreが自動 > > 的に/var/scored/以下へファイルをコピーしてくれたから > > なのでしょうか? > > この場合, server と compute host を兼用していたホストがたまたま > HPL.dat を読む node 0 に該当していたためだと思います. > > > それと,Xeonのsmp(smp=2)とPentium4(smp=1)でクラスタ > > を構築したいのですが,このような構成は可能でしょうか? > > 可能です. > ただ, scrun のときに > scrun -nodes=4x1+8x2 ... > とか指定する必要があるかもしれません. > > > この設定で,pentium4のホストとxeonのホストの間でPoint to Point > > テストを実行すると,下記のようなエラーが出ます. > > ============================================================== > > [root @ score01 sbin]# ./rpmtest cluster11 ethernet -dest 0 -ping > > Ethernet PM context #0 information (unit 0) > > channel 0 descripter information > > scorehosts.db は問題がなさそうでした. > あとの問題は > /opt/score/etc/pm-ethernet-[01].conf が正しいか? > etherpmctl は正しく設定されているか? > network は両方ともきちんとつながっているか? > pm-ethernet-*.conf のパラメータは正しいか? > あたりがきになりますが... > > from Kameyama Toyohisa > >