Skip to content

Commit

Permalink
Minor content additions, a page to document the GPU server added
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhasystem committed Mar 5, 2024
1 parent f100bef commit a507894
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 8 deletions.
8 changes: 8 additions & 0 deletions _content/attic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This page will be used to keep a record of technical details related to interfacing the CUDA platform, and various issues pertaining to same.

<table width="80%" border="1" align="center">
<tr><th>CUDA items</th><th>Status</th></tr>
<tr><td>Item 1</td><td>In progress</td></tr>
<tr><td>Item 2</td><td>In progress</td></tr>
<tr><td>Item 3</td><td>In progress</td></tr>
</table>
10 changes: 3 additions & 7 deletions _content/cuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ name: cuda

#### CUDA Technical Notes

##### Useful profiling and diagnostic tools

[https://developer.nvidia.com/tools-overview](https://developer.nvidia.com/tools-overview){:target="_blank"}

This page will be used to keep a record of technical details related to interfacing the CUDA platform, and various issues pertaining to same.

<table width="80%" border="1" align="center">
<tr><th>CUDA items</th><th>Status</th></tr>
<tr><td>Item 1</td><td>In progress</td></tr>
<tr><td>Item 2</td><td>In progress</td></tr>
<tr><td>Item 3</td><td>In progress</td></tr>
</table>
28 changes: 28 additions & 0 deletions _content/hardware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "The GPU Server"
layout: base5
name: hardware
---

{{ site.HR }}


#### The GPU Host (Marquis C543-GTT)

* Supermicro X13SWA-TF W790 ATX motherboard
* Onboard Realtek ALC888S 8-channel (7.1) High Definition audio
* Onboard Intel i210-AT 1G and Marvell AQC113 10G Ethernet controllers
* 6xPCIe x16 v5
* 4xUSB 3.2 Gen2x1, 2xUSB 3.2 Gen2x2, 2xUSB 2.0 ports
* 1 x Intel Xeon W7-3445 2.6ghz (4.8Ghz Turbo), 52.5M L3, 20-core, 40 threads, 270W TDP
* 8 x Micron MTC10F1084S1RC48BA1R 16GB DDR5-4800 ECC registered module, 1Rx8
* 1 x Samsung 990 Pro MZ-V9P4T0B/AM 4TB NVMe PCIe4 SSD, 7450/6900MB/s (R/W), 2400 TBW (M.2 2280)
* Two PNY VCG409024TFXPB1 RTX 4090 (Ada Lovelace) VERTO,24GB GDDR6X, 16384 CUDA,1xHDMI 2.1,4xDP 1.4a,450W (3-slot) + custom 12VHPWR 16-pin cables
* Fractal Design Torrent, 2x18cm, 3x14cm, Seasonic SSR-1600PD 1600W PSU (Platinum-Level), Modular, Black
* Logitech Wireless Combo MK345 USB Keyboard & Optical Mouse, Black
* Rocky Linux 8.8 (based on Red Hat Enterprise Linux 8.8), 64-bit


#### Kernel compatible with the drivers

4.18.0-513.9.1.el8_9.x86_64
3 changes: 2 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<ul class="nav flex-column" id="mynavlist">
<li>&nbsp;</li>
<li class="nav-item">{% include pages.md name=page.name active='index' icon='home' %}Home</a></li>
<li class="nav-item">{% include pages.md name=page.name active='opticks' icon='aperture' %}Opticks</a></li>
<li class="nav-item">{% include pages.md name=page.name active='cuda' icon='cpu' %}CUDA Notes</a></li>
<li class="nav-item">{% include pages.md name=page.name active='hardware' icon='server' %}The GPU server</a></li>
<li class="nav-item">{% include pages.md name=page.name active='opticks' icon='aperture' %}Opticks</a></li>
<li class="nav-item">{% include pages.md name=page.name active='fast' icon='fast-forward' %}Fast Simulations</a></li>


Expand Down

0 comments on commit a507894

Please sign in to comment.