Kettlebrook Cluster

Error message

  • Deprecated function: TYPO3\PharStreamWrapper\Manager::initialize(): Implicitly marking parameter $resolver as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of /var/www/drupal-sites/adgenetics.org/drupal-7.82/includes/file.phar.inc).
  • Deprecated function: TYPO3\PharStreamWrapper\Manager::initialize(): Implicitly marking parameter $collection as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of /var/www/drupal-sites/adgenetics.org/drupal-7.82/includes/file.phar.inc).
  • Deprecated function: TYPO3\PharStreamWrapper\Manager::__construct(): Implicitly marking parameter $resolver as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of /var/www/drupal-sites/adgenetics.org/drupal-7.82/includes/file.phar.inc).
  • Deprecated function: TYPO3\PharStreamWrapper\Manager::__construct(): Implicitly marking parameter $collection as nullable is deprecated, the explicit nullable type must be used instead in include_once() (line 19 of /var/www/drupal-sites/adgenetics.org/drupal-7.82/includes/file.phar.inc).

Kettlebrook has cluster software Grid Engine (formerly known as Sun Grid Engine) installed. Below are some tips on using it.

qstat - show the status of Grid Engine jobs and queues

qsub - submit jobs to Grid Engine

qhost - show the status of Grid Engine hosts, queues, jobs

qacct - report and account for Grid Engine usage

 

see man pages for full details, or type -help parameter for a quick list of options.

Usage Rules

- Submit as a cluster job for any task with long-running CPU and/or high RAM usage.

- Tasks with multiple CPU use must match slot request ( see parallel processing)

 

Example Basic Usage

qsub -N my-script-01 -cwd -b y bash script01.sh