Difference between revisions of "User account"

From radwiki
Jump to navigation Jump to search
rad>Jurgen
m
 
m (1 revision imported)
(No difference)

Revision as of 23:25, 10 April 2020

User accounts for the GPU cluster must be created by someone with administrative-level access to the servers. Currently (March 2020) Cao Peng is designated Admin.

The standard process is:

  • Request account from Admin
  • Receive ID and password via email or WhatsApp.

Initial setup

  • SSH login and change your password upon first login, using the command passwd.

After this, the user will have a folder on /home/[userID] that can't be accessed by non-admins.

Deactivate your anaconda environment (optional)

The Anaconda base environment may be activated by default when you first log in. To prevent this automatic activation type: conda config --set auto_activate_base false

Guide to using MATLAB commandline

Just use matlab on the commandline to start the interactive console. See the MATLAB documentation for more options.

(currently not installed systemwide, but users can download and install in their home folder by themselves)