Package: gridengine-common Version: 6.2-4 Severity: wishlist Tag: patch When executing parallel jobs in GridEngine, a so-called parallel environemtn (PE) is needed. These PEs are specific to the underlying mechanism for communication, like MPICH (1), MPICH2, OpenMP and whatnot.
After a bit of looking around, I finally found two example folders which implement a PE for mpich and pvm in the GridEngine source tree. These examples can be pretty valuable for getting an idea how PE startup/shutdown is supposed to work. I think we should ship them along with the job examples. Patch attached. commit 8db18ea439a88e5ff9e0d7a8d2e0ea697f091fd0 Author: Mario Lang <[email protected]> Date: Wed Aug 26 11:40:49 2009 +0200 Ship mpi and pvm PE example files. diff --git a/debian/gridengine-common.examples b/debian/gridengine-common.examples index 640842a..de3132f 100644 --- a/debian/gridengine-common.examples +++ b/debian/gridengine-common.examples @@ -1,2 +1,4 @@ debian/tmp/usr/examples/jobs/* +source/dist/mpi +source/dist/pvm debian/gridengine.default -- Regards, Mario Lang Graz University of Technology mailto:[email protected] Department Computing http://www.ZID.TUGraz.at/lang/ Phone: +43 (0) 316 / 873 - 6897 /____________________________________________________________/ /_Apparently a teacher has been arrested in the UK in possession_/ /of a compass, protractor, and straight edge. It is claimed he is a/ /member of the Al Gebra movement, bearing weapons of math instruction/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

