I am trying to write a restart step in Merlin that has a workspace reference in it but is not getting string replaced.
example step:
.
.
.
depends: [build]
restart: $(LAUNCHER) $(build.workspace)/mpi_hello $(V1) $(V2) > flux_run.out
nodes: 1
procs: 4
cores per task: 1
script:
#!/bin/bash
flux wreckrun -n 4 -N 1 -c 1 $(build.workspace)/mpi_hello 0.029187019936826375 0.030631498988624384 > flux_run.out
I am trying to write a restart step in Merlin that has a workspace reference in it but is not getting string replaced.
example step:
script: