Index: trunk/Ohana/src/opihi/pantasks/LocalJob.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/LocalJob.c	(revision 3392)
+++ trunk/Ohana/src/opihi/pantasks/LocalJob.c	(revision 3392)
@@ -0,0 +1,17 @@
+
+/* local jobs are forked in the background */
+
+SubmitLocalJob (Job *job) {
+
+  /* 
+     construct the command line
+     fork the command, get back the PID
+     increment local job counter 
+  */
+
+}
+
+CheckLocalJob (Job *job) {
+
+  /* 
+     
