Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleskripta_za_pokretanje.pbs
linenumberstrue
collapsetrue
#!/bin/bash

#PBS -q cpu
#PBS -l select=1:ncpus=20:mem=20GB

# environment
module load scientific/ray/v2.10.0


# cd
cd ${PBS_O_WORKDIR:-""}

# run
ray-run python3 ime_vase_py_skripte.py

...