Skip to content

Fix handling of -b and BASDIR

Peter Reinholdt requested to merge fix-basdir-option into master

Fix of issue no. 233. The -b option now uses the method described here: https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path and $BASDIR is no longer overwritten by $WRKDIR

The basis set search order is now the intended order:

  1. any directories specified with -b option
  2. $WRKDIR
  3. default basis set directory

Close #233 (closed)

Edited by Hans Jørgen Aagaard Jensen

Merge request reports