Skip to content
Snippets Groups Projects
Commit 0be792fa authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Merge branch 'improve-documentation' into 'main'

just tried this, so we might as well document the behaviour

See merge request mpsd-cs/mpsd-software-environments!58
parents b898bf5e 5b5b9009
No related branches found
No related tags found
1 merge request!58just tried this, so we might as well document the behaviour
Pipeline #370949 passed
......@@ -729,6 +729,18 @@ def prepare_environment(mpsd_release: str, root_dir: Path) -> List[str]:
-------
available_toolchains : list
A list of available toolchains for the given MPSD release.
Example
-------
>>> prepare_environment('dev-23a', Path('.'))
['foss2021a-cuda-mpi',
'foss2021a-mpi',
'foss2021a-serial',
'foss2022a-cuda-mpi',
'foss2022a-mpi',
'foss2022a-serial',
'global',
'global_generic']
"""
logging.info(f"Preparing {mpsd_release=}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment