Closed jjokella closed 2 weeks ago
Note: I removed these changes again from master
, as the bindir
input is supposed to be an absolute path.
One could think about adding a check but this is not needed as TSMP2 is going to be the code used in the future.
Example: Before this PR, the command
./build_tsmp.ksh -c clm5-pdaf -m JURECA -O Intel -B bin/JURECA_clm5-pdaf-debug
created the
bindir
insidebldsva
, i.e.After this PR
bindir
is created in the$rootdir
. This is how the default-bindirs are placed:Additionally, it is safer to use an absolute path in
finalizeSelection
.