To check what version of Python you have installed, type which python.
In the above example, we request for 1 node with 1 cpu core, but you can request for additional resources as per your requirements.
If you are on a login node, move to a compute node by typing srun -partition=short -nodes=1 -cpus-per-task=1 -pty /bin/bash.
This procedure uses the Anaconda module already loaded on Discovery. You can also have more than one environment with different packages for testing purposes. Using a locally installed Conda virtual environment is highly recommended so that you can install the specific packages that you need. Northeastern University Research ComputingĬreating a Conda virtual environment with Anaconda ¶
Message Passing Interface (MPI) Overview.
Creating a Conda virtual environment with Anaconda.