Available Toolchains and Toolchain Compatibility: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
==Avaliable toolchains on cluster==
==Avaliable toolchains on cluster==


Toolchain NameCompiler(s) MPI Linear algebra FFT
{|  width="100%" border="1"  cellspacing="0" cellpadding="2" align="center"  class="wikitable sortable"
|-
! scope="col" width="200px"| Name
! scope="col" class="unsortable" width="240px"| Version
! scope="col" width="160px"| Category
! scope="col" width="60px"| Cluster
! scope="col" width="20px"| Top
|-
<!--LIST BEGIN-->
| <span id ="0"></span>[[3D-DNA-sapelo2 |3D-DNA]] || 180922 || [[:Category:Bioinformatics|Bioinformatics]] || [[:Category:Sapelo2|Sapelo2]] || [[File:Up20.png|20px|link=#top]]
|-
| [[4p-Sapelo2 |4p]] || 1.0 || [[:Category:Bioinformatics|Bioinformatics]] || [[:Category:Sapelo2|Sapelo2]] || [[File:Up20.png|20px|link=#top]]
|-
<!--LIST END-->
|}


------
------

Revision as of 09:25, 22 June 2020

Note: This page is for using new queueing system on the Sapelo2 cluster. This page is still under development as of June 22-26, 2020.

If you are current Sapelo2 users, please come back later.


We use EasyBuild to build most of the software modules on the Sapelo2 cluster. Easybuild is a software build and installation framework that allows us to manage scientific software on High Performance Computing (HPC) systems in an efficient way. EasyBuild employs so-called compiler toolchains or, simply toolchains for short, in handling the build and installation processes. A typical toolchain consists of one or more compilers, usually put together with some libraries for specific functionality, e.g., for using an MPI stack for distributed computing, or which provide optimized routines for commonly used math operations, e.g., the well-known BLAS/LAPACK APIs for linear algebra routines. For detailed info about EasyBuild and its toolchains, please refer to EasyBuild and toolchains

Avaliable toolchains on cluster

Name Version Category Cluster Top
3D-DNA 180922 Bioinformatics Sapelo2 Up20.png
4p 1.0 Bioinformatics Sapelo2 Up20.png

Back to Top

Toolchain compatibility


Back to Top