From 076822ceb14782a79eea998d5b9e2024049f397f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A9o=20Schneider?= <leo.schneider@univ-lyon1.fr>
Date: Fri, 19 Jan 2024 12:32:56 +0000
Subject: [PATCH] Delete job_rt_pred.sh

---
 job_rt_pred.sh | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 job_rt_pred.sh

diff --git a/job_rt_pred.sh b/job_rt_pred.sh
deleted file mode 100644
index c12da05..0000000
--- a/job_rt_pred.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-#SBATCH --job-name=RT_pred
-#SBATCH --account=bun@v100
-#SBATCH --partition=gpu_p13
-#SBATCH --ntasks=1                   # number of MP tasks
-#SBATCH --ntasks-per-node=1          # number of MPI tasks per node
-#SBATCH --gres=gpu:1                 # number of GPUs per node
-#SBATCH --cpus-per-task=10           # number of cores per tasks
-#SBATCH --hint=nomultithread         # we get physical cores not logical
-#SBATCH --distribution=block:block   # we pin the tasks on contiguous cores
-#SBATCH --time=20:00:00              # maximum execution time (HH:MM:SS)
-#SBATCH --output=expe/output_RT_pred_%j.out
-#SBATCH --error=expe/error_RT_pred_%j.out
-
-# Clean modules
-module purge
-
-# Load used modules
-module load  pytorch-gpu/py3
-
-# Echo commands
-set -x
-
-# Execute python code
-python3 -u /gpfswork/rech/ute/ucg81ws/these/LC-MS-RT-prediction/main.py 
-- 
GitLab