Skip to content

Submission scripts to be used with HTCondor Workload Management System

License

Notifications You must be signed in to change notification settings

rremilian/htcondor_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTCondor Submission Scripts

g16sub

Automation script used for the submission of a Gaussian Job File (GJF) to a cluster that uses HTCondor workload management system. The script takes as an argument the GJF and retrieves from it the number of cores and the amount of memory that must be allocated to the job. If the GJF does not have any information regarding the number of cores or the necessary amount of memory, the script will allocate by default 4 cores and 4 GB of memory. The script is configured for Gaussian 16. The user should modify the g16_submit file with the correct paths for the Gaussian 16 binaries and the scratch directory.

Example:

g16sub input.gjf

orcasub

Automation script used for the submission of ORCA input files to a cluster that uses HTCondor workload management system. The script takes as an argument the input file and retrieves from it the number of cores and the amount of memory that must be allocated to the job. If the input file does not have any information regarding the number of cores or the necessary amount of memory, the script will allocate by default 4 cores and 4 GB of memory per core. The user should modify the orca_submit file with the correct paths for the ORCA binaries, and MPI libraries and binaries. Example:

orcasub input.inp

molprosub

Automation script used for the submission of Molpro input file to a cluster that uses HTCondor workload management system. The script takes three arguments: the number of cores (-n) that must be allocated to the job, the amount of memory (-m) that must be allocated to the job (in megawords (MW)) and the name of the input file. By default, the value for the number of CPUs is set to 1 and the amount of memory is set to 125 MW (1 GB). The user should modify the molpro_submit file with the correct paths for the Molpro program and the scratch directory.

Example:

molprosub -n 12 -m 1250 input.inp

This command will allocate 12 CPUs and 1250 MW (10 GB) of memory for the job and will submit it to the queue.

About

Submission scripts to be used with HTCondor Workload Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published