Using the Wisconsin Undergraduate Research Cluster(WURC): Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
(Wisconsin Undergraduate Research Cluster)
 
mNo edit summary
Line 3: Line 3:
The Wisconsin Undergraduate Research Cluster is a high-performance parallel computing cluster for use by undergraduates for research.
The Wisconsin Undergraduate Research Cluster is a high-performance parallel computing cluster for use by undergraduates for research.
It consists of a cluster of computers on a local area network with identical software allowing processing to be shared among them.
It consists of a cluster of computers on a local area network with identical software allowing processing to be shared among them.
This is known as a [https://en.wikipedia.org/wiki/Beowulf_cluster | beowulf cluster].
This is known as a [https://en.wikipedia.org/wiki/Beowulf_cluster beowulf cluster].


===Operating System===
===Operating System===
The operating system on the WURC is currently [http://releases.ubuntu.com/19.10/ | Ubuntu 19.10],  Eoan Ermine.
The operating system on the WURC is currently [http://releases.ubuntu.com/19.10/ Ubuntu 19.10],  Eoan Ermine.


===Available Software===
===Available Software===
Line 36: Line 36:
To connect to the WURC, a user must have the following:
To connect to the WURC, a user must have the following:
#A valid University Of Wisconsin-Madison netid and password
#A valid University Of Wisconsin-Madison netid and password
# A network connection on a University Of Wisconsin-Madison network (including [https://kb.wisc.edu/page.php?id=25020 | Eduroam] and  [https://it.wisc.edu/services/wiscvpn/ | WiscVPN])
# A network connection on a University Of Wisconsin-Madison network (including [https://kb.wisc.edu/page.php?id=25020 Eduroam] and  [https://it.wisc.edu/services/wiscvpn/ WiscVPN])


====Connecting With ssh====
====Connecting With ssh====
Line 56: Line 56:
You will then be prompted to enter your netid password.
You will then be prompted to enter your netid password.


The University of Wisconsin-Madison provides no-charge software through our [https://software.wisc.edu/cgi-bin/ssl/csl.cgi | Campus Software Library].
The University of Wisconsin-Madison provides no-charge software through our [https://software.wisc.edu/cgi-bin/ssl/csl.cgi Campus Software Library].
Among the offerings are SecureCRT, a secure login client, and SecureFX, a secure file transfer client.
Among the offerings are SecureCRT, a secure login client, and SecureFX, a secure file transfer client.
These programs provide a more feature-rich environment than the built-in Windows client.
These programs provide a more feature-rich environment than the built-in Windows client.
Line 76: Line 76:
# You will be prompted to enter a password. Enter your netid password.
# You will be prompted to enter a password. Enter your netid password.


The University of Wisconsin-Madison [https://software.wisc.edu/cgi-bin/ssl/csl.cgi | Campus Software Library] has versions of SecureCRT and SecureFX for Mac OSX
The University of Wisconsin-Madison [https://software.wisc.edu/cgi-bin/ssl/csl.cgi Campus Software Library] has versions of SecureCRT and SecureFX for Mac OSX
Questions on installing SecureCRT and SecureFX should be directed to the DoIT Help Desk.
Questions on installing SecureCRT and SecureFX should be directed to the DoIT Help Desk.



Revision as of 20:30, 31 January 2020

Wisconsin Undergraduate Research Cluster

The Wisconsin Undergraduate Research Cluster is a high-performance parallel computing cluster for use by undergraduates for research. It consists of a cluster of computers on a local area network with identical software allowing processing to be shared among them. This is known as a beowulf cluster.

Operating System

The operating system on the WURC is currently Ubuntu 19.10, Eoan Ermine.

Available Software

The following is a list of some of the major commercial and open-source software packages and tools available on the WURC. This list is necessarily incomplete as the WURC has hundreds of Ubuntu packages installed. When in doubt, the user is encouraged to simply try a command to see if it is already installed. To request additional software, please contact your instructor.

Compilers and Interpreters

  • Intel C++
  • Intel Fortran
  • g++
  • gfortran
  • python (2.7 and 3)
  • perl

Mathematical Packages

  • Bertini2
  • Gap
  • Macaulay2
  • Magma
  • Maple
  • Mathematica
  • Matlab
  • Octave
  • Sage

Connecting

To connect to the WURC, a user must have the following:

  1. A valid University Of Wisconsin-Madison netid and password
  2. A network connection on a University Of Wisconsin-Madison network (including Eduroam and WiscVPN)

Connecting With ssh

Secure Shell (ssh) is a cryptographic network protocol for secure remote login and command execution. Implementations of clients for ssh are available in Windows, Macintosh OSX, and Linux.

  • Windows

Windows 10 has a built-in, optional ssh client. To install it, do the following:

  1. Click Settings or press Windows+i to open the Settings app.
  2. Click 'Apps'
  3. Select 'Manage optional features'
  4. Click the 'Add a Feature' button.
  5. From the list of features, select 'Openssh Client' and click the Install button.

Note that the Openssh Client will not appear on the list if it is already installed. Once the openssh client is installed, you can open a command window and simply type, "ssh <netid>@wurc.math.wisc.edu". The first time you connect, you will be asked to accept the server key. Just type yes. This message will not appear the next time you connect from the same computer. If it does, consult your instructor. You will then be prompted to enter your netid password.

The University of Wisconsin-Madison provides no-charge software through our Campus Software Library. Among the offerings are SecureCRT, a secure login client, and SecureFX, a secure file transfer client. These programs provide a more feature-rich environment than the built-in Windows client. To use SecureCRT and SecureFX, log into the Campus Software Library with your netid and password and follow the instructions for installing SecureCRT and SecureFX. Questions on installing SecureCRT and SecureFX should be directed to the DoIT Help Desk.

Once you have SecureCRT installed, you can connect to the WURC by clicking on quick connect and entering wurc.math.wisc.edu as the host name and your netid as the user name. Change the authentication to password. Do not change any other settings. Enter your netid password when prompted.

  • Macintosh OSX:

Macintosh OSX has built-in ssh and sftp clients. To use these tools, do the following:

  1. Switch to a Finder window and open the Utilities folder. The shortcut key to open the Utilities folder is Command+Shift+u.
  2. Click on the Terminal app.
  3. In the terminal window, type "ssh <netid>@wurc.math.wisc.edu".
  4. You will be prompted to accept the server key. Type "yes".
  5. You will be prompted to enter a password. Enter your netid password.

The University of Wisconsin-Madison Campus Software Library has versions of SecureCRT and SecureFX for Mac OSX Questions on installing SecureCRT and SecureFX should be directed to the DoIT Help Desk.

Once you have SecureCRT installed, you can connect to the WURC by clicking on quick connect and entering wurc.math.wisc.edu as the host name and your netid as the user name. Change the authentication to password. Do not change any other settings. Enter your netid password when prompted.

  • Linux:

ssh keys sftp