Page MenuHomec4science

install_COMPSs.sh
No OneTemporary

File Metadata

Created
Thu, Nov 7, 08:14

install_COMPSs.sh

#!/bin/sh
#sudo apt-get install openjdk-8-jre graphviz xdg-utils openssh-server libtool automake build-essential libboost-all-dev libxml2-dev libgmp3-dev flex bison libbison-dev texinfo libffi-dev libxml2 gfortran
git clone --single-branch --branch=2.6 https://github.com/bsc-wdc/compss.git
COMPS_INSTALL_DIR=$HOME/COMPSs
cd compss/
# Collecting submodules
./submodules_get.sh
./submodules_patch.sh
# Installing COMPSs for local user
cd builders/
./buildlocal ${COMPS_INSTALL_DIR}

Event Timeline