You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to set the account on the command line when submitting jobs through flow.
I'm setting it via environment variable, so signac-flow gives me this warning. I would like to be able to silence this warning.
Environment 'DeltaEnvironment' allows the specification of an account name that will be charged for jobs' compute time.
Set the account name with the command:
$ signac config --global set 'flow.DeltaEnvironment.account' ACCOUNT_NAME
Proposed solution
This may be a good first issue.
Additional context
Other ways to set account:
environment variable
flow config
custom template
The text was updated successfully, but these errors were encountered:
Related issue discussed with @yuanzhou0827, you can't specify the partition in the config settings. Not sure if that would be helpful once you're on a certain cluster
Feature description
Discussed with @joaander today.
I would like to be able to set the account on the command line when submitting jobs through flow.
I'm setting it via environment variable, so signac-flow gives me this warning. I would like to be able to silence this warning.
Proposed solution
This may be a good first issue.
Additional context
Other ways to set account:
The text was updated successfully, but these errors were encountered: