amfe - v1.0.1
amfe - version 1.0.1
Various improvements
Changes
- Changed the initialization process (
initDLL()
,initMKL()
, andparseargs()
)
initDLL()
is now called infwk/__init__.py
so that DLL are always found on windows both for development and installed versions.parseargs()
is now called ONLY duringwutils.run()
(so only for the development version). Scripts using the installed version must provide their own cl parsing. As a consequence,initMKL()
is also called ONLY duringwutils.run()
, hence requiring any API to call it explicitly. - Updated CMake to copy
${SOURCE_DIR}/init.py
to${INSTALL_DIR}/__init__.py
, instead of writing it (in CMakeLists.txt) - Updated the constructor of MshDeform to include the number of threads
Tests
Passed on ubuntu 20.04.