Versions Compared

Key

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

...

Dostupne verzije

VerzijaModulSupekVrančić(Padobran)
22-282scientific/MCL/22-282(error) (tick) 


Primjer korištenja

Code Block
languagebash
themeMidnight
titlemcl-simple
#!/bin/bash

#PBS -N mcl-test
#PBS -l ncpus=8

cd $PBS_O_WORKDIR

module load scientific/MCL/22-282

mcl test1.txt --abc -I 2.0 -te 8 $NCPUS

...