hpcflow / matflow-new

Mozilla Public License 2.0
3 stars 2 forks source link

Add demo workflow for dream3D #179

Closed gcapes closed 10 months ago

gcapes commented 10 months ago

Fix #178

I'm not sure if it's already detailed somewhere how to set up your environment file, but particularly in light of the fact that it needs both python and pipelinerunner (from version <7), I think an example might be useful. Here's mine

- name: dream_3D_env
  executables:
    - label: dream_3D_runner
      instances:
        - command: /home/mbexegc2/software/DREAM3D-6.5.171-Linux-x86_64/bin/PipelineRunner
          num_cores: 1
          parallel_mode: null
    - label: python_script
      instances:
        - command: python <<script_name>> <<args>>
          num_cores: 1
          parallel_mode: null