From: W. Trevor King Date: Thu, 18 Nov 2010 13:03:55 +0000 (-0500) Subject: Add PBS post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1fa5489a9bb9ec848fc6564d96991806b7b13373;p=blog.git Add PBS post. --- 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