國家高速網路與計算中心
國家實驗研究院  |  南部事業群  |  English  |   
 
 
回首頁 |  招標公告 |  徵才項目 |  出版品專區 |  交通導引 |  網站導覽 |  電子報 |  聯絡我們
客服專區
服務項目一覽服務項目一覽
服務申請專區
高速計算服務 
資料儲存服務
網路連線服務
軟體與資料庫服務 
教育訓練服務
專案服務 
場地租借 
參訪申請 
核心技術
網路建置與維運
計算設施建置與維運
亞太中樞計畫
科學與工程計算
視算與互動多媒體
軟體與平台開發
有關NCHC
簡介
組織架構
重要記事
國際合作聯盟
國內合作聯盟
相關連結
服務認證
即日起申請 優惠費率最多可省87.2%
全新主機 IBM Cluster 1350、IBM P595、 IBM P690A、Superdome
<<暑期全面再八折優惠>>
客訴專區 常見問題集

  我要申請帳號使用


IBM P690 Regatta (Power 4 Dual Core Chip)
IBM P690 Regatta (Power 4 Dual Core Chip)
 
  IBM P690 Regatta
  NCHC P690 User Computing Environment
  IBM Compiler Command
 
詳細說明

IBM P690 Regatta (Power 4 Dual Core Chip) System Hardware Configuration
  1. Hostname : imp1~imp10
  2. Model Name : IBM pSeries 690 Turbo 1.3 GHz
  3. CPU :
    • Number : 32 per node ( Dual Core per Chip )
    • Model : Power 4 Chip (64 Bit)
    • Clock Rate : 1.3 GHz
    • Archtecture: SMP
    • Integer Peak Performance: SPECcint2000 : 814 ( per CPU)
    • Floating Peak Performance: SPECcfp2000 : 1266 ( per CPU )
    • Global Performance: ( Linpack )
      • Rmax : 736.6 GFLOPS ( 256 CPUs )
      • Rpeak : 1331 GFLOPS ( 256 CPUs )
  4. L1 Cache (per CPU)
    • Instruction/Data: 32KB/64KB
    • Organization: Direct map, 128-byte line(instruction)
      Two-way, 128-byte line(data)
    • Capacity : 128 KB per chip (64KB per processor)
  5. L2 Cache (per chip)
    • Size : 1.4 MB
    • Bandwidth : Shared 124.8 GB/sec
    • Organization: Eight-way, 128-byte line
  6. L3 Cache ( per MCM)
    • Size : Shared 32 MB/chip (128MB/8-way module)
    • Bandwidth : Shared 13.9 GB/sec
    • Organization: Eight-way , 512-byte line, managed as four 128-byte sectors
  7. Internal System Bandwidth: 12.8GB/sec ( x 16 = 205 GB/sec for 32-way )
  8. Main Memory:
    • Type : Shared Nothing
    • Capability : 1,024 Gbyte ( 128 GB per node )
  9. Physical Disks
    • Internal: 18 GB x 2
  10. Major Directories
    • /u1 : 100 GB
    • /u2 : 921 GB
    • /package1 : 100 GB
    • /work1: 200 GB
    • /work2: 200 GB
    • /work3: 921 GB
    • /work4: 926 GB
    • /work5: 926 GB
    • /scratch : 31 GB * 8 nodes
  11. Peripherals
    • Internal: DAT drive and DVD Ram
  12. Graphics
    • Accelerator: N/A
    • Bit-Planes: N/A
  13. Job Submission
  14. Installation/Upgrade Records
    • 2002/09 : install AIX 5.1L , PSSP 3.4
  15. Documentions
  16. More Information
  17. NCHC Consulting Window:
- TOP -

System Software
  1. AIX 5.1 64bit version
  2. PSSP 3.5
  3. LoadLevel 3.2
  4. Fortran 77/90 8.1
  5. High Performance Fotran 1.4
  6. IBM C Language 6.0
  7. IBM C++ Language 6.0
  8. VisualAge C++ 6.0
- TOP -

Application Packages
Most of application package on system are placed in /package1 directory. You may get further information for application packages list at http://www.nchc.org.tw/softwareDatabase.php


- TOP -

NCHC NCHC P690 User Computing Environment

NCHC P690 Regatta Configuration
LoadLeveler Queuing System:
IBM P690 Regatta Configuration of batch classes

Disk usage Constrained Policy :
  1. /tmp : clear files not accessed over 1 day.
  2. /work1 : clear files not accessed over 1 week.
  3. /work2 : clear files not accessed over 1 week.
  4. /work3 : clear files not accessed over 2 week.
  5. /work4 : clear files not accessed over 2 week.
  6. /work5 : clear files not accessed over 2 week.
  7. /scratch : clear files not accessed over 1 day.( only apply in computing node )
NCHC reverses the right to change/reconfigure/destroy these working filesystem without any backup.


- TOP -

NCHC IBM Compiler Command

  1. C for AIX Compiler Command:
  2. "xlc" , “xlc_r” , "cc" , “cc_r”...

  3. VisualAge C++ Compiler : (副檔名必須為大寫 "C" ,eg: xxx.C)
  4. "xlC" ,"xlC_r"

  5. XL Fortran for AIX :
  6. "xlf" , "f77" , "xlf_r" , "xlf90"...

  7. MPI for C :
  8. "mpcc" , "mpcc_r"

  9. MPI for C++ : (副檔名必須為大寫 "C" ,eg: xxx.C)
  10. "mpCC" ,"mpCC_r"

  11. MPI for Fortran
  12. "mpxlf" , "mpxlf90" , "mpxlf90_r"...

    example :
    Source file : run.C
    Execute file : run.exe

    mpCC -o run.exe run.C

    Detail refer to
    http://www.nersc.gov/vendor_docs/ibm/pe/am102mst02.html

  1. Compiler Options - Performance:
    1. Tyep of RS/6000 System : “–qarch=[architechture]”
    2. -qarch=pwr2 (IBM power 2 chip) [ivy system]
      -qarch=pwr3 (IBM power 3 chip) [ivory system]
      -qarch=pwr4 (IBM power 4 chip, now the compiler version did not support yet) [imp system]

    3. Tuning for specific system : “-qtune=[implementation]”
    4. -qtune= pwr2 (IBM power 2 chip) [ivy system]
      -qtune=pwr3 (IBM power 3 chip) [ivory system]
      -qtune=pwr4 (IBM power 4 chip, now the compiler version did not support yet) [imp system]

    5. Optimization Level ( -O,-O2, -O3, -O4 )
    6. Deault : no optimization

      1. -O3 is desired setting
      2. Use –qstrict ( When –O3 –qhot ) to restrict semantic alteration
      3. -O4 implied –O3 –qhot –qipa (only for wall struct)

  2. Compiler Options – Data
    1. Default Data type are 32-bit
      • REAL*4,Complex*8
      • Integer*4
      • Logical*4
    2. 64-bit Floation Poing Repersentation (-qrealsize=bytes)
      • -qrealsize=8 for double precision (64-bit)
    3. 64-bit mode ( -q64 )
    4. Specify the maximum user data area ( -bmaxdata )
      • In 32-bit mode, the default maximum user data area is 256MB.
      • -bmaxdata:0x10000000 (default)
      • -bmaxdata:0x80000000 (get eight 256MB segments, 2GB)
    5. Specify the maximum space for the program stack area
      • For automatic data area
      • -bmaxstack= to overcome soft limit on stack size
      • Maximun allowed value is 256MB for 32-bit mode

      More Detail XL Fortran info refer to
      http://www-3.ibm.com/software/ad/fortran/xlfortran/

      More Detail C Language info refer to
      http://www-3.ibm.com/software/ad/vacpp/



TOP  |  回上一頁
挑戰2008-國發計畫
TWAREN 高品質學術網路
KING 知識創新格網
醫療格網
生態格網
防洪減災格網
應用服務網
奈米科學網
生物資訊系統
PC叢集研發與應用
化學資料庫與應用程式
軟體與資料庫服務系統
校園無線漫遊資訊指引
知性生活網
英語聊天室
科學志工
圖書館
訂閱電子報