Compute: Godzilla

From OACISS Systems Wiki
Revision as of 01:49, 4 February 2020 by 128.223.202.201 (talk) (Created page with "'''godzilla.nic.uoregon.edu''' Hardware: * Intel demo machine with MIC card [Knight's Corner] * Silicon Mechanics Rackform R2504.v5 system * dual 6-core E2620 3.4Ghz Xeon pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

godzilla.nic.uoregon.edu

Hardware:

  • Intel demo machine with MIC card [Knight's Corner]
  • Silicon Mechanics Rackform R2504.v5 system
  • dual 6-core E2620 3.4Ghz Xeon processors (HT enabled)
  • Storage
    • 64GB of RAM.
    • 900GB local HDD
    • NFS to Storage (70TB)
  • Networking
    • Dual Intel I350 gigabit NICs
    • Intel OmniPath 100 gigabit network
  • Coprocessors
    • 1x Xeon Phi SE10/7120 (rev 20)
    • 1x nVidia K80 (GK210GL)
    • 1x nVidia GP100GL (Tesla P100)

Software

  • CentOS-7.6
  • Kernel 3.10.0-1062
  • nVidia driver 396.37

(mic no longer installed? )

MIC Configuration

From MOTD: Initial setup for the Intel MIC device:

  • cp /opt/intel/mic/id_rsa ~/.ssh/id_rsa.mic
  • chmod 600 ~/.ssh/id_rsa.mic
  • cp /opt/intel/mic/id_rsa.pub ~/.ssh/id_rsa.pub.mic


To use the Beta Intel compilers:

  • . /opt/intel/composer_xe_2013/bin/compilervars.sh (for bash)

or

  • source /opt/intel/composer_xe_2013/bin/compilervars.csh (for tcsh)


Sample programs for the MIC can be found in:

 /opt/intel/composer_xe_2013/Samples/en_US/


Documentation (PDFs) for the MIC can be found in:

 /opt/intel/mic/docs/en

nVidia CUDA configuration

  • module av cuda

lists available CUDA runtimes.