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

CLI: Add the devel launch-add command #5733

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Oct 31, 2022

This command will launch an ArithmeticAddCalculation. By default the job is run blockingly, but with the --daemon switch it can be sent to the daemon instead.

This command is useful for debugging purposes as it requires zero setup. All that is needed is an AiiDA profile. The command will automatically configure the localhost computer, if not already done, and create a Code instance for bash, likewise if it doesn't already exist. This makes it very useful when helping users to debug their installation as with a single command and no setup it can be verified whether there is a problem with the installation or with the plugins they are running. Also for development it is easy in scenarios where arbitrary calculation jobs need to be run.

This command will launch an `ArithmeticAddCalculation`. By default the
job is run blockingly, but with the `--daemon` switch it can be sent to
the daemon instead.

This command is useful for debugging purposes as it requires zero setup.
All that is needed is an AiiDA profile. The command will automatically
configure the localhost computer, if not already done, and create a
`Code` instance for `bash`, likewise if it doesn't already exist. This
makes it very useful when helping users to debug their installation as
with a single command and no setup it can be verified whether there is
a problem with the installation or with the plugins they are running.
Also for development it is easy in scenarios where arbitrary calculation
jobs need to be run.
@sphuber sphuber merged commit 470aba4 into aiidateam:main Nov 1, 2022
@sphuber sphuber deleted the feature/devel-launch-arithmetic-add branch November 1, 2022 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant