Skip to content

Commit

Permalink
Merge branch 'master' into add_manager_selector_by_block
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford authored Oct 15, 2024
2 parents d096457 + 2a6bd18 commit 2bdbd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsl/executors/high_throughput/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ def validate_resource_spec(self, resource_specification: dict):
if resource_specification:
raise InvalidResourceSpecification(
set(resource_specification.keys()),
("HTEX does not support the supplied resource_specifications."
("HTEX does not support the supplied resource_specifications. "
"For MPI applications consider using the MPIExecutor. "
"For specifications for core count/memory/walltime, consider using WorkQueueExecutor. ")
"For specifications for core count/memory/walltime, consider using WorkQueueExecutor.")
)
return

Expand Down

0 comments on commit 2bdbd98

Please sign in to comment.