WISDEM / WEIS

Wind Energy with Integrated Servo-controls Toolset
https://weis.readthedocs.io/en/latest/
Apache License 2.0
53 stars 39 forks source link

Error running from develop branch #248

Closed Russell9798 closed 10 months ago

Russell9798 commented 11 months ago

Hi,

I'm trying to run the examples from the develop branch (using WSL) but I'm getting the following error:

"Found existing potential model: examples/01_aeroelasticse/OpenFAST_models/IEA-15-240-RWT/IEA-15-240-RWT-UMaineSemi/HydroData/IEA-15-240-RWT-UMaineSemi

FYI, after running python setup.py develop I had to run conda install wisdem and conda install pyhams since I was getting the errors ModuleNotFoundError: No module named 'wisdem' and ModuleNotFoundError: No module named 'pyhams'. Trying to run the examples after this resulted in the error above.

How might I be able to fix this?

Kind regards,

Andrew

gbarter commented 11 months ago

Hi Andrew,

You have installed some of the dependencies through conda packages instead of from source, which is fine. However, the underlying WEIS python code has still not been installed correctly. Can you post the full log from the python setup.py develop?

Cheers, Garrett

Russell9798 commented 11 months ago

Hi Garrett,

This is the log I get from running python setup.py develop

`/mnt/c/Users/s2113132/WEIS_develop/setup.py:5: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import run_setup /mnt/c/Users/s2113132/WEIS_develop/setup.py:7: DeprecationWarning:

numpy.distutils is deprecated since NumPy 1.23.0, as a result of the deprecation of distutils itself. It will be removed for Python >= 3.12. For older Python versions it will remain present. It is recommended to use setuptools < 60.0 for those Python versions. For more details, see: https://numpy.org/devdocs/reference/distutils_status_migration.html

from numpy.distutils.command.build_ext import build_ext ['setup.py', 'develop'] Traceback (most recent call last): File "/mnt/c/Users/s2113132/WEIS_develop/WISDEM/setup.py", line 104, in run_meson_build(staging_dir) File "/mnt/c/Users/s2113132/WEIS_develop/WISDEM/setup.py", line 44, in run_meson_build raise OSError("The meson command cannot be found on the system") OSError: The meson command cannot be found on the system running develop /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running egg_info writing rosco.egg-info/PKG-INFO writing dependency_links to rosco.egg-info/dependency_links.txt writing requirements to rosco.egg-info/requires.txt writing top-level names to rosco.egg-info/top_level.txt reading manifest file 'rosco.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'rosco.egg-info/SOURCES.txt' running build_ext Creating /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/rosco.egg-link (link to .) rosco 2.6.0 is already the active version in easy-install.pth

Installed /mnt/c/Users/s2113132/WEIS_develop/ROSCO Processing dependencies for rosco==2.6.0 Searching for pandas==2.1.2 Best match: pandas 2.1.2 Adding pandas 2.1.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for future==0.18.3 Best match: future 0.18.3 Adding future 0.18.3 to easy-install.pth file Installing futurize script to /root/miniforge3/envs/weis-env-develop/bin Installing pasteurize script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for PyYAML==6.0.1 Best match: PyYAML 6.0.1 Adding PyYAML 6.0.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for scipy==1.11.3 Best match: scipy 1.11.3 Adding scipy 1.11.3 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pytest==7.4.3 Best match: pytest 7.4.3 Adding pytest 7.4.3 to easy-install.pth file Installing py.test script to /root/miniforge3/envs/weis-env-develop/bin Installing pytest script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for numpy==1.24.0 Best match: numpy 1.24.0 Adding numpy 1.24.0 to easy-install.pth file Installing f2py script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3 script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3.10 script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for matplotlib==3.8.0 Best match: matplotlib 3.8.0 Adding matplotlib 3.8.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for python-dateutil==2.8.2 Best match: python-dateutil 2.8.2 Adding python-dateutil 2.8.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for tzdata==2023.3 Best match: tzdata 2023.3 Adding tzdata 2023.3 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pytz==2023.3.post1 Best match: pytz 2023.3.post1 Adding pytz 2023.3.post1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for tomli==2.0.1 Best match: tomli 2.0.1 Adding tomli 2.0.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for exceptiongroup==1.1.3 Best match: exceptiongroup 1.1.3 Adding exceptiongroup 1.1.3 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pluggy==1.3.0 Best match: pluggy 1.3.0 Adding pluggy 1.3.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for packaging==23.2 Best match: packaging 23.2 Adding packaging 23.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for iniconfig==2.0.0 Best match: iniconfig 2.0.0 Adding iniconfig 2.0.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for fonttools==4.43.1 Best match: fonttools 4.43.1 Adding fonttools 4.43.1 to easy-install.pth file Installing fonttools script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftmerge script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftsubset script to /root/miniforge3/envs/weis-env-develop/bin Installing ttx script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for contourpy==1.1.1 Best match: contourpy 1.1.1 Adding contourpy 1.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for Pillow==10.1.0 Best match: Pillow 10.1.0 Adding Pillow 10.1.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for cycler==0.12.1 Best match: cycler 0.12.1 Adding cycler 0.12.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pyparsing==3.1.1 Best match: pyparsing 3.1.1 Adding pyparsing 3.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for kiwisolver==1.4.5 Best match: kiwisolver 1.4.5 Adding kiwisolver 1.4.5 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for six==1.16.0 Best match: six 1.16.0 Adding six 1.16.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Finished processing dependencies for rosco==2.6.0 running develop running egg_info writing UNKNOWN.egg-info/PKG-INFO writing dependency_links to UNKNOWN.egg-info/dependency_links.txt writing top-level names to UNKNOWN.egg-info/top_level.txt reading manifest file 'UNKNOWN.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'versioneer.py' warning: no files found matching 'pCrunch/_version.py' adding license file 'LICENSE.txt' writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' running build_ext Creating /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/UNKNOWN.egg-link (link to .) UNKNOWN 0.0.0 is already the active version in easy-install.pth

Installed /mnt/c/Users/s2113132/WEIS_develop/pCrunch Processing dependencies for UNKNOWN==0.0.0 Finished processing dependencies for UNKNOWN==0.0.0 ['None', 'setup', 'meson_build', '--prefix=/mnt/c/Users/s2113132/WEIS_develop/pyHAMS/meson_build', '-Dpython.purelibdir=.', '-Dpython.platlibdir=.'] Traceback (most recent call last): File "/mnt/c/Users/s2113132/WEIS_develop/pyHAMS/setup.py", line 90, in run_meson_build(staging_dir) File "/mnt/c/Users/s2113132/WEIS_develop/pyHAMS/setup.py", line 38, in run_meson_build p1 = subprocess.run(sysargs, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) File "/root/miniforge3/envs/weis-env-develop/lib/python3.10/subprocess.py", line 503, in run with Popen(*popenargs, **kwargs) as process: File "/root/miniforge3/envs/weis-env-develop/lib/python3.10/subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/root/miniforge3/envs/weis-env-develop/lib/python3.10/subprocess.py", line 1863, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'None' running develop running egg_info writing MoorPy.egg-info/PKG-INFO writing dependency_links to MoorPy.egg-info/dependency_links.txt writing requirements to MoorPy.egg-info/requires.txt writing top-level names to MoorPy.egg-info/top_level.txt reading manifest file 'MoorPy.egg-info/SOURCES.txt' writing manifest file 'MoorPy.egg-info/SOURCES.txt' running build_ext Creating /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/MoorPy.egg-link (link to .) MoorPy 0.9.0 is already the active version in easy-install.pth

Installed /mnt/c/Users/s2113132/WEIS_develop/MoorPy Processing dependencies for MoorPy==0.9.0 Searching for PyYAML==6.0.1 Best match: PyYAML 6.0.1 Adding PyYAML 6.0.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for matplotlib==3.8.0 Best match: matplotlib 3.8.0 Adding matplotlib 3.8.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for numpy==1.24.0 Best match: numpy 1.24.0 Adding numpy 1.24.0 to easy-install.pth file Installing f2py script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3 script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3.10 script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for fonttools==4.43.1 Best match: fonttools 4.43.1 Adding fonttools 4.43.1 to easy-install.pth file Installing fonttools script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftmerge script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftsubset script to /root/miniforge3/envs/weis-env-develop/bin Installing ttx script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for contourpy==1.1.1 Best match: contourpy 1.1.1 Adding contourpy 1.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for Pillow==10.1.0 Best match: Pillow 10.1.0 Adding Pillow 10.1.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for packaging==23.2 Best match: packaging 23.2 Adding packaging 23.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for python-dateutil==2.8.2 Best match: python-dateutil 2.8.2 Adding python-dateutil 2.8.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for cycler==0.12.1 Best match: cycler 0.12.1 Adding cycler 0.12.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pyparsing==3.1.1 Best match: pyparsing 3.1.1 Adding pyparsing 3.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for kiwisolver==1.4.5 Best match: kiwisolver 1.4.5 Adding kiwisolver 1.4.5 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for six==1.16.0 Best match: six 1.16.0 Adding six 1.16.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Finished processing dependencies for MoorPy==0.9.0 running develop running egg_info writing RAFT.egg-info/PKG-INFO writing dependency_links to RAFT.egg-info/dependency_links.txt writing top-level names to RAFT.egg-info/top_level.txt reading manifest file 'RAFT.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'NOTICE.txt' writing manifest file 'RAFT.egg-info/SOURCES.txt' running build_ext Creating /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/RAFT.egg-link (link to .) RAFT 0.1 is already the active version in easy-install.pth

Installed /mnt/c/Users/s2113132/WEIS_develop/RAFT Processing dependencies for RAFT==0.1 Finished processing dependencies for RAFT==0.1 running develop running egg_info writing dtqpy.egg-info/PKG-INFO writing dependency_links to dtqpy.egg-info/dependency_links.txt writing requirements to dtqpy.egg-info/requires.txt writing top-level names to dtqpy.egg-info/top_level.txt reading manifest file 'dtqpy.egg-info/SOURCES.txt' writing manifest file 'dtqpy.egg-info/SOURCES.txt' running build_ext Creating /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/dtqpy.egg-link (link to .) dtqpy 0.0.1 is already the active version in easy-install.pth

Installed /mnt/c/Users/s2113132/WEIS_develop/dtqpy Processing dependencies for dtqpy==0.0.1 Searching for osqp==0.6.3 Best match: osqp 0.6.3 Adding osqp 0.6.3 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for mat4py==0.6.0 Best match: mat4py 0.6.0 Adding mat4py 0.6.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for matplotlib==3.8.0 Best match: matplotlib 3.8.0 Adding matplotlib 3.8.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for scipy==1.11.3 Best match: scipy 1.11.3 Adding scipy 1.11.3 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for numpy==1.24.0 Best match: numpy 1.24.0 Adding numpy 1.24.0 to easy-install.pth file Installing f2py script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3 script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3.10 script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for qdldl==0.1.5.post2 Best match: qdldl 0.1.5.post2 Adding qdldl 0.1.5.post2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for fonttools==4.43.1 Best match: fonttools 4.43.1 Adding fonttools 4.43.1 to easy-install.pth file Installing fonttools script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftmerge script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftsubset script to /root/miniforge3/envs/weis-env-develop/bin Installing ttx script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for contourpy==1.1.1 Best match: contourpy 1.1.1 Adding contourpy 1.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for Pillow==10.1.0 Best match: Pillow 10.1.0 Adding Pillow 10.1.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for packaging==23.2 Best match: packaging 23.2 Adding packaging 23.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for python-dateutil==2.8.2 Best match: python-dateutil 2.8.2 Adding python-dateutil 2.8.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for cycler==0.12.1 Best match: cycler 0.12.1 Adding cycler 0.12.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pyparsing==3.1.1 Best match: pyparsing 3.1.1 Adding pyparsing 3.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for kiwisolver==1.4.5 Best match: kiwisolver 1.4.5 Adding kiwisolver 1.4.5 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for six==1.16.0 Best match: six 1.16.0 Adding six 1.16.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Finished processing dependencies for dtqpy==0.0.1 running develop running build_scripts running egg_info running build_src INFO: build_src INFO: building extension "rosco" sources INFO: building extension "openfast" sources INFO: build_src: building npy-pkg config files writing WEIS.egg-info/PKG-INFO writing dependency_links to WEIS.egg-info/dependency_links.txt writing requirements to WEIS.egg-info/requires.txt writing top-level names to WEIS.egg-info/top_level.txt /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/setuptools/command/egg_info.py:624: SetuptoolsDeprecationWarning: Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. warnings.warn( reading manifest file 'WEIS.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'WEIS.egg-info/SOURCES.txt' running build_ext INFO: customize UnixCCompiler INFO: customize UnixCCompiler using CMakeBuildExt INFO: CCompilerOpt.init[813] : load cache from file -> /mnt/c/Users/s2113132/WEIS_develop/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py INFO: CCompilerOpt.init[829] : miss the file cache INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-march=native) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

creating /tmp/tmpbh3j807u/root creating /tmp/tmpbh3j807u/root/miniforge3 creating /tmp/tmpbh3j807u/root/miniforge3/envs creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop/lib creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop/lib/python3.10 creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/numpy creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/numpy/distutils creating /tmp/tmpbh3j807u/root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/numpy/distutils/checks INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-march=native' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-O3) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-O3' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-Werror) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-Werror' INFO: CCompilerOpt.init[1782] : check requested baseline INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse2' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE' with flags (-msse -msse2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -Werror' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE2' with flags (-msse -msse2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse3) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse3' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE3' with flags (-msse -msse2 -msse3) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -Werror' INFO: CCompilerOpt.init[1791] : check requested dispatch-able features INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mssse3) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mssse3' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.1) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse4.1' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mpopcnt) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mpopcnt' INFO: CCompilerOpt.feature_test[1547] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-msse4.2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse4.2' INFO: CCompilerOpt.feature_test[1547] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mf16c) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mf16c' INFO: CCompilerOpt.feature_test[1547] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx2' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mfma) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mfma' INFO: CCompilerOpt.feature_test[1547] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512f -mno-mmx) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512f -mno-mmx' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512cd) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512cd' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512er -mavx512pf) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512er -mavx512pf' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vl -mavx512bw -mavx512dq) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512vl -mavx512bw -mavx512dq' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vnni) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512vnni' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512ifma -mavx512vbmi) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512ifma -mavx512vbmi' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror' INFO: CCompilerOpt.cc_test_flags[1073] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq' INFO: CCompilerOpt.feature_test[1547] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror' INFO: CCompilerOpt.init[1803] : skip features (SSE2 SSE3 SSE) since its part of baseline INFO: CCompilerOpt.init[1807] : initialize targets groups INFO: CCompilerOpt.init[1809] : parse target group simd_test INFO: CCompilerOpt._parse_target_tokens[2020] : skip targets (XOP VXE2 VX FMA4 VSX4 VSX3 NEON ASIMD VSX2 VXE VSX) not part of baseline or dispatch-able features INFO: CCompilerOpt._parse_policy_not_keepbase[2132] : skip baseline features (SSE2) INFO: CCompilerOpt.generate_dispatch_header[2353] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h) INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -Werror' INFO: CCompilerOpt.feature_extra_checks[1627] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK) INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' INFO: C compiler: gcc -pthread -B /root/miniforge3/envs/weis-env-develop/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC -O2 -isystem /root/miniforge3/envs/weis-env-develop/include -fPIC

INFO: compile options: '-I/root/miniforge3/envs/weis-env-develop/include/python3.10 -I/root/miniforge3/envs/weis-env-develop/include/python3.10 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mno-mmx -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' cmake --version cmake version 3.27.6

CMake suite maintained and supported by Kitware (kitware.com/cmake). cmake -S /mnt/c/Users/s2113132/WEIS_develop/ROSCO/ROSCO -B build/temp.linux-x86_64-3.10_rosco -DDOUBLE_PRECISION:BOOL=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/mnt/c/Users/s2113132/WEIS_develop/local -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_Fortran_FLAGS_RELWITHDEBINFO=-march=native -mtune=native -DCMAKE_C_FLAGS_RELWITHDEBINFO=-march=native -mtune=native -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-march=native -mtune=native -- CMAKE_Fortran_COMPILER_ID = GNU -- Setting system file as: src/SysFiles/SysGnuLinux.f90 -- Configuring done (0.1s) -- Generating done (0.1s) -- Build files have been written to: /mnt/c/Users/s2113132/WEIS_develop/build/temp.linux-x86_64-3.10_rosco cmake --build build/temp.linux-x86_64-3.10_rosco -j 8 --target install --config RELWITHDEBINFO [100%] Built target discon Install the project... -- Install configuration: "RelWithDebInfo" -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libdiscon.so cmake --version cmake version 3.27.6

CMake suite maintained and supported by Kitware (kitware.com/cmake). cmake -S /mnt/c/Users/s2113132/WEIS_develop/OpenFAST -B build/temp.linux-x86_64-3.10_rosco_openfast -DDOUBLE_PRECISION:BOOL=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/mnt/c/Users/s2113132/WEIS_develop/local -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_Fortran_FLAGS_RELWITHDEBINFO=-march=native -mtune=native -DCMAKE_C_FLAGS_RELWITHDEBINFO=-march=native -mtune=native -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-march=native -mtune=native -- Enabling Fortran 2008 features -- Setting system file as: src/SysGnuLinux.f90 -- Configuring done (4.4s) -- Generating done (2.4s) -- Build files have been written to: /mnt/c/Users/s2113132/WEIS_develop/build/temp.linux-x86_64-3.10_rosco_openfast cmake --build build/temp.linux-x86_64-3.10_rosco_openfast -j 8 --target install --config RELWITHDEBINFO [ 1%] Built target sclib [ 14%] Built target nwtclibs [ 14%] Built target versioninfolib [ 18%] Built target orcaflexlib [ 18%] Built target ifwlib [ 20%] Built target elastodynlib [ 24%] Built target servodynlib [ 27%] Built target subdynlib [ 29%] Built target beamdynlib [ 38%] Built target hydrodynlib [ 39%] Built target extptfm_mckflib [ 40%] Built target feamlib [ 43%] Built target moordynlib [ 44%] Built target icedynlib [ 49%] Built target icefloelib [ 51%] Built target wdlib [ 55%] Built target turbsim [ 57%] Built target awaelib [ 65%] Built target maplib [ 66%] Built target sctypeslib [ 66%] Built target foamtypeslib [ 67%] Built target ifw_c_binding [ 67%] Built target servodyn_driver [ 69%] Built target inflowwind_driver [ 71%] Built target aerodyn14lib [ 72%] Built target beamdyn_driver [ 82%] Built target aerodynlib [ 83%] Built target subdyn_driver [ 84%] Built target hydrodyn_driver [ 85%] Built target hydrodyn_c_binding [ 86%] Built target feam_driver [ 88%] Built target moordyn_driver [ 89%] Built target orca_driver [ 90%] Built target moordyn_c_binding [ 91%] Built target aerodyn_driver_subs [ 92%] Built target openfast_prelib [ 93%] Built target aerodyn_driver [ 94%] Built target unsteadyaero_driver [ 95%] Built target aerodyn_inflow_c_binding [ 96%] Built target scfastlib [ 97%] Built target foamfastlib [ 99%] Built target openfast_postlib [ 99%] Built target openfast [ 99%] Built target openfastlib [100%] Built target openfast_cpp Install the project... -- Install configuration: "RelWithDebInfo" -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libnwtclibs.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libversioninfolib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libifwlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/inflowwind_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libifw_c_binding.so -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libaerodynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libaerodyn_driver_subs.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/aerodyn_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/unsteadyaero_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libaerodyn_inflow_c_binding.so -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libaerodyn14lib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libservodynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/servodyn_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libelastodynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libbeamdynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/beamdyn_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libsubdynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/subdyn_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libhydrodynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/hydrodyn_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libhydrodyn_c_binding.so -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/liborcaflexlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/orca_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libextptfm_mckflib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libfeamlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/feam_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libmoordynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/moordyn_driver -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libmoordyn_c_binding.so -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libicedynlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libicefloelib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libwdlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libawaelib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libmaplib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/MAP_Types.h -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/turbsim -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libsctypeslib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libscfastlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/SuperController_Types.h -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/SCDataEx_Types.h -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libsclib.so -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libfoamtypeslib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libfoamfastlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/OpenFOAM_Types.h -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libopenfast_postlib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/FAST_Library.h -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libopenfast_prelib.a -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/libopenfastlib.so -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/openfast -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/bin/openfast_cpp -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast/ -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aeroacoustics.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aeroacoustics_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aeroacoustics_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn14.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn14_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_allbldndouts_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_driver_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_driver_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_inflow.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_inflow_c_binding.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_inflow_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_io_params.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerodyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerogensubs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//aerosubs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//airfoilinfo.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//airfoilinfo_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//awae.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//awae_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//awae_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//beamdyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//beamdyn_bldndouts_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//beamdyn_driver_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//beamdyn_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//beamdyn_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//beamdyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//bemt.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//bemtuncoupled.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//bemt_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//bladedinterface.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//bladedinterface_ex.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//conv_radiation.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//conv_radiation_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//current.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//current_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//dbemt.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//dbemt_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//dwm.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//dwm_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//dwm_wake_sub.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ed_usersubs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//elastodyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//elastodyn_allbldndouts_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//elastodyn_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//elastodyn_parameters.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//elastodyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//extptfm_mckf.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//extptfm_mckf_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//extptfm_mckf_parameters.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//extptfm_mckf_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fast_data.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fast_linear.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fast_modtypes.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fast_solver.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fast_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fast_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//feamooring.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//feamooring_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fem.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_biotsavart.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_tests.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_vortextools.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//fvw_wings.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//hydrodyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//hydrodyn_c_binding.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//hydrodyn_input.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//hydrodyn_output.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//hydrodyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icecpldcrushing.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icecrushingiec.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icecrushingiso.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icedyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icedyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//iceflexbase.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//iceflexiec.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//iceflexiso.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icefloe.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icefloebase.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icefloe_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//iceinputparams.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//iceintermittentcrushing.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icelockincrushingiso.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//icelog.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ifw_flowfield.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ifw_flowfield_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_c_binding.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_driver_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_driver_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_io_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//inflowwind_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//integerlist.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//json.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//lidar.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//lidar_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//map.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//map_fortran_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//map_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//modifiedvkrm_mod.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//modmesh.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//modmesh_mapping.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//modmesh_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//mod_root1dim.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_body.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_c.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_line.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_misc.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_point.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_rod.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//moordyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//morison.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//morison_output.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//morison_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//newton_mod.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_base.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_fftpack.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_lapack.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_library.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_library_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_num.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_randomnumber.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_scalapack.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//nwtc_slatec.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//openfoam.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//openfoam_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//orcadriver_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//orcadriver_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//orcaflexinterface.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//orcaflexinterface_parameters.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//orcaflexinterface_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//pitchcntrl_ach.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//polynomialroots.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//precision.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//randomcrushing.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ran_lux_mod.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//scdataex_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//sc_dataex.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//sd_fem.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//servodyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//servodyn_io.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//servodyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ss_excitation.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ss_excitation_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ss_radiation.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ss_radiation_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//strucctrl.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//strucctrl_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//subdyn.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//subdyn_output.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//subdyn_output_params.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//subdyn_tests.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//subdyn_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//supercontroller.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//supercontroller_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//syssubs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//tno.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//tssubs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ts_cohstructures.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ts_fileio.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ts_profiles.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ts_randnum.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ts_velocityspectra.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//turbsim_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//ua_dvr_subs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//unsteadyaero.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//unsteadyaero_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//usersubs.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//uservscont_kp.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//userwaves.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//versioninfo.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//vtk.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wakedynamics.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wakedynamics_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wamit.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wamit2.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wamit2_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wamit_interp.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//wamit_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//waves.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//waves2.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//waves2_output.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//waves2_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//waves_types.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/include/openfast//yaml.mod -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/cmake/OpenFAST/OpenFASTLibraries.cmake -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/cmake/OpenFAST/OpenFASTLibraries-relwithdebinfo.cmake -- Up-to-date: /mnt/c/Users/s2113132/WEIS_develop/local/lib/cmake/OpenFAST/OpenFASTConfig.cmake Creating /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/WEIS.egg-link (link to .) WEIS 1.1 is already the active version in easy-install.pth

Installed /mnt/c/Users/s2113132/WEIS_develop Processing dependencies for WEIS==1.1 Searching for fatpack==0.7.7 Best match: fatpack 0.7.7 Adding fatpack 0.7.7 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for jsonmerge==1.9.2 Best match: jsonmerge 1.9.2 Adding jsonmerge 1.9.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for control==0.9.4 Best match: control 0.9.4 Adding control 0.9.4 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for smt==2.0 Best match: smt 2.0 Adding smt 2.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for dill==0.3.7 Best match: dill 0.3.7 Adding dill 0.3.7 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for nlopt==2.7.1 Best match: nlopt 2.7.1 Adding nlopt 2.7.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for scipy==1.11.3 Best match: scipy 1.11.3 Adding scipy 1.11.3 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for numpy==1.24.0 Best match: numpy 1.24.0 Adding numpy 1.24.0 to easy-install.pth file Installing f2py script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3 script to /root/miniforge3/envs/weis-env-develop/bin Installing f2py3.10 script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for openmdao==3.29.0 Best match: openmdao 3.29.0 Adding openmdao 3.29.0 to easy-install.pth file Installing openmdao script to /root/miniforge3/envs/weis-env-develop/bin Installing reset_notebook script to /root/miniforge3/envs/weis-env-develop/bin Installing run_om_test script to /root/miniforge3/envs/weis-env-develop/bin Installing webview script to /root/miniforge3/envs/weis-env-develop/bin Installing wingproj script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for jsonschema==4.19.1 Best match: jsonschema 4.19.1 Adding jsonschema 4.19.1 to easy-install.pth file Installing jsonschema script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for matplotlib==3.8.0 Best match: matplotlib 3.8.0 Adding matplotlib 3.8.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pyDOE2==1.3.0 Best match: pyDOE2 1.3.0 Adding pyDOE2 1.3.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for scikit-learn==1.3.2 Best match: scikit-learn 1.3.2 Adding scikit-learn 1.3.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for networkx==3.2.1 Best match: networkx 3.2.1 Adding networkx 3.2.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for packaging==23.2 Best match: packaging 23.2 Adding packaging 23.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for requests==2.31.0 Best match: requests 2.31.0 Adding requests 2.31.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for referencing==0.30.2 Best match: referencing 0.30.2 Adding referencing 0.30.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for jsonschema-specifications==2023.7.1 Best match: jsonschema-specifications 2023.7.1 Adding jsonschema-specifications 2023.7.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for rpds-py==0.10.6 Best match: rpds-py 0.10.6 Adding rpds-py 0.10.6 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for attrs==23.1.0 Best match: attrs 23.1.0 Adding attrs 23.1.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for fonttools==4.43.1 Best match: fonttools 4.43.1 Adding fonttools 4.43.1 to easy-install.pth file Installing fonttools script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftmerge script to /root/miniforge3/envs/weis-env-develop/bin Installing pyftsubset script to /root/miniforge3/envs/weis-env-develop/bin Installing ttx script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for contourpy==1.1.1 Best match: contourpy 1.1.1 Adding contourpy 1.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for Pillow==10.1.0 Best match: Pillow 10.1.0 Adding Pillow 10.1.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for python-dateutil==2.8.2 Best match: python-dateutil 2.8.2 Adding python-dateutil 2.8.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for cycler==0.12.1 Best match: cycler 0.12.1 Adding cycler 0.12.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for pyparsing==3.1.1 Best match: pyparsing 3.1.1 Adding pyparsing 3.1.1 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for kiwisolver==1.4.5 Best match: kiwisolver 1.4.5 Adding kiwisolver 1.4.5 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for joblib==1.3.2 Best match: joblib 1.3.2 Adding joblib 1.3.2 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for threadpoolctl==3.2.0 Best match: threadpoolctl 3.2.0 Adding threadpoolctl 3.2.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for certifi==2023.7.22 Best match: certifi 2023.7.22 Processing certifi-2023.7.22-py3.10.egg certifi 2023.7.22 is already the active version in easy-install.pth

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages/certifi-2023.7.22-py3.10.egg Searching for urllib3==1.26.18 Best match: urllib3 1.26.18 Adding urllib3 1.26.18 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for idna==3.4 Best match: idna 3.4 Adding idna 3.4 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for charset-normalizer==3.3.1 Best match: charset-normalizer 3.3.1 Adding charset-normalizer 3.3.1 to easy-install.pth file Installing normalizer script to /root/miniforge3/envs/weis-env-develop/bin

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Searching for six==1.16.0 Best match: six 1.16.0 Adding six 1.16.0 to easy-install.pth file

Using /root/miniforge3/envs/weis-env-develop/lib/python3.10/site-packages Finished processing dependencies for WEIS==1.1 INFO: ########### EXT COMPILER OPTIMIZATION ########### INFO: Platform : Architecture: x64 Compiler : gcc

CPU baseline : Requested : 'min' Enabled : SSE SSE2 SSE3 Flags : -msse -msse2 -msse3 Extra checks: none

CPU dispatch : Requested : 'max -xop -fma4' Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL Generated : none INFO: CCompilerOpt.cache_flush[857] : write cache to path -> /mnt/c/Users/s2113132/WEIS_develop/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py`

gbarter commented 11 months ago

I see the error:

Traceback (most recent call last):
File "/mnt/c/Users/s2113132/WEIS_develop/WISDEM/setup.py", line 104, in
run_meson_build(staging_dir)
File "/mnt/c/Users/s2113132/WEIS_develop/WISDEM/setup.py", line 44, in run_meson_build
raise OSError("The meson command cannot be found on the system")
OSError: The meson command cannot be found on the system

That is why WISDEM isn't installing. You can try conda install wisdem or if you want to try the installation from source again you could do conda install meson ninja and then the pythons setup.py develop command again.