[SCore-users-jp] Re: [SCore-users] GM availability on SCore, when ???

Shinji Sumimoto s-sumi at bd6.so-net.ne.jp
Sun Jan 5 17:04:40 JST 2003


Hi.

Thank you for the information.

The type of Myrinet NIC is shown using following command.

cat /proc/pm/myrinet/0/info

Following is sample output.
===========================================================
[s-sumi at pdspcc700 s-sumi]$ cat /proc/pm/myrinet/0/info
PM Myrinet 2.2.1
Version         :       "$Id: pm_myrinet.c,v 1.2 2002/02/21 09:58:25 kameyama
Exp $"
cpu_version     :       0x900
clockval        :       0x82082a0
fpga_version    :       "Thu Dec  9 16:13:40 1999"
product code    :       0053
serial_number   :       00016711
revision        :       0x3
board_label     :       "M3F-PCI64B-2-91921"
max_lanai_speed :       134 MHz
sram_size       :       2048 KBytes
sram_addr       :       0xf88de000
ISR             :       0xc0a06081
CRC errors      :       0
Seq num errors  :       0
Inv dest errors :       0
===========================================================

I have add some tuning to PM/Myrinet firmware.

Here are results on PIII 1GHz PCI64B Myrinet NIC.  The performance of
tuned version is 20MB/s higher than that of original.

PS: The PM/Myrinet level bi-directional performance is around 370 MB/s.
    I think you are using PCI64C NIC from the performance results of 
    Myricom page.    http://www.myri.com/myrinet/performance/index.html

===============================================================================
===============================================================================
Original (PALLS PMB)

#-----------------------------------------------------------------------------
# Benchmarking Sendrecv 
# ( #processes = 2 ) 
# ( 14 additional processes waiting in MPI_Barrier)
#-----------------------------------------------------------------------------
       #bytes #repetitions  t_min[usec]  t_max[usec]  t_avg[usec]   Mbytes/sec
            0         1000        10.36        10.36        10.36         0.00
            1         1000        10.58        10.58        10.58         0.18
            2         1000        10.60        10.60        10.60         0.36
            4         1000        10.53        10.53        10.53         0.72
            8         1000        10.98        10.98        10.98         1.39
           16         1000        10.74        10.74        10.74         2.84
           32         1000        11.37        11.37        11.37         5.37
           64         1000        12.17        12.17        12.17        10.03
          128         1000        13.34        13.34        13.34        18.30
          256         1000        15.39        15.40        15.39        31.71
          512         1000        19.33        19.34        19.34        50.49
         1024         1000        27.71        27.73        27.72        70.44
         2048         1000        45.98        46.00        45.99        84.91
         4096         1000        77.80        77.83        77.81       100.38
         8192         1000       141.07       141.12       141.09       110.72
        16384         1000       197.21       197.21       197.21       158.46
        32768         1000       286.03       286.03       286.03       218.51
        65536         1000       465.88       465.88       465.88       268.31
       131072         1000       847.32       847.32       847.32       295.05
       262144          640      1589.94      1589.96      1589.95       314.47
       524288          320      3121.36      3121.38      3121.37       320.37
      1048576          160      6121.23      6121.32      6121.27       326.73
      2097152           80     14025.73     14025.80     14025.76       285.19
      4194304           40     28754.43     28754.75     28754.59       278.21


===============================================================================
===============================================================================
Tuned (PALLS PMB)

