Running jobs locally

Helper function for local mode

Abed has support for running simulations locally, instead of on a compute cluster. To facilitate this, some helper functions are needed which deal with organizing the necessary files. These functions are defined here.

abed.local.local_move_results(task_dict)[source]

Wrapper around move_results() for local mode

This function calls move_results(), but ensures that it is only called by one thread.

Parameters

task_dict (dict) – The task dict with all task definitions, as generated by init_tasks().