Skip to content

How to run on Midway3? #96

Answered by johnaparker
ricalessandri asked this question in Q&A
Discussion options

You must be logged in to vote

I created a convenience module that loads the correct modules, "module load pysages". The current install is compiled against openmpi/3.1.4 instead of mvapich-gdr (until mvapich-gdr supports cuda-11.5)

You should also be able to create your own conda environment with your dev version of PySAGES by cloning the existing module.

conda create --prefix=/path/to/env --clone pysages   # clone env
pip install -e .  # run inside pysages directory to get latest dev in editable mode

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by pabloferz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ndtrung81
Comment options

@ricalessandri
Comment options

ricalessandri May 26, 2022
Collaborator Author

Comment options

You must be logged in to vote
4 replies
@ndtrung81
Comment options

@ndtrung81
Comment options

@ricalessandri
Comment options

ricalessandri Feb 28, 2023
Collaborator Author

@ricalessandri
Comment options

ricalessandri Apr 11, 2023
Collaborator Author

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #95 on January 12, 2022 18:43.