Skip to content
Snippets Groups Projects
Commit 93543d09 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Added a tape xpublish

parent 5d4bd0c6
No related branches found
No related tags found
No related merge requests found
Pipeline #98386 failed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
#!/bin/bash
### Batch Queuing System is SLURM
#SBATCH --partition=shared
#SBATCH --time=1:00:00 #168
#SBATCH --mail-type=FAIL
#SBATCH --account=bm0021
#SBATCH --output=cloudify_%j.log
#SBATCH --error=cloudify_%j.err
#SBATCH --qos=esgf
#SBATCH --mem=16G
echo $HOSTNAME
#/scratch/k/k204210/temp/ngc4008_P1D_3.parq
source activate /work/bm0021/conda-envs/cloudify
python xpublish_references.py test $1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment