Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GUI App

Module Setup

Minimum Desktop Configuration

General Comments

DeepLabCut

Code Block
[]$ module load deeplabcut/2.2.0.2_gui
[]$ python -m deeplabcut

1 CPU, 4GB memory

GuassView

Code Block
[]$ module load gaussian/16.AVX2.b01
[]$ gv

1 CPU, 4GB memory

Megan

Code Block
[]$ module load megan/6.21.12 
[]$ MEGAN

2 CPU, 8GB memory

ParaView

Code Block
[]$ module load paraview/5.8.1
[]$ MESA_GL_VERSION_OVERRIDE=4.5 paraview

1 CPU, 4GB memory

Since, currently, there are no GPUs available, although we’ve tested loading some of the ParaView examples they all generate errors/warnings within the console since no hardware acceleration can be found.

If you do not include MESA_GL_VERSION_OVERRIDE=4.5 then from our experience, trying to load an example, ParaView crashses.

At this stage we would recommend this ParaView via the FastX service.

RStudio

Code Block
[]$ module load gcc/7.3.0 r/4.0.5-py27
[]$ module load rstudio/1.4.1106
[]$ rstudio

1 CPU, 4GB memory

...