SW
Software
Contents
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 Software Policy page for more information about acquiring and using restricted (EAR and ITAR) and licensed software on our clusters.
Finding Software
On our clusters, the software is available through the module system. Available software can be queried with:
- module avail or
- module spider.
A complete module listing for each cluster can be found here:
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)
- ABAQUS
- Altair
- ANACONDA
- ANSYS
- Faster-RCNN
- Globus Connect
- GNU Compiler Collection
- GROMACS
- Intel Cluster Suite
- Compilers
- MPI
- MKL
- VTune
- Julia
- Knitro
- LAMMPS
- Livermore Software Technology
- Matlab
- myHadoop
- NAMD
- NCAR Command Language (NCL)
- Next Generation Sequencing (NGS) analysis tools
- netCDF
- OpenFOAM
- Python
- PyTorch
- R
- R_tamu
- Singularity
- STAR-CCM+
- tamulauncher
- TensorFlow
- WRF
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 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.