In this repository, I record the problems I encountered during the configuration of projections, operating systems and etc. In order to save time searching on the web, I write shorthands of stuffs.
.
├── asc_exp
│ ├── exp06_result
│ │ └── r001hs
│ ├── exp1.md
│ ├── exp2.md
│ ├── exp3.md
│ ├── exp4.md
│ ├── exp4_result
│ │ ├── 1bat_modified_hpl.txt
│ │ ├── bat_modified_hpl.txt
│ │ └── HPL.dat
│ ├── exp5
│ │ ├── cloud_readme.md
│ │ ├── create_submission.sh
│ │ ├── handout
│ │ ├── install.sh
│ │ ├── README.md
│ │ ├── render
│ │ ├── saxpy
│ │ └── scan
│ ├── exp5.md
│ ├── exp6.md
│ └── exp7.md
├── basic
│ ├── docker
│ │ ├── dockerClass
│ │ └── docker.md
│ ├── linux_release
│ │ ├── archlinux.md
│ │ ├── cuda_on_fedora.md
│ │ ├── debian.md
│ │ └── fedora.md
│ ├── net.md
│ └── to-do.md
├── photos
├── troubleshooting
│ └── OpenCAE.md
- In
./asc_exp
, I did the excercise inSHU-CAE
, includingOpenMP
,MPI
,CUDA
,HPL
etc. - In
./basic
, there are some stuff on Basic Computer knowledge, including docker, different linux releases, networks, and etc.- Everything I need for a new linux OS can be found in the markdowns, with NVIDIA driver and CUDA toolkits installation included.
- In
./troubleshooting
, there are configuration about huge projects.