seisflows.tests.test_system

Test the system modules ability to run jobs

Module Contents

Functions

_test_function_a(tmpdir)

A test function that simply prints, used to check run

_test_function_b(tmpdir)

A test function that simply prints

test_workstation_run(tmpdir[, ntask])

Make sure that Workstation run simply calls the functions in question

test_workstation_run_single(tmpdir[, ntask])

Make sure that Workstation run simply calls the functions only once

test_cluster_run(tmpdir[, ntask])

Make sure that Cluster run can pickle the tasks and run them with subprocess

test_cluster_run_single(tmpdir[, ntask])

Make sure that Cluster runs single tasks accetpably

seisflows.tests.test_system._test_function_a(tmpdir)

A test function that simply prints, used to check run

seisflows.tests.test_system._test_function_b(tmpdir)

A test function that simply prints

seisflows.tests.test_system.test_workstation_run(tmpdir, ntask=26)

Make sure that Workstation run simply calls the functions in question

seisflows.tests.test_system.test_workstation_run_single(tmpdir, ntask=26)

Make sure that Workstation run simply calls the functions only once

seisflows.tests.test_system.test_cluster_run(tmpdir, ntask=26)

Make sure that Cluster run can pickle the tasks and run them with subprocess

seisflows.tests.test_system.test_cluster_run_single(tmpdir, ntask=26)

Make sure that Cluster runs single tasks accetpably