Hprc banner tamu.png

Difference between revisions of "SW"

From TAMU HPRC
Jump to: navigation, search
(Available Packages)
(Available Packages)
Line 15: Line 15:
  
 
== Available Packages ==
 
== Available Packages ==
We maintain a number of pages documenting the use of some of the available packages including:
+
We maintain a number of pages documenting the use of some of the available packages including: (SOME PAGES COMING SOON) <!-- COMMENTING OUT PAGES THAT DO NOT YET EXIST -->
  
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
Line 25: Line 25:
 
** [[SW:ANSYS:Turbogrid | TurboGrid]]
 
** [[SW:ANSYS:Turbogrid | TurboGrid]]
 
** [[SW:ANSYS:Workbench | Workbench]]
 
** [[SW:ANSYS:Workbench | Workbench]]
* [[SW:CHARMM | CHARMM]]
+
* <!-- [[SW:CHARMM | CHARMM]] --> CHARMM
 
* [[SW:GlobusConnect | Globus Connect]]
 
* [[SW:GlobusConnect | Globus Connect]]
*[[SW:GCC | GNU Compiler Collection]]
+
* <!-- [[SW:GCC | GNU Compiler Collection]] --> GNU Compiler Collection
 
* [[SW:GROMACS | GROMACS]]
 
* [[SW:GROMACS | GROMACS]]
 
* Intel Cluster Suite
 
* Intel Cluster Suite
** [[SW:Intel:Compilers | compilers]]
+
** <!-- [[SW:Intel:Compilers | Compilers]] --> Compilers
** [[SW:Intel:MPI | MPI]]
+
** <!-- [[SW:Intel:MPI | MPI]] --> MPI
** [[SW:Intel:MKL | Math Kernel Library]]
+
** <!-- [[SW:Intel:MKL | Math Kernel Library]] --> MKL
** [[SW:Intel:VTune | VTune Amplifier performance profiler]]
+
** <!-- [[SW:Intel:VTune | VTune Amplifier performance profiler]] --> VTune
* [[SW:LAMMPS | LAMMPS]]
+
* <!-- [[SW:LAMMPS | LAMMPS]] --> LAMMPS
 
* Livermore Software Technology
 
* Livermore Software Technology
 
** [[SW:LSDYNA | LS-DYNA]]
 
** [[SW:LSDYNA | LS-DYNA]]
** [[SW:LSOPT | LS-OPT]]
+
** <!-- [[SW:LSOPT | LS-OPT]] --> LS-OPT
* [[SW:Mathematica | Mathematica]]
+
<!-- * [[SW:Mathematica | Mathematica]] -->
 
* [[SW:Matlab | Matlab]]
 
* [[SW:Matlab | Matlab]]
 
* [[SW:myhadoop | myHadoop]]
 
* [[SW:myhadoop | myHadoop]]
* [[SW:NCL | NCAR Command Language (NCL)]]
+
* <!-- [[SW:NCL | NCAR Command Language (NCL)]] --> NCAR Command Language (NCL)
 
* [[Ada:Bioinformatics | Next Generation Sequencing (NGS) analysis tools]]
 
* [[Ada:Bioinformatics | Next Generation Sequencing (NGS) analysis tools]]
* [[SW:netCDF | netCDF]]
+
* <!-- [[SW:netCDF | netCDF]] --> netCDF
* [[SW:OpenFOAM | OpenFOAM]]
+
* <!-- [[SW:OpenFOAM | OpenFOAM]] --> OpenFOAM
* [[SW:R | R]]
+
* <!-- [[SW:R | R]] --> R
 
* [[SW:Starccm | STAR-CCM+]]
 
* [[SW:Starccm | STAR-CCM+]]
 
* [[SW:TensorFlow | TensorFlow]]
 
* [[SW:TensorFlow | TensorFlow]]
Line 57: Line 57:
  
 
* [[SW:Comsol | Comsol]]
 
* [[SW:Comsol | Comsol]]
* [[SW:Gaussian | Gaussian]]
+
* <!-- [[SW:Gaussian | Gaussian]] --> Gaussian
 
* [[SW:VASP | VASP]]
 
* [[SW:VASP | VASP]]
  

Revision as of 13:42, 8 February 2017

Software

THIS PAGE IS UNDER CONSTRUCTION
We currently have many commercial and freeware packages installed on our supercomputers. Online documentation and links to the vendor's website are available to TAMU computers and to computers using TAMU's VPN. Requests to use restricted software should be emailed to the HPRC helpdesk. Please also consult our Restricted Software Policy for more information. The software acquisition and licensing policy for our facility is here.

Finding Software

On our clusters, the software is available through the module system. Available software can be queried with:

  • module avail or
  • module spider.

On our Linux workstations, a list of available packages can be queried with:

  • rpm -qa | sort .

Temporary Files and Using the Home Directory

Many software packages create and manipulate temporary files during the execution of the program. These temporary files are commonly placed within your Home directory by default. You must remain aware of how much quota space is left within your Home directory at all times. If your Home directory is filled, attempts to write or modify temporary files will fail.

This may cause your jobs to terminate (be killed) or hang (do nothing, waste SUs).

The easiest way to avoid this issue is to store your files within your Scratch directory. Use cd $SCRATCH to navigate to your Scratch directory.

showquota will allow you to view your quota limits.

Available Packages

We maintain a number of pages documenting the use of some of the available packages including: (SOME PAGES COMING SOON)

License-Restricted Packages

These packages are restricted by license. Individuals or groups have purchased licenses for these packages and manage the list of users that may access them.

Note: These packages are not the same as Export-Controlled Software, as mentioned in the Restricted Software Policy.

Toolchains

Information on the available toolchains for compiling software can be found on our Toolchains page.

Useful Tools

The following is a list of the most frequently requested / needed tools on our clusters.