Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.27 KB

OmpSs-2 Releases

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

Getting Started

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

Firstly, clone this repository to your local computer:

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

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

$ git checkout 2019.11

Then, run the command below to download the Nanos6 and Mercurium 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.