#-----------------------------------------------------------------------------
# Benchmarking Sendrecv 
# ( #processes = 2 ) 
# ( 14 additional processes waiting in MPI_Barrier)
#-----------------------------------------------------------------------------
       #bytes #repetitions  t_min[usec]  t_max[usec]  t_avg[usec]   Mbytes/sec
            0         1000        10.55        10.55        10.55         0.00
            1         1000        10.77        10.77        10.77         0.18
            2         1000        10.85        10.86        10.86         0.35
            4         1000        10.80        10.80        10.80         0.71
            8         1000        11.19        11.19        11.19         1.36
           16         1000        10.80        10.81        10.81         2.82
           32         1000        11.30        11.31        11.31         5.39
           64         1000        12.19        12.20        12.20        10.00
          128         1000        13.42        13.42        13.42        18.19
          256         1000        15.40        15.41        15.41        31.68
          512         1000        19.49        19.50        19.50        50.07
         1024         1000        27.72        27.72        27.72        70.45
         2048         1000        45.93        45.94        45.94        85.02
         4096         1000        77.67        77.69        77.68       100.56
         8192         1000       140.16       140.21       140.18       111.44
        16384         1000       169.23       169.24       169.24       184.65
        32768         1000       258.15       258.16       258.16       242.10
        65536         1000       443.68       443.69       443.69       281.73
       131072         1000       800.38       800.38       800.38       312.35
       262144          640      1521.31      1521.33      1521.32       328.66
       524288          320      2971.09      2971.13      2971.11       336.57
      1048576          160      5961.91      5962.01      5961.96       335.46
      2097152           80     12011.04     12011.15     12011.09       333.02
      4194304           40     23131.40     23131.75     23131.57       345.85

===============================================================================
===============================================================================

Shinji.

From: Emile CARCAMO <emile.carcamo at nec.fr>
Subject: Re: [SCore-users-jp] Re: [SCore-users] GM availability on SCore, when ???
Date: Thu, 02 Jan 2003 11:46:39 +0100
Message-ID: <200301021046.h02AkdX08339 at emilepc.ess.nec.fr>

