Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:examples:python [2024/01/29 10:06] – [GPU] pedrohabrok:examples:python [2024/01/29 10:16] (current) – [GPU] pedro
Line 336: Line 336:
 #SBATCH --mem=8000 #SBATCH --mem=8000
 module load Python/3.10.4-GCCcore-11.3.0 module load Python/3.10.4-GCCcore-11.3.0
 +module load CUDA/11.7.0
 +module load Boost/1.79.0-GCC-11.3.0
 python ./python_gpu.py python ./python_gpu.py
 </code> </code>