Simple job with data manipulation

From MediaWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
This is simple single job submitting example with data management. In this case, WN will download source code and executing script from SE and after successful ending of job, result will be uploaded on SE.  
This is simple single job submitting example with data management. In this case, WN will download source code and executing script from SE and after successful ending of job, result will be uploaded on SE.  
 +
 +
[http://wiki.ipb.ac.rs/images/8/86/Hello.SE.tgz hello.SE.tgz]
Content of uploaded files:
Content of uploaded files:

Revision as of 13:28, 9 December 2011

This is simple single job submitting example with data management. In this case, WN will download source code and executing script from SE and after successful ending of job, result will be uploaded on SE.

hello.SE.tgz

Content of uploaded files:

hello.c

#include <stdio.h>

int main()
{
 printf ("hello world!!\n");
 return 0;
}

hello.sh

#Compile C file

gcc hello.c -o hello

#Execute hello program

./hello
Personal tools