Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
compute_portal [2020/07/01 19:16] pgh5a |
compute_portal [2021/03/31 21:11] pgh5a |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== The portal cluster ====== | + | ==== The portal cluster ==== |
The ''%%portal%%'' cluster is a general purpose cluster of servers whose logins are load balanced among the servers. Upon an 'ssh' to ''%%portal.cs.virginia.edu%%'', your login will be placed on the least loaded of the cluster's servers (portal[01,02, etc.]). Each system is running CentOS Linux and has plenty of memory, CPU cores, and scratch (/localtmp) space. | The ''%%portal%%'' cluster is a general purpose cluster of servers whose logins are load balanced among the servers. Upon an 'ssh' to ''%%portal.cs.virginia.edu%%'', your login will be placed on the least loaded of the cluster's servers (portal[01,02, etc.]). Each system is running CentOS Linux and has plenty of memory, CPU cores, and scratch (/localtmp) space. | ||
- | You can use portal to perform many interactive tasks, like editing files, compiling code, testing code, etc. If you intend to run long, compute intensive programs, you should use other computing resources in the Dept. | + | See [[linux_ssh_access|Linux Server Access]] for information about accessing CS Dept servers. |
- | You must use your CS domain userid (identical to your UVA userid) and password to 'ssh' to portal. For example: | + | You can use portal to perform many interactive tasks, like editing files, compiling code, testing code, etc. If you intend to run long, compute intensive programs, you should use other [[compute_resources|Computing Resources]] which are available for general login or through the job scheduler (see [[compute_slurm|Scheduling a Job using the SLURM job scheduler]]). |
- | ''%%ssh -l jsp9ew portal.cs.virginia.edu%%''. Alternatively, | + | You must use your CS userid (identical to your UVA userid) and password to 'ssh' to portal. For example: |
- | ''%%ssh jsp9ew@portal.cs.virginia.edu%%'' | + | |
- | Note that if you are opening a terminal on your Mac or PC, your username on the Mac or PC may be different from your CS domain userid. So be sure to include your CS domain userid on the 'ssh' command line. | + | ''%%ssh -l abc1de portal.cs.virginia.edu%%''. Alternatively, |
+ | ''%%ssh abc1de@portal.cs.virginia.edu%%'' | ||
+ | |||
+ | (Note that if you are opening a terminal on your Mac or PC, your username on the Mac or PC may be different from your CS domain userid. So be sure to include your CS/UVA userid on the 'ssh' command line). | ||
+ | |||
+ | Most popular software is already available on portal, so you do not need to install it. See: [[linux_environment_modules|Software Modules]] |