The stop Stage
This stage ends the multisim workflow, skipping all stages following this one in the .msj file. This can be helpful for debugging an existing workflow, without having to delete stages from the .msj file.
In the example below, the final simulate stage and trim stage are not run, and the job concludes after the 3rd stage.
task {
task = "desmond:auto"
}
minimize {
# relaxation stage
}
simulate {
# relaxation stage
}
stop {}
simulate {
# production stage
}
trim {
save = [-1]
}