Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:examples:python [2023/07/11 13:41] – fokke | habrok:examples:python [2024/01/29 10:16] (current) – [GPU] pedro | ||
---|---|---|---|
Line 320: | Line 320: | ||
<code bash> | <code bash> | ||
- | module load Python/3.6.4-foss-2018a | + | module load Python/3.10.4-GCCcore-11.3.0 |
- | module load CUDA/9.1.85 | + | module load CUDA/11.7.0 |
- | module load Boost/1.66.0-foss-2018a-Python-3.6.4 | + | module load Boost/1.79.0-GCC-11.3.0 |
pip install pycuda --user | pip install pycuda --user | ||
</ | </ | ||
Line 335: | Line 335: | ||
#SBATCH --gres=gpu: | #SBATCH --gres=gpu: | ||
#SBATCH --mem=8000 | #SBATCH --mem=8000 | ||
- | module load Python/3.6.4-foss-2018a | + | module load Python/3.10.4-GCCcore-11.3.0 |
+ | module load CUDA/ | ||
+ | module load Boost/ | ||
python ./ | python ./ | ||
</ | </ |