Conda installation #670
-
Dear all, Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Hello Oscar, |
Beta Was this translation helpful? Give feedback.
-
Hi Oscar, |
Beta Was this translation helpful? Give feedback.
-
Thank you both,
It takes long to resolve the environment, but, the compiler error disappears. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I am not sure right now what would be the performance, but, the installation errors are solved. Thank you again, P.S. : I use conda 23.9.0. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
Check the version
In my case it is conda 23.9.0. Then do
This step will take a while because it looks for compatibility between multiple packages.
|
Beta Was this translation helpful? Give feedback.
-
I have checked again my recipe as it is written. I'm able to compile pyat with parallel resources on
I leave here below the package versions installed in Debian 12 # Name Version Build Channel
conda 23.9.0
mpi 1.0 openmpi conda-forge
openmpi 4.0.5 h9b22176_4 conda-forge
openmpi-mpicc 4.0.5 h7f98852_4 conda-forge
openmpi-mpicxx 4.0.5 h4bd325d_4 conda-forge
openmpi-mpifort 4.0.5 h1990efc_4 conda-forge
mpi4py 3.1.4 py311h3e5f7c9_0
glib 2.68.4 h9c3ff4c_1 conda-forge
glib-tools 2.68.4 h9c3ff4c_1 conda-forge
accelerator-toolbox 0.4.1.dev34+g52298a90 pypi_0 pypi @swhite2401 after these tests I think the recipe could be included somewhere in the documentation, for example in a trouble-shooting section, or as alternatives when parallelization packages on the system are not compatible with pyat requirements. |
Beta Was this translation helpful? Give feedback.
Dear all,
I will summarize here the steps I followed in conda
Check the version
In my case it is conda 23.9.0. Then do
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