You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/bash/seq_solver.sh

14 lines
272 B
Bash

#!/usr/bin/env bash
#SBATCH -J connec3d_parte2
#SBATCH -N 2
#SBATCH --ntasks-per-node 32
#SBATCH --output %j_output.out
#SBATCH -p free-rider
#SBATCH -t 2-23:00:00
for i in {0..4}
do
mpirun -np 32 python ./tools/solver/Ndar.py ./data/$i/ 1 # job, refinamiento
done