Example how to switch modenv wrong
At https://doc.zih.tu-dresden.de/software/gpu_programming/
At the section of "Available GPUs"
Over the NVIDIA Tesla V100 nodes it's "modenv switch modenv/ml" I believe the right way sould be "module switch modenv/ml"
Also at "Using GPUs with Slurm" section over the interactive example it's:
"module purge; modenv switch modenv/<env>
" and should be "module purge; module switch modenv/<env>
"