Hi guys,

  

With env = LocalEnvironment(...)

  

One little question about env position in final workflow,

i need to run two task on grid node, so i position my env  like that :

  

val exploration =  
 ExplorationTask( ...)  

  

val templateTask =  
   TemplateFileTask(workDirectory / "parameters.xml", fileoutput) set ( .... )  

  

val scriptTask =  
 SystemExecTask("bash ./emergence2/script.sh ${fileoutput}") set ( ...)  

  

val copyFolder = CopyFileHook(folder, workDirectory /
"results/${seeds(0)}_${tremble}_outputs")  

  

**exploration -< (templateTask  \-- scriptTask) on env hook copyFolder  
**

  

I try other positions in the wf , but i have always a puzzle error :

  

org.openmole.core.console.ScalaREPL$CompilationError: (line 85) value on is
not a member of org.openmole.core.workflow.puzzle.Puzzle

      exploration -< templateTask on env -- scriptTask  hook copyFolder // -- 
scriptTask2 hook ToStringHook()   
                                  ^

  

Any idea ?

  

\---

Sébastien Rey Coyrehourcq

Research Engineer, BAP E, UMR IDEES

Sent from [Nylas N1](https://nylas.com/n1?ref=n1), the extensible, open source
mail client.

_______________________________________________
OpenMOLE-users mailing list
[email protected]
http://fedex.iscpif.fr/mailman/listinfo/openmole-users

Reply via email to