Compute: Godzilla: Difference between revisions

From OACISS Systems Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
* Silicon Mechanics Rackform R2504.v5 system
* Silicon Mechanics Rackform R2504.v5 system
* 2 x 14c Xeon E5-2680 v4 (Broadwell) @ 2.3GHz
* 2 x 14c Xeon E5-2680 v4 (Broadwell) @ 2.3GHz
* 128GB RAM
* Storage
* Storage
** 64GB of RAM.
** 900GB local HDD
** 900GB local HDD
** NFS to Storage (130TB)
** NFS to Storage (130TB)
* Networking
* Networking
** 10G Ethernet to storage & public networks
** 10GbE public link
** 40GbE private link
** 100G EDR Infiniband
** 100G EDR Infiniband
* Coprocessors
* Accelerators
** 2x nVidia K80 (GK210GL)
** 3 x nVidia M40


Software
Software
* CentOS-7.8
* RHEL 8.7
* Kernel 3.10.0-1127
* Drivers
* nVidia driver 450.51.06
** Nvidia 525.85.12
 
== 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.

Latest revision as of 01:48, 10 March 2023

godzilla.nic.uoregon.edu

Hardware:

  • Silicon Mechanics Rackform R2504.v5 system
  • 2 x 14c Xeon E5-2680 v4 (Broadwell) @ 2.3GHz
  • 128GB RAM
  • Storage
    • 900GB local HDD
    • NFS to Storage (130TB)
  • Networking
    • 10GbE public link
    • 40GbE private link
    • 100G EDR Infiniband
  • Accelerators
    • 3 x nVidia M40

Software

  • RHEL 8.7
  • Drivers
    • Nvidia 525.85.12