Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Latest commit

 

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This readme file explains the purpose of every binary included in this directory.
configureModelSEED.(cmd/sh): this script configures the Model SEED based on the currently installed environment
ModelDriver.(cmd/sh): this shell script runs the ModelDriver.pl script that is called by the job pipeline to run all ModelSEED commands utilized in the pipeline.
QueueDriver.(cmd/sh): this shell script run the FIGMODELschedule.pl script that actually manages the job queue by starting jobs, monitoring jobs, and killing jobs when needed.
StartScheduler.(cmd/sh): this shell script calls QueueDriver.sh in "nohup" mode for each of the distinct queues being maintained (e.g. slow, fast, cplex..). This script should be called if one of the job pipelines has crashed for some reason.
UpdateModelSEED.(cmd/sh): this shell script does a git pull and make on the production ModelSEED perl code.