Running VirtualFlow 2.0 in the Cloud

Introduction

Due to its flexible architecture, VirtualFlow 2.0 is able to not only run on Linux computer clusters and supercomputers, but also runs natively on cloud computing platforms such as

  • Google Cloud Platform

  • Amazon Web Services

  • Microsoft Azure

This is due to the circumstance that VirtualFlow 2.0 operates by using SLURM resource managers, and SLURM batch systems are able to run on many cloud computing platforms as the three mentioned above.

Google Cloud Platform (GCP)

To run VirtualFlow 2.0 on the Google Cloud Platform, we recommend to use the GCP version of the Slurm resource manager, which runs out of the box on the GCP. To get started with Slurm on the GCP, we recommend the following page:

After the Slurm cluster is running on the GCP, one can use VirtualFlow 2.0 as on any other Linux cluster.

For large-scale computations using many virtual machines, a fast shared cluster file system is needed. We recommend to use either Lustre or Elastifile for this purpose.

Amazon Web Services (AWS)

To run VirtualFlow 2.0 on Amazon Web Services, we recommend to use AWS ParallelCluster, which allows to employ to run the SGE, TORQE, and Slurm resource managers conventiently in on AWS. All three of them are supported by VirtualFlow 2.0, but we recommend to use Slurm, as it is most common and modern, and best supported resource manager. We recommend the following page to get started with AWS ParallelCluster.

After the Slurm cluster is running on AWS, one can use VirtualFlow 2.0 as on any other Linux cluster.

For large-scale computations using many virtual machines, a fast shared cluster file system is needed. We recommend to use FSx for Lustre for this purpose.

Last updated