bcumming / summer-school

9 stars 9 forks source link

Spaces instead of tabs, simpler constant vectors initialization #5

Closed dmikushin closed 10 years ago

dmikushin commented 10 years ago
$ srun ./micinfo 
MicInfo Utility Log

Created Wed Jun 25 20:03:35 2014

    System Info
        HOST OS         : Linux
        OS Version      : 2.6.32-431.11.2.el6.x86_64
        Driver Version      : NotAvailable
        MPSS Version        : NotAvailable
        Host Physical Memory    : 32823 MB

Device No: 0, Device Name: mic0

    Version
        Flash Version        : 2.1.02.0390
        SMC Firmware Version     : 1.16.5078
        SMC Boot Loader Version  : 1.8.4326
        uOS Version          : 2.6.38.8+mpss3.1.4
        Device Serial Number     : ADKC24500189

    Board
        Vendor ID        : 0x8086
        Device ID        : 0x2250
        Subsystem ID         : 0x2500
        Coprocessor Stepping ID  : 3
        PCIe Width       : Insufficient Privileges
        PCIe Speed       : Insufficient Privileges
        PCIe Max payload size    : Insufficient Privileges
        PCIe Max read req size   : Insufficient Privileges
        Coprocessor Model    : 0x01
        Coprocessor Model Ext    : 0x00
        Coprocessor Type     : 0x00
        Coprocessor Family   : 0x0b
        Coprocessor Family Ext   : 0x00
        Coprocessor Stepping     : B1
        Board SKU        : B1PRQ-5110P/5120D
        ECC Mode         : Enabled
        SMC HW Revision      : Product 225W Passive CS

    Cores
        Total No of Active Cores : 60
        Voltage          : 979000 uV
        Frequency        : 1052631 kHz

    Thermal
        Fan Speed Control    : N/A
        Fan RPM          : N/A
        Fan PWM          : N/A
        Die Temp         : 54 C

    GDDR
        GDDR Vendor      : Elpida
        GDDR Version         : 0x1
        GDDR Density         : 2048 Mb
        GDDR Size        : 7936 MB
        GDDR Technology      : GDDR5 
        GDDR Speed       : 5.000000 GT/s 
        GDDR Frequency       : 2500000 kHz
        GDDR Voltage         : 1501000 uV

Device No: 1, Device Name: mic1

    Version
        Flash Version        : 2.1.02.0390
        SMC Firmware Version     : 1.16.5078
        SMC Boot Loader Version  : 1.8.4326
        uOS Version          : 2.6.38.8+mpss3.1.4
        Device Serial Number     : ADKC24500214

    Board
        Vendor ID        : 0x8086
        Device ID        : 0x2250
        Subsystem ID         : 0x2500
        Coprocessor Stepping ID  : 3
        PCIe Width       : Insufficient Privileges
        PCIe Speed       : Insufficient Privileges
        PCIe Max payload size    : Insufficient Privileges
        PCIe Max read req size   : Insufficient Privileges
        Coprocessor Model    : 0x01
        Coprocessor Model Ext    : 0x00
        Coprocessor Type     : 0x00
        Coprocessor Family   : 0x0b
        Coprocessor Family Ext   : 0x00
        Coprocessor Stepping     : B1
        Board SKU        : B1PRQ-5110P/5120D
        ECC Mode         : Enabled
        SMC HW Revision      : Product 225W Passive CS

    Cores
        Total No of Active Cores : 60
        Voltage          : 973000 uV
        Frequency        : 1052631 kHz

    Thermal
        Fan Speed Control    : N/A
        Fan RPM          : N/A
        Fan PWM          : N/A
        Die Temp         : 56 C

    GDDR
        GDDR Vendor      : Elpida
        GDDR Version         : 0x1
        GDDR Density         : 2048 Mb
        GDDR Size        : 7936 MB
        GDDR Technology      : GDDR5 
        GDDR Speed       : 5.000000 GT/s 
        GDDR Frequency       : 2500000 kHz
        GDDR Voltage         : 1501000 uV
$ srun micnativeloadex ./main -a "512 512 400 0.01"
========================================================================
                      Welcome to mini-stencil!
version :: MIC OpenMP (to run from MIC card)
mesh    :: 512 * 512 dx = 0.00195695
time    :: 400 time steps from 0 .. 0.01
========================================================================
--------------------------------------------------------------------------------
simulation took 57.2772 seconds
29821 conjugate gradient iterations, at rate of 44.2759 iters/second
2536 newton iterations
--------------------------------------------------------------------------------
Goodbye!
dmikushin commented 10 years ago
$ sudo micinfo
[sudo] password for dmikushin: 
MicInfo Utility Log
Copyright 2011-2013 Intel Corporation All Rights Reserved.

Created Wed Jun 25 22:09:18 2014

    System Info
        HOST OS         : Linux
        OS Version      : 3.2.0-29-generic
        Driver Version      : 3.2-1
        MPSS Version        : NotAvailable
        Host Physical Memory    : 37068 MB

Device No: 0, Device Name: mic0

    Version
        Flash Version        : 2.1.02.0390
        SMC Firmware Version     : 1.16.5078
        SMC Boot Loader Version  : 1.8.4326
        uOS Version          : 2.6.38.8+mpss3.2
        Device Serial Number     : ADKC33200457

    Board
        Vendor ID        : 0x8086
        Device ID        : 0x225d
        Subsystem ID         : 0x3608
        Coprocessor Stepping ID  : 2
        PCIe Width       : x4
        PCIe Speed       : 5 GT/s
        PCIe Max payload size    : 256 bytes
        PCIe Max read req size   : 512 bytes
        Coprocessor Model    : 0x01
        Coprocessor Model Ext    : 0x00
        Coprocessor Type     : 0x00
        Coprocessor Family   : 0x0b
        Coprocessor Family Ext   : 0x00
        Coprocessor Stepping     : C0
        Board SKU        : C0PRQ-3120/3140 P/A
        ECC Mode         : Enabled
        SMC HW Revision      : Product 300W Active CS

    Cores
        Total No of Active Cores : 57
        Voltage          : 912000 uV
        Frequency        : 1100000 kHz

    Thermal
        Fan Speed Control    : On
        Fan RPM          : 2100
        Fan PWM          : 50
        Die Temp         : 48 C

    GDDR
        GDDR Vendor      : Elpida
        GDDR Version         : 0x1
        GDDR Density         : 2048 Mb
        GDDR Size        : 5952 MB
        GDDR Technology      : GDDR5 
        GDDR Speed       : 5.000000 GT/s 
        GDDR Frequency       : 2500000 kHz
        GDDR Voltage         : 1501000 uV
$ export SINK_LD_LIBRARY_PATH=/opt/intel/composerxe/lib/mic/
$ micnativeloadex ./main -a "512 512 400 0.01"
========================================================================
                      Welcome to mini-stencil!
version :: MIC OpenMP (to run from MIC card)
mesh    :: 512 * 512 dx = 0.00195695
time    :: 400 time steps from 0 .. 0.01
========================================================================
--------------------------------------------------------------------------------
simulation took 63.4102 seconds
29769 conjugate gradient iterations, at rate of 39.7097 iters/second
2518 newton iterations
--------------------------------------------------------------------------------
Goodbye!