Skip to content

Commit d6c24ea

Browse files
authored
Remove AdHoc provider, as part of #3515 channel removal (#3676)
# Changed Behaviour Functionality removal for anyone using the AdHocProvider ## Type of change - New feature - Code maintenance/cleanup
1 parent af365c9 commit d6c24ea

File tree

6 files changed

+2
-341
lines changed

6 files changed

+2
-341
lines changed

parsl/channels/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class Channel(metaclass=ABCMeta):
1717
such as push_file, pull_file and makedirs.
1818
1919
Channels should ensure that each launched command runs in a new process
20-
group, so that providers (such as AdHocProvider and LocalProvider) which
21-
terminate long running commands using process groups can do so.
20+
group, so that providers (such as LocalProvider) which terminate long
21+
running commands using process groups can do so.
2222
"""
2323

2424
@abstractmethod

parsl/providers/ad_hoc/__init__.py

Whitespace-only changes.

parsl/providers/ad_hoc/ad_hoc.py

Lines changed: 0 additions & 252 deletions
This file was deleted.

parsl/tests/configs/local_adhoc.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

parsl/tests/configs/user_opts.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@
135135
# # For example:
136136
# 'remote_writeable': 'globus://af7bda53-6d04-11e5-ba46-22000b92c6ec/home/bzc/'
137137
# },
138-
# 'adhoc': {
139-
# # This specifies configuration parameters when testing an ad-hoc SSH based cluster
140-
# 'username': 'fixme', # username on remote systems
141-
# 'remote_hostnames': ['hostname1', 'hostname2'], # addresses of remote systems
142-
# 'worker_init': 'init commands', # worker_init for remote systems
143-
# 'script_dir': "/path" # script directory on remote systems
144-
# }
145138
#
146139
} # type: Dict[str, Any]
147140

parsl/tests/sites/test_local_adhoc.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)