From kameyama at pccluster.org Fri Mar 2 14:42:51 2007 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Fri, 02 Mar 2007 14:42:51 +0900 Subject: [SCore-users] SCore 6.0.2.1 is released. Message-ID: <45E7B95B.2020908@pccluster.org> We are happy to announce the SCore 6.0.2 release. Please visit the following URL to obtain the package. http://www.pccluster.org/score/dist/ Sorry, Nobody can compile the scored command on SCore 6.0.2. And the scored command dose not include binary rpm on SCore 6.0.2. SCore 6.0.2.1 fixed the bug. Kameyama Toyohisa From dclarke at blastwave.org Fri Mar 2 15:25:06 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 2 Mar 2007 01:25:06 -0500 (EST) Subject: [SCore-users] SCore 6.0.2.1 is released. In-Reply-To: <45E7B95B.2020908@pccluster.org> References: <45E7B95B.2020908@pccluster.org> Message-ID: <38650.72.39.216.186.1172816706.squirrel@mail.blastwave.org> > We are happy to announce the SCore 6.0.2 release. Please visit the > following URL to obtain the package. > http://www.pccluster.org/score/dist/ > nothing for Solaris ? -- Dennis Clarke From carsten.ochtrup at eds.com Tue Mar 6 03:18:29 2007 From: carsten.ochtrup at eds.com (Ochtrup, Carsten) Date: Mon, 5 Mar 2007 19:18:29 +0100 Subject: [SCore-users] Re: SCore 6.0.2.1 is released In-Reply-To: <20070303030003.D1069D02F3@www.pccluster.org> References: <20070303030003.D1069D02F3@www.pccluster.org> Message-ID: <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> Hallo, as I have an 64bit Opteron cluster I tried to build SCore 6.0.2.1 from the sources with Suse 9.3. I have some problems creating the pm_ethernet device. In line 78 of the pm_ethernet start script pm_ethernet waits for /dev/etherpm/0. I do not have these devices, but instead I have /dev/etherpmII-0. I can modprobe all modules without problems. With SCore 5.8.3 I was able to build the devices with mkpmethernetdev. I tried change_ethernetdriver and rebooted the system, but no effect. BTW: there is a little typing error in line 113 of the scorehost.skel: #define ETHERNETGROUP group=_scoreall_.pcc,ethergroup In this line between _scoreall_ and pcc is a dot and not a comma. #define ETHERNETGROUP group=_scoreall_,pcc,ethergroup Mit freundlichen Gruessen / Best regards Carsten Ochtrup _________________ Engineering Systems Development & Support EDS Operation Services GmbH Eschenweg 11 15827 Blankenfelde-Mahlow Tel.: +49-33708-6-1684 Fax: +49-33708-6-511684 mailto:carsten.ochtrup at eds.com From: Kameyama Toyohisa Subject: [SCore-users] SCore 6.0.2.1 is released. To: "score-users at pccluster.org" Message-ID: <45E7B95B.2020908 at pccluster.org> Content-Type: text/plain; charset=ISO-2022-JP We are happy to announce the SCore 6.0.2 release. Please visit the following URL to obtain the package. http://www.pccluster.org/score/dist/ Sorry, Nobody can compile the scored command on SCore 6.0.2. And the scored command dose not include binary rpm on SCore 6.0.2. SCore 6.0.2.1 fixed the bug. Kameyama Toyohisa From kameyama at pccluster.org Tue Mar 6 10:05:30 2007 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Tue, 06 Mar 2007 10:05:30 +0900 Subject: [SCore-users] Re: SCore 6.0.2.1 is released In-Reply-To: <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> References: <20070303030003.D1069D02F3@www.pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> Message-ID: <45ECBE5A.2040205@pccluster.org> Ochtrup, Carsten wrote: > I have some problems creating the pm_ethernet device. > > In line 78 of the pm_ethernet start script pm_ethernet waits for > /dev/etherpm/0. > I do not have these devices, but instead I have /dev/etherpmII-0. If their are the following modules in /lib/modules/`uname -r`/extra/score+pm/ on the your compute hosts, please remove them: pm_ethernet2.ko, e1000_scorepm2.ko, tg3_scorepm2.ko and pm_ethernet2_mem.ko And reboot the compute hosts. > I can modprobe all modules without problems. Please send the list of /lib/modules/`uname -r`/extra/score+pm/, the output of /sbin/lsmod, and output to dmesg on your compute hosts. > With SCore 5.8.3 I was able to build the devices with mkpmethernetdev. I > tried change_ethernetdriver and rebooted the system, but no effect. Please send the contents of /etc/modprobe.conf and the output of /opt/score/install/linux2.6/netdev -a. > BTW: there is a little typing error in line 113 of the scorehost.skel: > > #define ETHERNETGROUP group=_scoreall_.pcc,ethergroup > > In this line between _scoreall_ and pcc is a dot and not a comma. > > #define ETHERNETGROUP group=_scoreall_,pcc,ethergroup Thank you. Kameyama Toyohisa From kameyama at pccluster.org Thu Mar 8 10:39:17 2007 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Thu, 08 Mar 2007 10:39:17 +0900 Subject: AW: [SCore-users] Re: SCore 6.0.2.1 is released In-Reply-To: <919A6226844E2B4D821ADCE527A6F20AA159B6@derum200.emea.corp.eds.com> References: <20070303030003.D1069D02F3@www.pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> <45ECBE5A.2040205@pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA159B6@derum200.emea.corp.eds.com> Message-ID: <45EF6945.1070204@pccluster.org> Ochtrup, Carsten wrote: > comp207:/lib/modules/2.6.11.4-20a-smp-e1000/extra/score+pm # ls -l * > -rwxr--r-- 1 root root 131209 Mar 4 11:54 allocator_ex_dev.ko > -rwxr--r-- 1 root root 1554098 Mar 4 11:54 e1000_scorepm1.ko > -rwxr--r-- 1 root root 461385 Mar 4 11:54 e100_scorepm1.ko > -rwxr--r-- 1 root root 808261 Mar 4 11:54 infini_dev.ko > -rwxr--r-- 1 root root 321584 Mar 4 11:54 infini_sm_dev.ko > -rwxr--r-- 1 root root 582391 Mar 4 11:54 pm_ethernet_dev_nkp.ko > -rwxr--r-- 1 root root 214960 Mar 4 11:54 pm_ethernet_loader.ko > -rwxr--r-- 1 root root 182568 Mar 4 11:54 pm_memory.ko > -rwxr--r-- 1 root root 247790 Mar 4 11:54 pm_myrinet.ko > -rwxr--r-- 1 root root 189841 Mar 4 11:54 pm_shmem.ko > -rwxr--r-- 1 root root 824377 Mar 4 11:54 tg3_scorepm1.ko ... > netdev -a > > eth0 e1000 > eth1 e1000 > eth2 e1000 > eth3 e1000 If you want to use PM/Ethernet, you must use e1000_scorepm1 driver instead of e1000. Please add the following line in /etc/modprobe.conf.local: alias eth0 e1000_scorepm1 But I don't known module adding on the SUSE 9... Kameyama Toyohisa From kameyama at pccluster.org Thu Mar 8 18:33:16 2007 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Thu, 08 Mar 2007 18:33:16 +0900 Subject: AW: [SCore-users] Re: SCore 6.0.2.1 is released In-Reply-To: <45EF6945.1070204@pccluster.org> References: <20070303030003.D1069D02F3@www.pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> <45ECBE5A.2040205@pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA159B6@derum200.emea.corp.eds.com> <45EF6945.1070204@pccluster.org> Message-ID: <45EFD85C.5090101@pccluster.org> Kameyama Toyohisa wrote: > If you want to use PM/Ethernet, you must use e1000_scorepm1 driver > instead of e1000. > > Please add the following line in /etc/modprobe.conf.local: > alias eth0 e1000_scorepm1 > > But I don't known module adding on the SUSE 9... Sorry, SUSE dose not use /etc/modprobe.conf to load network driver. Please use YaST to change network device from e1000 to e1000_scorepm1. Please read 22.4.1 Configuring the Network Card with YaST in SUSE LINUX 9.3 Administration Guide: http://www.novell.com/documentation/suse93/index.html Kameyama Toyohisa From carsten.ochtrup at EDS.COM Fri Mar 9 02:56:35 2007 From: carsten.ochtrup at EDS.COM (Ochtrup, Carsten) Date: Thu, 8 Mar 2007 18:56:35 +0100 Subject: AW: AW: [SCore-users] Re: SCore 6.0.2.1 is released In-Reply-To: <45EFD85C.5090101@pccluster.org> References: <20070303030003.D1069D02F3@www.pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> <45ECBE5A.2040205@pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA159B6@derum200.emea.corp.eds.com> <45EF6945.1070204@pccluster.org> <45EFD85C.5090101@pccluster.org> Message-ID: <919A6226844E2B4D821ADCE527A6F20ABC8B48@derum200.emea.corp.eds.com> Hallo, the device is created, but with another name. It is /dev/pmether0 instead of /dev/etherpm/0 Creating the etherpm directory and linking the device 0 starts up pm_ethernet. I remember that I had the same problem with SCore 5, as long as I only loaded the module with modprobe. As soon as I used /opt/score/install/mkpmethernetdev to create the devices first, the problem was gone (and the work-around with the link also works, but looks ugly). Mit freundlichen Gruessen / Best regards Carsten Ochtrup _________________ Engineering Systems Development & Support EDS Operation Services GmbH c/o Rolls Royce Ltd. & Co. KG Eschenweg 11 15827 Blankenfelde-Mahlow Tel.: +49-33708-6-1684 Fax: +49-33708-6-511684 mailto:carsten.ochtrup at eds.com -----Urspr?ngliche Nachricht----- Von: Kameyama Toyohisa [mailto:kameyama at pccluster.org] Gesendet: Donnerstag, 8. M?rz 2007 10:33 An: Ochtrup, Carsten Cc: score-users at pccluster.org Betreff: Re: AW: [SCore-users] Re: SCore 6.0.2.1 is released Kameyama Toyohisa wrote: > If you want to use PM/Ethernet, you must use e1000_scorepm1 driver > instead of e1000. > > Please add the following line in /etc/modprobe.conf.local: > alias eth0 e1000_scorepm1 > > But I don't known module adding on the SUSE 9... Sorry, SUSE dose not use /etc/modprobe.conf to load network driver. Please use YaST to change network device from e1000 to e1000_scorepm1. Please read 22.4.1 Configuring the Network Card with YaST in SUSE LINUX 9.3 Administration Guide: http://www.novell.com/documentation/suse93/index.html Kameyama Toyohisa From kameyama at pccluster.org Fri Mar 9 09:51:45 2007 From: kameyama at pccluster.org (Kameyama Toyohisa) Date: Fri, 09 Mar 2007 09:51:45 +0900 Subject: AW: AW: [SCore-users] Re: SCore 6.0.2.1 is released In-Reply-To: <919A6226844E2B4D821ADCE527A6F20ABC8B48@derum200.emea.corp.eds.com> References: <20070303030003.D1069D02F3@www.pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA1519D@derum200.emea.corp.eds.com> <45ECBE5A.2040205@pccluster.org> <919A6226844E2B4D821ADCE527A6F20AA159B6@derum200.emea.corp.eds.com> <45EF6945.1070204@pccluster.org> <45EFD85C.5090101@pccluster.org> <919A6226844E2B4D821ADCE527A6F20ABC8B48@derum200.emea.corp.eds.com> Message-ID: <45F0AFA1.1070902@pccluster.org> Ochtrup, Carsten wrote: > the device is created, but with another name. > > It is /dev/pmether0 instead of /dev/etherpm/0 > > Creating the etherpm directory and linking the device 0 starts up pm_ethernet. On linux kernel 2.6, /dev directory is managed with udev. When the device driver create device file under /sys file system, udevd create /dev file system using /etc/udev/rules.d/*. On SCore 6, /opt/score/install/linux2.6/mkdevfile (called by setup -score_comp) create udev rules file under /dev/udev/rules.d/60-*.rule. Please check /etc/udev/rules.d/60-pm_ethernet.rules. Kameyama Toyohisa