Skip to content

Commit

Permalink
Docs: Link to AiiDA's docs for creating custom codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Mar 22, 2024
1 parent 97f0b55 commit 1bdcf93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ The ``command`` argument also accepts a pre-configured code instance directly:
code = load_code('date@localhost')
results, node = launch_shell_job(code)
This approach can be used as an alternative to the previous example where the target computer is specified through the `metadata` argument.
This approach can be used as an alternative to the previous example where the target computer is specified through the ``metadata`` argument.
For more details on creating codes manually, please refer to `AiiDA's documentation <https://aiida.readthedocs.io/projects/aiida-core/en/latest/howto/run_codes.html#how-to-create-a-code>`_.


Running with MPI
Expand Down

0 comments on commit 1bdcf93

Please sign in to comment.