Anaconda and Miniconda for Research

The latest versions of Miniconda 3 and Anaconda 3 are now available to all EECS Research Servers and Managed Linux Desktops, as environment modules.

We have been recommending against the usage of anaconda in our infrastructure for quite a while, since it was breaking the user’s desktop environments on the desktops when it was used incorrectly, making it hard for the users to recover from that bad state. Using Anaconda and Miniconda as environment modules, gives more control to the user on how, when and where anaconda environments will be initialised, removes the need to initialise the user’s shell with anaconda and removes the complexity of manually modifying your SHELL via the .bashrc file.

Read More

Release: Matlab 2019a

The latest version of Matlab (R2019a) is available for Students and Researchers in EECS who are using EECS Managed Desktops, with all the Toolboxes available.

Matlab is available in both Windows and CentOS.

CentOS

You will be able to run Matlab either by clicking the relative button on your Desktop environment or by running the following command on a terminal:

$ matlab

We understand the need to keep working on the same version you were used to, so older versions are also available as environent modules.

Example

If you want to use Matlab 2018a, from a terminal run:

$ module load matlab/2018a
$ matlab