From 158efeddda5cb52b198eb809b0ce5eae4d55b573 Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Wed, 18 Jan 2023 09:35:31 +0100 Subject: [PATCH] reorganize the location of the example scripts --- batch_script.sh | 13 ------------- scripts/fort_00.90 => fort_00.90 | 0 2 files changed, 13 deletions(-) delete mode 100644 batch_script.sh rename scripts/fort_00.90 => fort_00.90 (100%) diff --git a/batch_script.sh b/batch_script.sh deleted file mode 100644 index 34ffd2e7..00000000 --- a/batch_script.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -#SBATCH --job-name=HeLaZ -#SBATCH --time=24:00:00 -#SBATCH --nodes=1 -#SBATCH --cpus-per-task=1 -#SBATCH --ntasks-per-node=48 -#SBATCH --mem=64GB -#SBATCH --error=err.txt -#SBATCH --output=out.txt -#SBATCH --account=FUA36_TSVVT422 -#SBATCH --partition=skl_fua_dbg -module load autoload hdf5 fftw -srun --cpu-bind=cores ./../../../bin/helaz3 2 12 2 diff --git a/scripts/fort_00.90 b/fort_00.90 similarity index 100% rename from scripts/fort_00.90 rename to fort_00.90 -- GitLab