Skip to content

The workspace reference in a restart step does not get string replaced #217

@koning

Description

@koning

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

Metadata

Metadata

Assignees

Labels

ConfirmedConfirmed reproduction of a posted bug.bugDescription of reproducible unexpected behavior.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions