Skip to content

Commit b02b592

Browse files
committed
Remove references to --comms local
1 parent 16bf770 commit b02b592

76 files changed

Lines changed: 77 additions & 77 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

libensemble/tests/functionality_tests/test_1d_sampling_from_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Execute via one of the following commands (e.g. 3 workers):
66
mpiexec -np 4 python test_1d_sampling_from_yaml.py
7-
python test_1d_sampling_from_yaml.py --nworkers 3 --comms local
7+
python test_1d_sampling_from_yaml.py --nworkers 3
88
python test_1d_sampling_from_yaml.py --nworkers 3 --comms tcp
99
1010
The number of concurrent evaluations of the objective function will be 4-1=3.

libensemble/tests/functionality_tests/test_1d_sampling_with_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Execute via one of the following commands (e.g. 3 workers):
55
mpiexec -np 4 python test_1d_sampling_with_profile.py
6-
python test_1d_sampling_with_profile.py --nworkers 3 --comms local
6+
python test_1d_sampling_with_profile.py --nworkers 3
77
python test_1d_sampling_with_profile.py --nworkers 3 --comms tcp
88
99
The number of concurrent evaluations of the objective function will be 4-1=3.

libensemble/tests/functionality_tests/test_1d_splitcomm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Execute via one of the following commands (e.g. 3 workers):
55
mpiexec -np 4 python test_1d_sampling.py
6-
python test_1d_sampling.py --nworkers 3 --comms local
6+
python test_1d_sampling.py --nworkers 3
77
python test_1d_sampling.py --nworkers 3 --comms tcp
88
99
The number of concurrent evaluations of the objective function will be 4-1=3.

libensemble/tests/functionality_tests/test_1d_subcomm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Execute via one of the following commands (e.g. 3 workers):
55
mpiexec -np 4 python test_1d_sampling.py
6-
python test_1d_sampling.py --nworkers 3 --comms local
6+
python test_1d_sampling.py --nworkers 3
77
python test_1d_sampling.py --nworkers 3 --comms tcp
88
99
The number of concurrent evaluations of the objective function will be 4-1=3.

libensemble/tests/functionality_tests/test_1d_super_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Execute via one of the following commands (e.g. 3 workers):
55
mpiexec -np 4 python test_1d_sampling.py
6-
python test_1d_sampling.py --nworkers 3 --comms local
6+
python test_1d_sampling.py --nworkers 3
77
python test_1d_sampling.py --nworkers 3 --comms tcp
88
99
The number of concurrent evaluations of the objective function will be 4-1=3.

libensemble/tests/functionality_tests/test_GPU_gen_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
Execute via one of the following commands (e.g., 4 workers):
1919
mpiexec -np 5 python test_GPU_gen_resources.py
20-
python test_GPU_gen_resources.py --comms local --nworkers 4
20+
python test_GPU_gen_resources.py --nworkers 4
2121
2222
When running with the above command, the number of concurrent evaluations of
2323
the objective function will be 4, as one of the five workers will be the

libensemble/tests/functionality_tests/test_active_persistent_worker_abort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Execute via one of the following commands (e.g. 3 workers):
55
mpiexec -np 4 python test_6-hump_camel_active_persistent_worker_abort.py
6-
python test_6-hump_camel_active_persistent_worker_abort.py --nworkers 3 --comms local
6+
python test_6-hump_camel_active_persistent_worker_abort.py --nworkers 3
77
python test_6-hump_camel_active_persistent_worker_abort.py --nworkers 3 --comms tcp
88
99
When running with the above commands, the number of concurrent evaluations of

libensemble/tests/functionality_tests/test_calc_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Execute via one of the following commands (e.g. 3 workers):
55
mpiexec -np 4 python test_calc_exception.py
6-
python test_calc_exception.py --nworkers 3 --comms local
6+
python test_calc_exception.py --nworkers 3
77
python test_calc_exception.py --nworkers 3 --comms tcp
88
"""
99

libensemble/tests/functionality_tests/test_cancel_in_alloc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Execute via one of the following commands (e.g. 3 workers):
99
mpiexec -np 4 python test_cancel_in_alloc.py
10-
python test_cancel_in_alloc.py --nworkers 3 --comms local
10+
python test_cancel_in_alloc.py --nworkers 3
1111
python test_cancel_in_alloc.py --nworkers 3 --comms tcp
1212
1313
The number of concurrent evaluations of the objective function will be 4-1=3.

libensemble/tests/functionality_tests/test_comms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Execute via one of the following commands (e.g. 3 workers):
66
mpiexec -np 4 python test_comms.py
7-
python test_comms.py --nworkers 3 --comms local
7+
python test_comms.py --nworkers 3
88
python test_comms.py --nworkers 3 --comms tcp
99
1010
The number of concurrent evaluations of the objective function will be N-1.

0 commit comments

Comments
 (0)