Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.69 KB

File metadata and controls

41 lines (30 loc) · 1.69 KB

Partition disks.

Select free space. And set the following.

  • Size: 512MB
  • Uses as: Ext4 journaling file system
  • Mount point: /boot

Select free space. And set the following.

  • Size: 65536MB (=64GB=RAM memory size. Just spare the size as eqaul to the RAM size)
  • Type for the new partition: Primary
  • Uses as: swap area

Select free space. And set the following.

  • Size: the size for the working space
  • Type for the new partition: Primary
  • Location for the new partition: Beggining of this space
  • Uses as: Ext4 journaling file system
  • Mount point: /

If you have an additional disk to store data, then follow this:

Select free space. And set the following.

  • Size: the size for data storage
  • Type for the new partition: Primary
  • Location for the new partition: Beggining of this space
  • Uses as: Ext4 journaling file system
  • Mount point: /data

Set static interent connection (optional).

This step is usually required to use internet connection in university. Follow this instruction.

Install the CUDA, its toolkit, and NVIDIA driver.

Follow the instructions given in the NVIDIA homepage (CUDA Toolkit 10.1 Update 2 Download). Install the CUDA through deb (local) because the runfile installer may cause this kind of errors.

Setting CUDA envirtonmental variables.

Read this instruction.