“CSST Servers”的版本间差异
跳到导航
跳到搜索
(未显示2个用户的10个中间版本) | |||
第1行: | 第1行: | ||
#REDIRECT [[Internal:CSST Servers]] |
|||
==GPU server== |
==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 |
*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 |
||
== |
==CPU server== |
||
⚫ | |||
⚫ | |||
*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 |
|||
:* echo "startxfce4 &" >> .vnc/xstartup (optional) |
|||
:* vncserver -localhost no |
|||
===Software=== |
|||
*CUDA supported |
|||
*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== |
|||
⚫ | |||
⚫ |
2023年5月18日 (四) 05:36的最新版本
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