Skip to content

Commit fc41193

Browse files
mvidalpinolJenkins CI
authored andcommitted
OmpSs-2-at-FPGA release 4.0.0-alpha
1 parent 47fab79 commit fc41193

File tree

8 files changed

+29
-7
lines changed

8 files changed

+29
-7
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 4.0.0-alpha
2+
2025-11-10
3+
4+
15
# Release 3.2.0
26

37
2024-11-25

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,41 @@ This meta-repository contains the official OmpSs-2@FPGA releases.
55
This repository uses submodules to link against the different OmpSs-2@FPGA tools. To download all the submodules when cloning this repository, you might use:
66

77
* When cloning from GitHub:
8+
89
```bash
910
git clone --recursive https://github.com/bsc-pm-ompss-at-fpga/ompss-2-at-fpga-releases.git
1011
```
1112

1213
* When cloning from our internal GitLab repository (BSC users only):
14+
1315
```bash
1416
git clone --recursive https://gitlab.bsc.es/ompss-at-fpga/ompss-2-at-fpga-releases.git
1517
```
1618

1719
To obtain further information about each tool, visit the README of each tool.
18-
For general information, visit the [OmpSs-2@FPGA User Guide](https://pm.bsc.es/ftp/ompss-2-at-fpga/doc/user-guide-3.2.0/index.html#ompss-2-fpga-user-guide).
20+
For general information, visit the [OmpSs-2@FPGA User Guide](https://pm.bsc.es/ftp/ompss-2-at-fpga/doc/user-guide-4.0.0-alpha/index.html#ompss-2-fpga-user-guide).
21+
22+
23+
### Install
24+
25+
To install the release with the default parameters run:
26+
27+
```bash
28+
git clone --recursive https://github.com/bsc-pm-ompss-at-fpga/ompss-2-at-fpga-releases.git
29+
cd ompss-2-at-fpga-releases
30+
export PREFIX=/opt/bsc/ompss-2
31+
export PLATFORM=qdma
32+
make
33+
```
34+
35+
Or follow the instructions on [how to install](https://pm.bsc.es/ftp/ompss-2-at-fpga/doc/user-guide-4.0.0-alpha/install-toolchain.html) OmpSs-2@FPGA.
1936

2037

2138
### Build docker image
2239

2340
To build the docker image, you just need to recursively clone and the repository and recursively checkout the desired version.
2441
After that, you might run the following docker command in the root repository directory (to create the `ompss_2_at_fpga` docker image with the `unknwn` tag):
42+
2543
```bash
2644
docker build --squash -t "ompss_2_at_fpga:unknwn" --force-rm .
2745
```

ait

Submodule ait updated 50 files

ompss-at-fpga-kernel-module

0 commit comments

Comments
 (0)