Revision af03cba596d2a9ea242804f26c247846d1ee0e34 authored by Vincent Chabannes on 09 February 2021, 14:07:24 UTC, committed by Vincent Chabannes on 09 February 2021, 14:07:24 UTC
1 parent 18b1aa2
Raw File
slepc.sh
#! /bin/bash

. ~/.bash_profile
module load c++/gnu/4.5.1   
prefix=$WORKDIR/local-gcc45
export SLEPC_DIR=`pwd`
./configure --prefix=$prefix 
back to top