Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding configuration example for Improv@LCRC #3602

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

yadudoc
Copy link
Member

@yadudoc yadudoc commented Aug 27, 2024

Description

This PR adds a configuration example for Improv at Argonne's LCRC.

Type of change

Choose which options apply, and delete the ones which do not apply.

  • Update to human readable text: Documentation/error messages/comments

queue="compute",
# Command to be run before starting a worker, such as:
# 'module load Anaconda; source activate parsl_env'.
# **WARNING** Improv requires an openmpi module to be
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe the example here should include loading an openmpi module, either in the explicit value or in the comment on this line

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh you did, i misread ''' as ''

max_workers_per_node=32,
provider=PBSProProvider(
account="YOUR_ALLOCATION_ON_IMPROV",
# PBS directives (header lines): for array jobs pass '-J' option
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think we should be encouraging people to use array jobs. i've only ever seen one dubious need for them.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.


queue="compute",
# Command to be run before starting a worker, such as:
# 'module load Anaconda; source activate parsl_env'.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's already an example so you don't need this second example?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, I've removed this one.

@benclifford benclifford merged commit 3f2bf18 into master Aug 28, 2024
7 checks passed
@benclifford benclifford deleted the improv_config branch August 28, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants