seisflows.tests.test_system =========================== .. py:module:: seisflows.tests.test_system .. autoapi-nested-parse:: Test the system modules ability to run jobs Functions --------- .. autoapisummary:: seisflows.tests.test_system._test_function_a seisflows.tests.test_system._test_function_b seisflows.tests.test_system.test_workstation_run seisflows.tests.test_system.test_workstation_run_single seisflows.tests.test_system.test_cluster_run seisflows.tests.test_system.test_cluster_run_single Module Contents --------------- .. py:function:: _test_function_a(tmpdir) A test function that simply prints, used to check run .. py:function:: _test_function_b(tmpdir) A test function that simply prints .. py:function:: test_workstation_run(tmpdir, ntask=26) Make sure that Workstation run simply calls the functions in question .. py:function:: test_workstation_run_single(tmpdir, ntask=26) Make sure that Workstation run simply calls the functions only once .. py:function:: test_cluster_run(tmpdir, ntask=26) Make sure that Cluster run can pickle the tasks and run them with subprocess .. py:function:: test_cluster_run_single(tmpdir, ntask=26) Make sure that Cluster runs single tasks accetpably