INFO: No output directory specified (--dir) INFO: Using directory: "Test_Sqw_20251123_030420" INFO: Regenerating c-file: Test_Sqw.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_Sqw.c Test_Sqw.instr CFLAGS= WARNING: The parameter powder_format of Sqw is initialized using a static {,,,} vector. -> Such static vectors support literal numbers ONLY. -> Any vector use of variables or defines must happen via a DECLARE/INITIALIZE pointer. ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: mcxtrace finished INFO: Recompiling: Test_Sqw.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_Sqw.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_Sqw.c Test_Sqw.c(1811): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_Sqw.c(1811): note: consider using '%zi' in the format string Test_Sqw.c(11231): error C2057: expected constant expression Test_Sqw.c(11231): error C2466: cannot allocate an array of constant size 0 Test_Sqw.c(11231): error C2133: 'w_file2full': unknown size Test_Sqw.c(11272): error C2057: expected constant expression Test_Sqw.c(11272): error C2466: cannot allocate an array of constant size 0 Test_Sqw.c(11272): error C2133: 'q_file2full': unknown size Test_Sqw.c(11566): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(11566): note: consider using '%zi' in the format string Test_Sqw.c(11621): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(11621): note: consider using '%zi' in the format string Test_Sqw.c(11673): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(11673): note: consider using '%zi' in the format string Test_Sqw.c(11685): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 3 has type 'size_t' Test_Sqw.c(11685): note: consider using '%zi' in the format string Test_Sqw.c(11720): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(11720): note: consider using '%zi' in the format string Test_Sqw.c(11734): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_Sqw.c(11734): note: consider using '%zi' in the format string Test_Sqw.c(11742): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 3 has type 'size_t' Test_Sqw.c(11742): note: consider using '%zi' in the format string 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_Sqw.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_Sqw.c using compiler C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe