6 description = MPI hello world
 
   18 [ASIS MiddlewareGet:OMPI]
 
   20 url = https://github.com/open-mpi/ompi
 
   23 [ASIS MiddlewareBuild:OMPI]
 
   25 parent = MiddlewareGet:OMPI
 
   27 autogen_cmd = ./autogen.pl
 
   29 make_options = -j 10 install
 
   36 [ASIS TestGet:HelloWorld]
 
   38 src = /opt/mtt/samples/python/
 
   44 [TestBuild:HelloWorld]
 
   45 parent = TestGet:HelloWorld
 
   49 middleware = MiddlewareBuild:OMPI
 
   50 command = mpicc mpi_hello_world.c -o mpi_hello_world 
 
   55 [LauncherDefaults:SLURM]
 
   64 parent = TestBuild:HelloWorld
 
   65 test_list = mpi_hello_world
 
   75 filename=ompi_hello_world.xml