Skip to content

Conda installation #670

Answered by oscarxblanco
oscarxblanco asked this question in Q&A
Oct 10, 2023 · 6 comments · 4 replies
Discussion options

You must be logged in to vote

Dear all,
I will summarize here the steps I followed in conda

conda update conda
conda update --all

Check the version

conda --version

In my case it is conda 23.9.0. Then do

conda install -c conda-forge openmpi openmpi-mpicc openmpi-mpicxx  openmpi-mpifort mpi4py glib

This step will take a while because it looks for compatibility between multiple packages.
That should be enough to compile AT with openmpi from sources. I leave here the line I use from the AT documentation https://atcollab.github.io/at/p/howto/multiprocessing.html

cd <at>
rm -rf build
pip install --config-settings mpi=1 ".[mpi]"

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

oscarxblanco
Oct 10, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

oscarxblanco
Oct 10, 2023
Collaborator Author

You must be logged in to vote
0 replies
Comment options

oscarxblanco
Oct 25, 2023
Collaborator Author

You must be logged in to vote
3 replies
@swhite2401
Comment options

@oscarxblanco
Comment options

oscarxblanco Oct 26, 2023
Collaborator Author

@TeresiaOlsson
Comment options

Answer selected by oscarxblanco
Comment options

oscarxblanco
Oct 26, 2023
Collaborator Author

You must be logged in to vote
1 reply
@oscarxblanco
Comment options

oscarxblanco Jan 12, 2024
Collaborator Author

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