Dokumentacija: https://dp-gp-cluster.readthedocs.io/en/latest/Introduction.html

BITNO

Nužno je koristiti paralelne okoline *mpisingle.

Primjer korištenja:

#!/bin/sh

#$ -N Dp_Gp_cluster_run
#$ -cwd
#$ -pe *mpisingle 4

export OMP_NUM_THREADS=$NSLOTS
singularity exec /apps/DP_GP.simg DP_GP_cluster.py -i input_file -o output_file -n 500
  • No labels