AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
AMO Tools Suite is a cross-platform collection of calculations and tools to support industrial equipment modeling. See our hosted documentation for the latest release at ornl-amo.github.io
ccmake .
and make
to buildcmake -D BUILD_TESTING:BOOL=ON -D BUILD_PACKAGE:BOOL=OFF --config Debug ./
and cmake --build .
where config can be Release
, Debug
, MinSizeRel
or RelWithDebInfo
npm install
or if already installed, node-gyp rebuild
to rebuild the modulesnpm run test
BUILD_TESTING
flag is set then: cmake --build . --target amo_tools_suite_tests
bin
directory. On Windows, the executable can be found under either the Debug
or Release
directories, depending on CMake configurationBUILD_PACKAGE
flag in the CMakeCache, then cmake ./
then make package
cmake -D BUILD_TESTING:BOOL=OFF ./
and cmake --build . --config Release --target PACKAGE
doxygen Doxyfile.in