Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

DobDan42/MSc_parallel_prog_2025_lab8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module load nvhpc

nvcc -O3 first.cu -o first -arch=sm_80

nvcc -O3 prac2.cu -o prac -arch=sm_80 -lcurand -I.

srun -p gpu --mem-per-cpu=2000 --time=00:01:00 --ntasks=1 --gres=gpu:1 --reservation= ./first