Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

On our UQAM servers, as well as on clusters of The Alliance, 'modules' are used to give access to different software packages. Learn more about modules on the following page:   Modules

Python

Even though there are default Python version installed on some of the servers it is strongly recommended to load a version via the modules (see above):   Accéder à Python

Jupyter

If you want to use Jupyter follow the instruction on the following site:   Accéder à Jupyter

RPN Python

To be able to read/write RPN files in Python, follow the instruction on the following site:   RPN Python

Aliases & exports

If you want to create and add your own aliases and exports you need to put them in the following file:

    ~/.profile.d/.interactive_profile    # For interactive processes
    ~/.profile.d/.batch_profile              # For batch processes

Running jobs in batch

If you want to run jobs that run for a long time and you would like to be able to logout you can submit jobs to our queuing system, which will take care of running your job. Then you can log out. The job will continue running as usual. Have a look at how to run jobs in batch n our servers (and on clusters of the Alliance if using our environment): Batch processes

...