Changes between Version 28 and Version 29 of Software/OpenFOAM


Ignore:
Timestamp:
02/17/17 20:52:40 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v28 v29  
    126126The environment must be set up according to where the source code directories are located.
    127127{{{ #!sh
    128 # set $INST_DIR, if not set yet
     128# set environment vars, if not set yet
    129129# $INST_DIR must NOT (!!) end with a '/', or build will fail with "touch [...] permission denied"
    130130#cd <my_openfoam_install_dir>
    131 #export INST_DIR=$(pwd)
     131#export INST_DIR=$(pwd)
     132#export VERSION=3.0.1
    132133cd $INST_DIR
    133134
     
    160161
    161162# load environment
    162 VERSION=3.0.1
    163163source OpenFOAM-${VERSION}/etc/bashrc
    164164foam