Installation of Mercurium legacy compilerΒΆ
Important
Mercurium is the OmpSs-2 legacy compiler and is unsupported now. You do not have to install it to use OmpSs-2. We recommend to use the LLVM-based compiler. Check Installation of LLVM-based compiler and LLVM-based compiler.
You can find the build requirements, the configuration flags and the instructions to build Mercurium in the following link: https://github.com/bsc-pm/mcxx
You should be able to compile and install Mercurium with the following commands:
$ autoreconf -fiv
$ ./configure --prefix=$INSTALLATION_PREFIX --enable-ompss-2 --with-nanos6=$INSTALLATION_PREFIX
$ make
$ make install