1#!/bin/bash
2
3umask 022
4./configure --prefix=/home/guido/PaStiX/hwloc_i8 CC=gcc CXX=g++
5make -j8
6make install
7