Skip to content

Conversation

@ddietz89
Copy link
Contributor

No description provided.

$ module load craypython/3.11.7
$ python3 m venv ve.rp
$ module load cray-python
$ python3 -m venv ve.rp
Copy link
Contributor

Choose a reason for hiding this comment

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

this explains why I ran into weird problems earlier. I kept getting errors along the lines of cannot find file /path/to/working/dir/-m

$ git clone https://github.com/henrymonge/chroma_rp.git
$ cd chroma_rp
$ ./compile_chroma/build_stack.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

neat I imagine this is why I ran into errors that were hard to debug

Copy link
Contributor

Choose a reason for hiding this comment

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

I think you also need to be in the compile_chroma directory. At the end of the script it looks for ../setup_tasks_example.py

Copy link
Contributor

Choose a reason for hiding this comment

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

additionally, it asks to source a file. so it may be worth adding the command here: source ./env.sh

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will add a note to edit the env.sh as there's some module loads and what not that may not work. Looks like you can set install paths and such in there too.

@ddietz89 ddietz89 marked this pull request as ready for review October 28, 2025 19:53
$ git clone https://github.com/henrymonge/chroma_rp.git
$ git clone https://github.com/olcf/workflow-examples.git
$ cd chroma_rp
Copy link
Contributor

@t-ramz t-ramz Nov 3, 2025

Choose a reason for hiding this comment

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

this will either need to be cd workflow-examples/chroma_rp or

cd workflow-examples
cd chroma_rp

$ cd chroma_rp
$ ./compile_chroma/build_stack.sh
The user will be required to edit the ``setup_tasks_example.py`` and ``chroma_rp.py`` to your desired workflow
Copy link
Contributor

Choose a reason for hiding this comment

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

This instruction may need to come before the above code block because build_stack.sh seems to depend upon setup_tasks_example.py

@ddietz89
Copy link
Contributor Author

ddietz89 commented Nov 3, 2025

OK, clarified that a bit to get the relative paths right and a note to edit the env.sh as necessary.

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.

2 participants