From a507894af9e0f9f34866f8acbe4c3af2d4543f01 Mon Sep 17 00:00:00 2001 From: buddhasystem Date: Mon, 4 Mar 2024 20:05:25 -0500 Subject: [PATCH] Minor content additions, a page to document the GPU server added --- _content/attic.md | 8 ++++++++ _content/cuda.md | 10 +++------- _content/hardware.md | 28 ++++++++++++++++++++++++++++ _includes/sidebar.html | 3 ++- 4 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 _content/attic.md create mode 100644 _content/hardware.md diff --git a/_content/attic.md b/_content/attic.md new file mode 100644 index 0000000..85ab267 --- /dev/null +++ b/_content/attic.md @@ -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. + + + + + + +
CUDA itemsStatus
Item 1In progress
Item 2In progress
Item 3In progress
\ No newline at end of file diff --git a/_content/cuda.md b/_content/cuda.md index e790abb..408c93b 100644 --- a/_content/cuda.md +++ b/_content/cuda.md @@ -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. - - - - - -
CUDA itemsStatus
Item 1In progress
Item 2In progress
Item 3In progress
\ No newline at end of file diff --git a/_content/hardware.md b/_content/hardware.md new file mode 100644 index 0000000..c261f98 --- /dev/null +++ b/_content/hardware.md @@ -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 diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 2864dd3..c52df21 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -3,8 +3,9 @@