You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to create my own desiconda env following the instructions in this repo, I ran into an issue finding the intel-openmp conda package from conda-forge.
I checked the main desi environment and found the this package is included there but does not come from conda-forge. For example, these packages in the desi environment do not come from pypi or conda-forge:
dmargala@perlmutter:login36:~> conda list | grep -v -e conda-forge -e pypi
# packages in environment at /global/common/software/desi/perlmutter/desiconda/20240425-2.2.0/conda:
#
# Name Version Build Channelca-certificates 2024.7.2 h06a4308_0certifi 2024.7.4 py310h06a4308_0conda 24.7.1 py310h06a4308_0cssselect 1.2.0 py310h06a4308_0frozendict 2.4.2 py310h5eee18b_0intel-openmp 2023.1.0 hdb19cb5_46306pymdown-extensions 9.11 py310h06a4308_0pyquery 1.4.3 py310h06a4308_0regex 2024.7.24 py310h5eee18b_0
It looks like the desi user at NERSC has a ~/.condarc file that allows it to pull in packages from the "defaults" channel.
The text was updated successfully, but these errors were encountered:
While trying to create my own desiconda env following the instructions in this repo, I ran into an issue finding the
intel-openmp
conda package from conda-forge.I checked the main desi environment and found the this package is included there but does not come from conda-forge. For example, these packages in the desi environment do not come from pypi or conda-forge:
It looks like the
desi
user at NERSC has a~/.condarc
file that allows it to pull in packages from the "defaults" channel.The text was updated successfully, but these errors were encountered: