ExaWorks / SDK

ExaWorks SDK
11 stars 12 forks source link

Install Swift/T #165

Closed j-woz closed 1 year ago

j-woz commented 1 year ago

Note that both @hategan and I are trying to install GCC and OpenMPI

mtitov commented 1 year ago

@j-woz Justin, did you check it together with Mihael's changes? other option is to have a separate conda-env for swift/t:

RUN mamba create -y -n swift-t python=3.9 \
 && mamba install -y -n swift-t -c conda-forge \
    gcc zsh openjdk=11 openmpi \
 && mamba install -y -n swift-t -c conda-forge \
    http://web.cels.anl.gov/~woz/swift-t-1.6.0-py39_1.tar.bz2
j-woz commented 1 year ago

I think it will be fine, we can de-duplicate later.