bsc-pm / ompss-2-cluster-releases

This meta-repository contains the OmpSs-2 Cluster releases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OmpSs-2 Releases

This meta-repository contains the official OmpSs-2@Clusters programming model's releases.

OmpSs-2@Clusters is based in the original OmpSs-2 and most of the documentation also valid.

Getting Started

This repository contains all OmpSs-2@Clusters releases stored as git tags. These release tags are named following the format YYYY.MM[.PATCH], which can be, for instance, 2021.05 or 2020.11.1.

Firstly, clone this repository to your local computer:

$ git clone git@github.com:bsc-pm/ompss-2-cluster-releases.git
$ cd ompss-2-cluster-releases

After cloning this repository, run the following command to move to a particular OmpSs-2 release:

$ git checkout 2022.12

Then, run the command below to download the Nanos6 and Mercurium compiler sources in the nanos6 and mcxx subfolders, respectively. Those sources will be the ones that correspond to the previously selected release.

$ git submodule update --init

Once these sources are downloaded, follow the installation instructions that are detailed in the User Guide.

About

This meta-repository contains the OmpSs-2 Cluster releases.