Add experiment script generation

This commit is contained in:
2022-02-02 11:32:56 +01:00
parent 7402b910e7
commit 5eef692eea
8 changed files with 128 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/bash
### Nombre de trabajo
#PBS -N <model>-<score>-<date>
### Seleccion de cola de trabajos
#PBS -q workq
### mezcla errores con la salida principal
#PBS -j oe
### Recursos
#PBS -l select=1:ncpus=16:mem=56Gb
#PBS -l place=exclhost
### Esportar variables de entorno
#PBS -V
### Send email on end
#PBS -m e
### Specify mail recipient
#PBS -M ricardo.montanana@alu.uclm.es
### Ejecutable con sus parametros