#!/bin/bash #Get number of cpus on current platform NUMCPUS=$1; #version version='1.10.1-p1' #Some cleanup rm -rf install tao-$version src #Create src and install directories mkdir install src #Untar tar -zxvf tao-$version.tar.gz #move into place mv tao-$version/* install/ rm -rf tao-$version cd install export TAO_DIR="$ISSM_TIER/externalpackages/tao/install/" #recomplie petsc with --with-clanguage=C++ make