HPC/FAQ: Difference between revisions

From CNM Wiki
< HPC
Jump to navigation Jump to search
Line 15: Line 15:


== Ask for software ==
== Ask for software ==
* Check if the software is already available on Carbon.
* Check if the software is already available on Carbon. Either:
** Consult [[HPC/Applications | Application Catalog]] right here.
** Browse the [[HPC/Applications | Application Catalog]], or
** Or on the Carbon command line:
** View the catalog on the Carbon command line:
  module avail
  module avail
  module -l avail 2>&1 | less
  module -l avail 2>&1 | less

Revision as of 14:41, July 31, 2013

To report a problem

Send mail to [email protected]

Consider the following advice:

Report network and connectivity issues

Include the following:

  1. Your operating system and version.
  2. The software name and version you use to connect (e.g. SSH or VNC).
  3. The command you are trying to run or the menu item you choose.
  4. The error message you get (Copy & Paste the message text, or take a screenshot)

Ask for software

  • Check if the software is already available on Carbon. Either:
module avail
module -l avail 2>&1 | less
The second form gives you browsable output.
  • State a reason for the request.
  • Describe the problem you are trying to solve.
  • Provide one or more URLs relevant to the software.