AndrewUshakov
AndrewUshakov
Version 2021.3-211...
> Is this strictly a serial issue? Yes, serial, using attached r0.sh. I usually solve problems with free surface, and convergence is poor even in 1 CPU mode. > I...
Hi, I just found a reason of the discussed error. The first parameter of the function ` double *AZ_manage_memory(unsigned int input_size, int action, int type, char *name, int *status) `...
JFYI: I was able to resolve discussed issue in aztecoo and just created the pull request in the Trilinos repository https://github.com/trilinos/Trilinos/pull/10436
I just tried TETRA4. Result is the same.
I am so sorry, but I just reproduced initial issue with Windows 11, Python 3.10.5, pipdeptree 2.2.1, pip 22.1.1, virtualenv 20.16.3 and netCDF4 1.6.0.
Thank you! I do not see this error now.
@serge-sans-paille I solved this issue by defining full path to clang-cl.exe in the file .pythranrc but had to use short legacy names to avoid spaces in the path: `[compiler]` `CC=C:\PROGRA~2\MIB055~1\2019\BUILDT~1\VC\Tools\Llvm\x64\bin\clang-cl.exe`...
@serge-sans-paille If use quotes, output to console looks like: `E: error: Command "'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\Llvm\x64\bin\clang-cl.exe' ... failed with exit status 127` Without quotes, all is Ok, Sorry. Probably...