https://github.com/applicativesystem/pbs-devops
pbs writer for pbs computing, writes the job submission for pbs
https://github.com/applicativesystem/pbs-devops
bioinformatics devops devops-team devops-tools slurm slurm-cluster slurm-job slurm-job-scheduler
Last synced: 7 months ago
JSON representation
pbs writer for pbs computing, writes the job submission for pbs
- Host: GitHub
- URL: https://github.com/applicativesystem/pbs-devops
- Owner: applicativesystem
- License: mit
- Created: 2024-08-26T09:44:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T09:47:27.000Z (10 months ago)
- Last Synced: 2024-11-10T20:18:15.741Z (8 months ago)
- Topics: bioinformatics, devops, devops-team, devops-tools, slurm, slurm-cluster, slurm-job, slurm-job-scheduler
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-pbs-slurm-writer
- This repository contains two custom functions that will prepare the PBS files for your cluster computing.
- Simply call the function and it will ask for the parameters and then it will output the complete PBS file so that you can submit to the cluster.
- it will output the file as:```
PBS_JOBNAME= \
PBS_O_LOGNAME = \
PBS_O_MAIL = \
PBS_O_HOST = \
PBS_O_QUEUE = \
PBS_O_WORKDIR = \
PBS_NODES = \
PBS_NCPUS = \
PBS_COMMAND = \
PBS_MODULE = \
```Gaurav Sablok \
University of Potsdam \
Potsdam,Germany