Skip to content

pbs writer for pbs computing, writes the job submission for pbs

License

Notifications You must be signed in to change notification settings

codecreatede/pbs-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages