Difference between revisions of "CSST Servers"

From cluster group wiki
Jump to navigation Jump to search
(Removed redirect to Internal:CSST Servers)
Tags: Removed redirect Reverted
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==GPU server==
==GPU server==
*administrator: Peng Xiyan (彭喜衍,xypeng@shao.ac.cn)
*Peng Xiyan (彭喜衍,xypeng@shao.ac.cn)
*Nserver is a Linux server(IP: 119.78.226.27)  
*Linux server(IP: 119.78.226.27)  
*2*Xeon 4214 CPU 12-core/512GB memory/51TB data storage
*2*Xeon 4214 CPU 12-core/512GB memory/51TB data storage
*NVIDIA Tesla P100*2
*NVIDIA Tesla P100*2
*OS: Ubuntu x64 20.04
*OS: Ubuntu x64 20.04


===Connection===
==CPU server==
*administrator: Jing Zhong (钟靖,jzhong@shao.ac.cn)
*Linux server(IP: 119.78.226.28)
*4*Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz: 64core/128threads
*Memory: 1TB (32*DDR4-32GB-2666MHz)
*Storage ( 2*960GB SSD + 8*8TB SATA):
:-- 960GB RAID1 for system
:-- 15TB RAID10 for /home
:-- 22TB RAID5 for /data
*OS: Ubuntu 20.04.3 LTS(GNU/Linux 5.11.0-43-generic x86_64)
 
==NAS==
* https://192.168.70.10
:* mount -t nfs 192.168.80.14:/NAS /datapool/
 
==Connection==
* VPN needed outside SHAO network
* VPN needed outside SHAO network
* Internal: SSH Connection
* Internal: SSH Connection
 
* vncserver
===Software===
:* echo "startxfce4 &" >> .vnc/xstartup (optional)
*CUDA supported
:* vncserver -localhost no
*anaconda /usr/local/anaconda3
:to start: conda init
*pytorch (installed in conda base)
:* (or) pip3 install torch==1.8.2+cu111 torchvision==0.9.2+cu111 torchaudio==0.8.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
*tensorflow
:pip3 install tensorflow-gpu
 
 
[[Category:Internal]]
 
==CPU server==
*administrator: Jing Zhong (钟靖,jzhong@shao.ac.cn)
Nserver is a Linux server(IP: 119.78.226.28)

Latest revision as of 05:36, 18 May 2023

GPU server

  • Peng Xiyan (彭喜衍,xypeng@shao.ac.cn)
  • Linux server(IP: 119.78.226.27)
  • 2*Xeon 4214 CPU 12-core/512GB memory/51TB data storage
  • NVIDIA Tesla P100*2
  • OS: Ubuntu x64 20.04

CPU server

  • administrator: Jing Zhong (钟靖,jzhong@shao.ac.cn)
  • Linux server(IP: 119.78.226.28)
  • 4*Intel(R) Xeon(R) Gold 5218 CPU @ 2.30GHz: 64core/128threads
  • Memory: 1TB (32*DDR4-32GB-2666MHz)
  • Storage ( 2*960GB SSD + 8*8TB SATA):
-- 960GB RAID1 for system
-- 15TB RAID10 for /home
-- 22TB RAID5 for /data
  • OS: Ubuntu 20.04.3 LTS(GNU/Linux 5.11.0-43-generic x86_64)

NAS

  • mount -t nfs 192.168.80.14:/NAS /datapool/

Connection

  • VPN needed outside SHAO network
  • Internal: SSH Connection
  • vncserver
  • echo "startxfce4 &" >> .vnc/xstartup (optional)
  • vncserver -localhost no