INFO: No output directory specified (--dir) INFO: Using directory: "Test_SX_20251123_030417" INFO: Regenerating c-file: Test_SX.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_SX.c Test_SX.instr ----------------------------------------------------------- WARNING: Existing (COPY) EXTEND block in COMPONENT SX: EXTEND %{ if(!SCATTERED) ABSORB; else if (hkl_info.type == 'c') Stype=DIFFRACTION; else Stype=FLUORESCENCE; %} is overwritten by: EXTEND %{ if (SCATTERED) { if (hkl_info.type == 'c') Stype=DIFFRACTION; else Stype=FLUORESCENCE; } else ABSORB; %} ----------------------------------------------------------- CFLAGS= @XRLFLAGS@ -DUSE_OFF -DFUNNEL WARNING: The parameter mosaic_AB of sample 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. WARNING: The parameter surf_dir of sample 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. WARNING: The parameter mosaic_AB of sampleF 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: Component sampleF is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component sampleF Component FluoG is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> GPU kernel from component SX ----------------------------------------------------------- DEBUG: CMD: mcxtrace finished INFO: Recompiling: Test_SX.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_SX.c /DUSE_MPI /DYNAMICBASE /DWIN32 /D_WINDOWS /Zi /O2 /Ob1 /DNDEBUG /IC:/Miniconda/envs/mcxtrace/Library/include -DNDEBUG -D_POSIX_SOURCE /IC:\Miniconda\envs\mcxtrace/Library/include -DUSE_OFF -DFUNNEL /link msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib /LIBPATH:C:\Miniconda\envs\mcxtrace/Library/lib xrl.lib Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35219 for x64 Copyright (C) Microsoft Corporation. All rights reserved. Test_SX.c Test_SX.c(1818): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_SX.c(1818): note: consider using '%zi' in the format string Test_SX.c(15496): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int' Test_SX.c(15496): warning C4313: 'printf': '%s' in format string conflicts with argument 1 of type 'int' Test_SX.c(15505): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int' Test_SX.c(15505): warning C4313: 'printf': '%s' in format string conflicts with argument 1 of type 'int' Test_SX.c(15505): warning C4477: 'printf' : format string '%i' requires an argument of type 'int', but variadic argument 2 has type 'char *' Test_SX.c(15505): warning C4313: 'printf': '%i' in format string conflicts with argument 2 of type 'char *' Test_SX.c(15516): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'double' Test_SX.c(15516): warning C4477: 'printf' : format string '%g' requires an argument of type 'double', but variadic argument 3 has type 'char *' Test_SX.c(15522): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'double' Microsoft (R) Incremental Linker Version 14.44.35219.0 Copyright (C) Microsoft Corporation. All rights reserved. /out:Test_SX.exe /debug msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib /LIBPATH:C:\Miniconda\envs\mcxtrace/Library/lib xrl.lib Test_SX.obj DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" finished INFO: ===