Changes between Version 23 and Version 24 of Software/OpenFOAM


Ignore:
Timestamp:
02/17/17 17:12:53 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/OpenFOAM

    v23 v24  
    124124The environment must be set up according to where the source code directories are located.
    125125{{{ #!sh
    126 INST_DIR=/homeb/zam/${USER}/my_OpenFOAM # must not end with a '/', or build will fail with "touch [...] permission denied"
     126cd <my_openfoam_install_dir>
     127export INST_DIR=$(pwd) # $INST_DIR must NOT (!!) end with a '/', or build will fail with "touch [...] permission denied"
    127128cd $INST_DIR
    128129