Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LC-MS-RT-prediction
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Léo Schneider
LC-MS-RT-prediction
Commits
076822ce
Commit
076822ce
authored
1 year ago
by
Léo Schneider
Committed by
Schneider Leo
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete job_rt_pred.sh
parent
cf35d605
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
job_rt_pred.sh
+0
-25
0 additions, 25 deletions
job_rt_pred.sh
with
0 additions
and
25 deletions
job_rt_pred.sh
deleted
100644 → 0
+
0
−
25
View file @
cf35d605
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment