From 1fa5489a9bb9ec848fc6564d96991806b7b13373 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Nov 2010 08:03:55 -0500 Subject: [PATCH] Add PBS post. --- posts/PBS.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 posts/PBS.mdwn diff --git a/posts/PBS.mdwn b/posts/PBS.mdwn new file mode 100644 index 0000000..e785a0c --- /dev/null +++ b/posts/PBS.mdwn @@ -0,0 +1,14 @@ +[[!meta title="Portable batch system"]] + +[PBS][] software schedules jobs to efficiently allocate the available +computing resources. It is often used on clusters, allowing users to +queue jobs which are executed once enough worker nodes become +available. The main open-source PBS implementation is [Tourque], +which provides the infrastructure. [Maui][] (also open-source) plugs +into Torque and provides the scheduling logic. + +See my [[cluster post|Abax]] for more details. + +[PBS]: http://en.wikipedia.org/wiki/Portable_Batch_System +[Torque]: http://www.clusterresources.com/pages/products/torque-resource-manager.php +[Maui]: http://www.clusterresources.com/pages/products/maui-cluster-scheduler.php -- 2.26.2