Difference between revisions of "User account"

From radwiki
Jump to navigation Jump to search
m (1 revision imported)
Line 17: Line 17:
 
See [https://www.mathworks.com/help/matlab/ref/matlablinux.html the MATLAB documentation] for more options.
 
See [https://www.mathworks.com/help/matlab/ref/matlablinux.html the MATLAB documentation] for more options.
  
(currently not installed systemwide, but users can [https://www.mathworks.com/downloads/web_downloads/download_release?release=R2020a download] and install in their home folder by themselves)
+
{{Note|currently not installed systemwide, see [[HKU MATLAB]] for installation notes|error}}

Revision as of 23:55, 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, see HKU MATLAB for installation notes