#!/bin/bash
#$ -V
#$ -l h_rt=:10:
#$ -cwd
#$ -pe mpi 7
mpiexec -n $NSLOTS ./derdaty