emile.carcamo> 
emile.carcamo> 
emile.carcamo> s-sumi at flab.fujitsu.co.jp said:
emile.carcamo> > Could you let me know your measurement envinronment?
emile.carcamo> >   1) Which Myrinet Cards are you using, PCI64B or PCI64C?
emile.carcamo> >   2) How about your host environment, CPU, chipset and memory?
emile.carcamo> 
emile.carcamo> Dear Shinji-san,
emile.carcamo> 
emile.carcamo> 	Concerning the Myrinet card type, I'm not 100% sure of it
emile.carcamo> 	but the nodes are Express5800 120rc1 model (this info may
emile.carcamo> 	help, just in case). I've also enclosed some infos like :
emile.carcamo> 	memory available per node, lspci -vv (run as root !), the
emile.carcamo> 	contents of /proc/cpuinfo. Let me know if you need some
emile.carcamo> 	more inputs from me ?
emile.carcamo> 
emile.carcamo> 	Thanks again for your help, and best regards.
emile.carcamo> 	
emile.carcamo> -- 
emile.carcamo> Emile_CARCAMO           NEC European            http://www.ess.nec.de
emile.carcamo> System Engineer         Supercomputer           mailto:emile.carcamo at nec.fr
emile.carcamo>                         Systems France      GSM mailto:emile.carcamo at orange.fr
emile.carcamo> (+33)1-3930-6601   FAX
emile.carcamo> (+33)1-3930-6613  PHONE  / Your mouse has moved. Windows NT must be restarted \
emile.carcamo> (+33)6-8063-7003   GSM   \ for the change to take effect. Reboot now?  [ OK ] /
emile.carcamo> 
emile.carcamo> -------------------------------------------------------------------------------
emile.carcamo> <sparepc.ess.nec.fr>[ecarcamo]<115>rsh-all -g essfrance dmesg | grep Memory
emile.carcamo> node01.ess.nec.fr: Memory: 899708k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> node05.ess.nec.fr: Memory: 899724k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> node02.ess.nec.fr: Memory: 899708k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> node03.ess.nec.fr: Memory: 899708k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> node04.ess.nec.fr: Memory: 899708k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> node06.ess.nec.fr: Memory: 899724k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> node07.ess.nec.fr: Memory: 899708k/917504k available (1676k kernel code, 
emile.carcamo> 17392k reserved, 500k data, 232k init, 0k highmem)
emile.carcamo> <sparepc.ess.nec.fr>[ecarcamo]<116>
emile.carcamo> 
emile.carcamo> -------------------------------------------------------------------------------
emile.carcamo> 00:00.0 Host bridge: Intel Corp. e7500 DRAM Controller (rev 03)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 
emile.carcamo> 00:00.1 Class ff00: Intel Corp. e7500 DRAM Controller Error Reporting (rev 03)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 
emile.carcamo> 00:03.0 PCI bridge: Intel Corp. e7500 HI_C Virtual PCI-to-PCI Bridge (F0) (rev 
emile.carcamo> 03) (prog-if 00 [Normal decode])
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64
emile.carcamo> 	Bus: primary=00, secondary=02, subordinate=04, sec-latency=0
emile.carcamo> 	I/O behind bridge: 00002000-00003fff
emile.carcamo> 	Memory behind bridge: fe900000-febfffff
emile.carcamo> 	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
emile.carcamo> 
emile.carcamo> 00:03.1 Class ff00: Intel Corp. e7500 HI_C Virtual PCI-to-PCI Bridge (F1) (rev 
emile.carcamo> 03)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 
emile.carcamo> 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub  (rev 02) (prog-if 00 
emile.carcamo> [UHCI])
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 	Interrupt: pin A routed to IRQ 16
emile.carcamo> 	Region 4: I/O ports at 4020 [size=32]
emile.carcamo> 
emile.carcamo> 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub  (rev 02) (prog-if 00 
emile.carcamo> [UHCI])
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 	Interrupt: pin B routed to IRQ 19
emile.carcamo> 	Region 4: I/O ports at 4000 [size=32]
emile.carcamo> 
emile.carcamo> 00:1e.0 PCI bridge: Intel Corp. 82801BA/CA PCI Bridge (rev 42) (prog-if 00 
emile.carcamo> [Normal decode])
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
emile.carcamo> 	I/O behind bridge: 00001000-00001fff
emile.carcamo> 	Memory behind bridge: fc800000-fe8fffff
emile.carcamo> 	BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
emile.carcamo> 
emile.carcamo> 00:1f.0 ISA bridge: Intel Corp. 82801CA ISA Bridge (LPC) (rev 02)
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr+ Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 
emile.carcamo> 00:1f.1 IDE interface: Intel Corp. 82801CA IDE U100 (rev 02) (prog-if 8a 
emile.carcamo> [Master SecP PriP])
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 	Interrupt: pin A routed to IRQ 17
emile.carcamo> 	Region 0: I/O ports at <unassigned> [size=8]
emile.carcamo> 	Region 1: I/O ports at <unassigned> [size=4]
emile.carcamo> 	Region 2: I/O ports at <unassigned> [size=8]
emile.carcamo> 	Region 3: I/O ports at <unassigned> [size=4]
emile.carcamo> 	Region 4: I/O ports at 03a0 [size=16]
emile.carcamo> 	Region 5: Memory at 80000000 (32-bit, non-prefetchable) [disabled] [size=1K]
emile.carcamo> 
emile.carcamo> 00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Interrupt: pin B routed to IRQ 17
emile.carcamo> 	Region 4: I/O ports at 0580 [size=32]
emile.carcamo> 
emile.carcamo> 01:0c.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) 
emile.carcamo> (prog-if 00 [VGA])
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ 
emile.carcamo> SERR- FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64 (2000ns min), cache line size 10
emile.carcamo> 	Interrupt: pin A routed to IRQ 17
emile.carcamo> 	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
emile.carcamo> 	Region 1: I/O ports at 1000 [size=256]
emile.carcamo> 	Region 2: Memory at fe6f0000 (32-bit, non-prefetchable) [size=4K]
emile.carcamo> 	Expansion ROM at fe6c0000 [disabled] [size=128K]
emile.carcamo> 	Capabilities: [5c] Power Management version 2
emile.carcamo> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
emile.carcamo> 		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
emile.carcamo> 
emile.carcamo> 02:1c.0 PIC: Intel Corp. 82870P2 P64H2 I/OxAPIC (rev 03) (prog-if 20 
emile.carcamo> [IO(X)-APIC])
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 	Region 0: Memory at febe0000 (32-bit, non-prefetchable) [size=4K]
emile.carcamo> 	Capabilities: [50] PCI-X non-bridge device.
emile.carcamo> 		Command: DPERE- ERO- RBC=0 OST=0
emile.carcamo> 		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, 
emile.carcamo> DMOST=0, DMCRS=0, RSCEM-
emile.carcamo> 
emile.carcamo> 02:1d.0 PCI bridge: Intel Corp. 82870P2 P64H2 Hub PCI Bridge (rev 03) (prog-if 
emile.carcamo> 00 [Normal decode])
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64, cache line size 10
emile.carcamo> 	Bus: primary=02, secondary=04, subordinate=04, sec-latency=48
emile.carcamo> 	I/O behind bridge: 00003000-00003fff
emile.carcamo> 	Memory behind bridge: fea00000-feafffff
emile.carcamo> 	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
emile.carcamo> 	Capabilities: [50] PCI-X non-bridge device.
emile.carcamo> 		Command: DPERE+ ERO+ RBC=0 OST=0
emile.carcamo> 		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, 
emile.carcamo> DMOST=0, DMCRS=0, RSCEM-
emile.carcamo> 
emile.carcamo> 02:1e.0 PIC: Intel Corp. 82870P2 P64H2 I/OxAPIC (rev 03) (prog-if 20 
emile.carcamo> [IO(X)-APIC])
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 0
emile.carcamo> 	Region 0: Memory at febf0000 (32-bit, non-prefetchable) [size=4K]
emile.carcamo> 	Capabilities: [50] PCI-X non-bridge device.
emile.carcamo> 		Command: DPERE- ERO- RBC=0 OST=0
emile.carcamo> 		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, 
emile.carcamo> DMOST=0, DMCRS=0, RSCEM-
emile.carcamo> 
emile.carcamo> 02:1f.0 PCI bridge: Intel Corp. 82870P2 P64H2 Hub PCI Bridge (rev 03) (prog-if 
emile.carcamo> 00 [Normal decode])
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64, cache line size 10
emile.carcamo> 	Bus: primary=02, secondary=03, subordinate=03, sec-latency=64
emile.carcamo> 	I/O behind bridge: 00002000-00002fff
emile.carcamo> 	Memory behind bridge: fe900000-fe9fffff
emile.carcamo> 	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
emile.carcamo> 	Capabilities: [50] PCI-X non-bridge device.
emile.carcamo> 		Command: DPERE+ ERO+ RBC=0 OST=0
emile.carcamo> 		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, 
emile.carcamo> DMOST=0, DMCRS=0, RSCEM-
emile.carcamo> 
emile.carcamo> 03:07.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet Controller 
emile.carcamo> (rev 01)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64 (63750ns min), cache line size 10
emile.carcamo> 	Interrupt: pin A routed to IRQ 30
emile.carcamo> 	Region 0: Memory at fe940000 (64-bit, non-prefetchable) [size=128K]
emile.carcamo> 	Region 4: I/O ports at 2040 [size=64]
emile.carcamo> 	Capabilities: [dc] Power Management version 2
emile.carcamo> 		Flags: PMEClk+ DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
emile.carcamo> 		Status: D0 PME-Enable- DSel=0 DScale=1 PME-
emile.carcamo> 	Capabilities: [e4] PCI-X non-bridge device.
emile.carcamo> 		Command: DPERE- ERO+ RBC=0 OST=0
emile.carcamo> 		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, 
emile.carcamo> DMOST=0, DMCRS=0, RSCEM-
emile.carcamo> 	Capabilities: [f0] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
emile.carcamo> 		Address: 0000000000000000  Data: 0000
emile.carcamo> 
emile.carcamo> 03:07.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet Controller 
emile.carcamo> (rev 01)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64 (63750ns min), cache line size 10
emile.carcamo> 	Interrupt: pin B routed to IRQ 31
emile.carcamo> 	Region 0: Memory at fe960000 (64-bit, non-prefetchable) [size=128K]
emile.carcamo> 	Region 4: I/O ports at 2000 [size=64]
emile.carcamo> 	Capabilities: [dc] Power Management version 2
emile.carcamo> 		Flags: PMEClk+ DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
emile.carcamo> 		Status: D0 PME-Enable- DSel=0 DScale=1 PME-
emile.carcamo> 	Capabilities: [e4] PCI-X non-bridge device.
emile.carcamo> 		Command: DPERE- ERO+ RBC=0 OST=0
emile.carcamo> 		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, 
emile.carcamo> DMOST=0, DMCRS=0, RSCEM-
emile.carcamo> 	Capabilities: [f0] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
emile.carcamo> 		Address: 0000000000000000  Data: 0000
emile.carcamo> 
emile.carcamo> 04:07.0 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64 (10000ns min, 6250ns max), cache line size 10
emile.carcamo> 	Interrupt: pin A routed to IRQ 50
emile.carcamo> 	BIST result: 00
emile.carcamo> 	Region 0: I/O ports at 3400 [disabled] [size=256]
emile.carcamo> 	Region 1: Memory at fea30000 (64-bit, non-prefetchable) [size=4K]
emile.carcamo> 	Expansion ROM at fea00000 [disabled] [size=128K]
emile.carcamo> 	Capabilities: [dc] Power Management version 2
emile.carcamo> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
emile.carcamo> 		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
emile.carcamo> 
emile.carcamo> 04:07.1 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
emile.carcamo> 	Subsystem: Intel Corp.: Unknown device 3415
emile.carcamo> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- 
emile.carcamo> SERR+ FastB2B-
emile.carcamo> 	Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- 
emile.carcamo> <MAbort- >SERR- <PERR-
emile.carcamo> 	Latency: 64 (10000ns min, 6250ns max), cache line size 10
emile.carcamo> 	Interrupt: pin B routed to IRQ 49
emile.carcamo> 	BIST result: 00
emile.carcamo> 	Region 0: I/O ports at 3000 [disabled] [size=256]
emile.carcamo> 	Region 1: Memory at feae0000 (64-bit, non-prefetchable) [size=4K]
emile.carcamo> 	Expansion ROM at fea40000 [disabled] [size=128K]
emile.carcamo> 	Capabilities: [dc] Power Management version 2
emile.carcamo> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
emile.carcamo> 		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
emile.carcamo> 
emile.carcamo> -------------------------------------------------------------------------------
emile.carcamo> processor	: 0
emile.carcamo> vendor_id	: GenuineIntel
emile.carcamo> cpu family	: 15
emile.carcamo> model		: 2
emile.carcamo> model name	: Intel(R) XEON(TM) CPU 2.40GHz
emile.carcamo> stepping	: 4
emile.carcamo> cpu MHz		: 2392.975
emile.carcamo> cache size	: 512 KB
emile.carcamo> fdiv_bug	: no
emile.carcamo> hlt_bug		: no
emile.carcamo> f00f_bug	: no
emile.carcamo> coma_bug	: no
emile.carcamo> fpu		: yes
emile.carcamo> fpu_exception	: yes
emile.carcamo> cpuid level	: 2
emile.carcamo> wp		: yes
emile.carcamo> flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
emile.carcamo> pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
emile.carcamo> bogomips	: 4771.02
emile.carcamo> 
emile.carcamo> processor	: 1
emile.carcamo> vendor_id	: GenuineIntel
emile.carcamo> cpu family	: 15
emile.carcamo> model		: 2
emile.carcamo> model name	: Intel(R) XEON(TM) CPU 2.40GHz
emile.carcamo> stepping	: 4
emile.carcamo> cpu MHz		: 2392.975
emile.carcamo> cache size	: 512 KB
emile.carcamo> fdiv_bug	: no
emile.carcamo> hlt_bug		: no
emile.carcamo> f00f_bug	: no
emile.carcamo> coma_bug	: no
emile.carcamo> fpu		: yes
emile.carcamo> fpu_exception	: yes
emile.carcamo> cpuid level	: 2
emile.carcamo> wp		: yes
emile.carcamo> flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
emile.carcamo> pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
emile.carcamo> bogomips	: 4784.12
emile.carcamo> 
emile.carcamo> -------------------------------------------------------------------------------
emile.carcamo> 
emile.carcamo> 
emile.carcamo> _______________________________________________
emile.carcamo> SCore-users mailing list
emile.carcamo> SCore-users at pccluster.org
emile.carcamo> http://www.pccluster.org/mailman/listinfo/score-users
emile.carcamo> 
-----
Shinji Sumimoto    E-Mail: s-sumi at bd6.so-net.ne.jp




More information about the SCore-users mailing list