Changes between Version 27 and Version 28 of Software/OpenFOAM


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v27 v28  
    3535
    3636VERSION=3.0.1
     37
     38# $INST_DIR must NOT (!!) end with a '/', or build will fail with "touch [...] permission denied"
    3739INST_DIR=<my_openfoam_install_dir> # e.g. ${HOME}/OpenFOAM_install
    3840
    3941mkdir -p $INST_DIR
    40 cd $INST_DIR
    4142}}}
    4243
     
    125126The environment must be set up according to where the source code directories are located.
    126127{{{ #!sh
    127 cd <my_openfoam_install_dir>
    128 export INST_DIR=$(pwd) # $INST_DIR must NOT (!!) end with a '/', or build will fail with "touch [...] permission denied"
     128# set $INST_DIR, if not set yet
     129# $INST_DIR must NOT (!!) end with a '/', or build will fail with "touch [...] permission denied"
     130#cd <my_openfoam_install_dir>
     131#export INST_DIR=$(pwd)
    129132cd $INST_DIR
    130133