Nextflow
Data-driven computational pipelines. Nextflow enables scalable and reproducible scientific workflows using software containers. It allows the adaptation of pipelines written in the most common scripting languages. Its fluent DSL simplifies the implementation and deployment of complex parallel and reactive workflows on clouds and clusters. Nextflow is built around the idea that Linux is the lingua franca of data science. Nextflow allows you to write a computational pipeline by making it simpler to put together many different tasks. You may reuse your existing scripts and tools and you don't need to learn a new language or API to start using it. Nextflow supports Docker and Singularity containers technology. This, along with the integration of the GitHub code-sharing platform, allows you to write self-contained pipelines, manage versions, and rapidly reproduce any former configuration. Nextflow provides an abstraction layer between your pipeline's logic and the execution layer.
Learn more
AWS Parallel Computing Service
AWS Parallel Computing Service (AWS PCS) is a managed service that simplifies running and scaling high-performance computing workloads and building scientific and engineering models on AWS using Slurm. It enables the creation of complete, elastic environments that integrate computing, storage, networking, and visualization tools, allowing users to focus on research and innovation without the burden of infrastructure management. AWS PCS offers managed updates and built-in observability features, enhancing cluster operations and maintenance. Users can build and deploy scalable, reliable, and secure HPC clusters through the AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDK. The service supports various use cases, including tightly coupled workloads like computer-aided engineering, high-throughput computing such as genomics analysis, accelerated computing with GPUs, and custom silicon like AWS Trainium and AWS Inferentia.
Learn more
AWS ParallelCluster
AWS ParallelCluster is an open-source cluster management tool that simplifies the deployment and management of High-Performance Computing (HPC) clusters on AWS. It automates the setup of required resources, including compute nodes, a shared filesystem, and a job scheduler, supporting multiple instance types and job submission queues. Users can interact with ParallelCluster through a graphical user interface, command-line interface, or API, enabling flexible cluster configuration and management. The tool integrates with job schedulers like AWS Batch and Slurm, facilitating seamless migration of existing HPC workloads to the cloud with minimal modifications. AWS ParallelCluster is available at no additional charge; users only pay for the AWS resources consumed by their applications. With AWS ParallelCluster, you can use a simple text file to model, provision, and dynamically scale the resources needed for your applications in an automated and secure manner.
Learn more
GASP
GASP is a structured/unstructured, multi-block CFD flow solver which solves the Reynolds Averaged Navier-Stokes (RANS) equations as well as the heat conduction equation for solid bodies. Hierarchical-tree based organization. Pre- and post-processing in one interface. Solves steady and unsteady 3-D, Reynolds-Averaged, Navier-Stokes Equations (RANS) and subsets. Multi-block structured/unstructured grid topology. Unstructured mesh support for tetrahdra, hexahedra, prisms, and pyramids. Integration with portable extensible toolkit for scientific computation library. Uncoupling of systems including turbulence and chemistry for improved computational efficiency. Support for most parallel computers, including clusters. Integrated domain decomposition is transparent to the user.
Learn more