You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, these short real-specific executables are built: PLEV.r4.exe and TAVG.r4.exe. Both of these are run through wrapper scripts, plevel.sh and timavg.csh respectively. plevel.sh does not have an option to use PLEV.r4.exe so it can be summarily removed.
timavg.csh has an option to use the r4 executable but defaults to the r8 (full real) version. FRE (frepp) does not use the r4 option though, so it can be safely removed (the timavg.csh precision option and the r4 executable).
Remove PLEV.r4.exe from build
RemoveTAVG.r4.exe from build
Remove --precision option from timavg.csh
@underwoo suggested this change to facilitate the automake build process.
The text was updated successfully, but these errors were encountered:
Currently, these short real-specific executables are built:
PLEV.r4.exe
andTAVG.r4.exe
. Both of these are run through wrapper scripts,plevel.sh
andtimavg.csh
respectively.plevel.sh
does not have an option to usePLEV.r4.exe
so it can be summarily removed.timavg.csh
has an option to use ther4
executable but defaults to ther8
(full real) version. FRE (frepp) does not use the r4 option though, so it can be safely removed (the timavg.csh precision option and the r4 executable).PLEV.r4.exe
from buildTAVG.r4.exe
from buildtimavg.csh
@underwoo suggested this change to facilitate the automake build process.
The text was updated successfully, but these errors were encountered: