INFO: No output directory specified (--dir) INFO: Using directory: "Test_capillary_20251123_030353" INFO: Regenerating c-file: Test_capillary.c WARNING: Full-path code-generator "C:\Miniconda\envs\mcxtrace\bin\mcxtrace" not found!! WARNING: Attempting replacement by "mcxtrace" DEBUG: CMD: mcxtrace -t -o Test_capillary.c Test_capillary.instr CFLAGS= ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: mcxtrace finished INFO: Recompiling: Test_capillary.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_capillary.c /DUSE_MPI /DYNAMICBASE /DWIN32 /D_WINDOWS /Zi /O2 /Ob1 /DNDEBUG /IC:/Miniconda/envs/mcxtrace/Library/include -DNDEBUG -D_POSIX_SOURCE /link msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35219 for x64 Copyright (C) Microsoft Corporation. All rights reserved. Test_capillary.c Test_capillary.c(1818): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_capillary.c(1818): note: consider using '%zi' in the format string Test_capillary.c(11374): error C2146: syntax error: missing ';' before identifier 'qp' Test_capillary.c(11374): error C2065: 'qp': undeclared identifier Test_capillary.c(11374): error C2065: 'Rc': undeclared identifier Test_capillary.c(11384): error C2065: 'qp': undeclared identifier Test_capillary.c(11384): error C2088: built-in operator '+' cannot be applied to an operand of type '_Fcomplex' Test_capillary.c(11386): error C2065: 'qp': undeclared identifier Test_capillary.c(11386): error C2088: built-in operator '*' cannot be applied to an operand of type '_Fcomplex' Test_capillary.c(11386): error C2198: '_Dcomplex csqrt(_Dcomplex)': too few arguments for call Test_capillary.c(11386): error C2440: '=': cannot convert from '_Dcomplex' to 'int' Test_capillary.c(11389): error C2065: 'Rc': undeclared identifier Test_capillary.c(11389): error C2065: 'qp': undeclared identifier Test_capillary.c(11389): error C2065: 'qp': undeclared identifier Test_capillary.c(11390): error C2065: 'Rc': undeclared identifier Test_capillary.c(11390): error C2440: 'function': cannot convert from 'int' to '_Dcomplex' Test_capillary.c(11390): warning C4024: 'cabs': different types for formal and actual parameter 1 Test_capillary.c(11393): error C2065: 'Rc': undeclared identifier Test_capillary.c(11393): error C2440: 'function': cannot convert from 'int' to '_Dcomplex' Test_capillary.c(11393): warning C4024: 'cimag': different types for formal and actual parameter 1 Test_capillary.c(11393): error C2065: 'Rc': undeclared identifier Test_capillary.c(11393): error C2440: 'function': cannot convert from 'int' to '_Dcomplex' Test_capillary.c(11393): warning C4024: 'creal': different types for formal and actual parameter 1 INFO: call to "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" failed with Command '"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_capillary.c /DUSE_MPI /DYNAMICBASE /DWIN32 /D_WINDOWS /Zi /O2 /Ob1 /DNDEBUG /IC:/Miniconda/envs/mcxtrace/Library/include -DNDEBUG -D_POSIX_SOURCE /link msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib' returned non-zero exit status 2. ERROR: Compilation failed for Test_capillary.c using compiler C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe