CrYOLO/1.6.1 modules

There are _cpu and _gpu flags available, which are selected based on
fancy modulefile code (Thanks Achim)
This commit is contained in:
2020-07-15 16:57:12 +02:00
parent 60f98fa57a
commit 308fd1c890
8 changed files with 75 additions and 7 deletions
@@ -2,7 +2,8 @@
IMPORTANT! DON'T INSTALL WITH AURISTOR. Use an OpenAFS system (e.g. pmod6)
export TMPDIR=/opt/tmp/bliven_s
export TMPDIR=/opt/tmp/$USER
export XDG_CACHE_HOME=/opt/tmp/$USER/.cache
CONDA_COPY_ALWAYS=1 conda env create --file cryolo.yml
conda activate cryolo
@@ -1,4 +1,4 @@
name: cryolo-1.5.6-gpu
name: cryolo-1.6.1-cpu
channels:
- defaults
dependencies:
@@ -11,4 +11,4 @@ dependencies:
- intel-openmp==2019.4
- pip
- pip:
- cryolo[gpu]==1.5.6
- cryolo[cpu]==1.6.1
@@ -0,0 +1,14 @@
name: cryolo-1.6.1-gpu
channels:
- defaults
dependencies:
- python=3.6
- pyqt=5
- cudnn=7.1.2
- numpy==1.14.5
- cython
- wxPython==4.0.4
- intel-openmp==2019.4
- pip
- pip:
- cryolo[gpu]==1.6.1