INFO: No output directory specified (--dir) INFO: Using directory: "Test_FluoPowder_20251123_030407" INFO: Regenerating c-file: Test_FluoPowder.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_FluoPowder.c Test_FluoPowder.instr ----------------------------------------------------------- WARNING: Existing (COPY) EXTEND block in COMPONENT FluoG: EXTEND %{ if (!SCATTERED) ABSORB; scatt_type = type; %} is overwritten by: EXTEND %{ if (SCATTERED) scatt_type = type; %} ----------------------------------------------------------- ----------------------------------------------------------- WARNING: Existing (COPY) EXTEND block in COMPONENT PowG: EXTEND %{ if (!SCATTERED) ABSORB; scatt_type=3; %} is overwritten by: EXTEND %{ if (SCATTERED) scatt_type=DIFFRACTION; else ABSORB; %} ----------------------------------------------------------- CFLAGS= @XRLFLAGS@ -DUSE_OFF -DFUNNEL WARNING: The parameter format of Pow 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 mat_format of Pow 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 SX 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 SX 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 powder_format of FL_pow 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: -> SPLIT N at component sample_cradle ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> SPLIT within buffer at component sample_cradle Component FL_pow is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component FL_pow Component Fluo is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. Component FluoG is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> GPU kernel from component PowG ----------------------------------------------------------- DEBUG: CMD: mcxtrace finished INFO: Recompiling: Test_FluoPowder.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_FluoPowder.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_FluoPowder.c Test_FluoPowder.c(1818): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_FluoPowder.c(1818): note: consider using '%zi' in the format string Test_FluoPowder.c(15750): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_FluoPowder.c(15750): note: consider using '%zi' in the format string Test_FluoPowder.c(19193): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int' Test_FluoPowder.c(19193): warning C4313: 'printf': '%s' in format string conflicts with argument 1 of type 'int' Test_FluoPowder.c(19202): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int' Test_FluoPowder.c(19202): warning C4313: 'printf': '%s' in format string conflicts with argument 1 of type 'int' Test_FluoPowder.c(19202): warning C4477: 'printf' : format string '%i' requires an argument of type 'int', but variadic argument 2 has type 'char *' Test_FluoPowder.c(19202): warning C4313: 'printf': '%i' in format string conflicts with argument 2 of type 'char *' Test_FluoPowder.c(19213): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'double' Test_FluoPowder.c(19213): warning C4477: 'printf' : format string '%g' requires an argument of type 'double', but variadic argument 3 has type 'char *' Test_FluoPowder.c(19219): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'double' Test_FluoPowder.c(19965): warning C4005: 'min': macro redefinition C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\stdlib.h(1283): note: see previous definition of 'min' Test_FluoPowder.c(19966): warning C4005: 'max': macro redefinition C:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt\stdlib.h(1282): note: see previous definition of 'max' Microsoft (R) Incremental Linker Version 14.44.35219.0 Copyright (C) Microsoft Corporation. All rights reserved. /out:Test_FluoPowder.exe /debug msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib /LIBPATH:C:\Miniconda\envs\mcxtrace/Library/lib xrl.lib Test_FluoPowder.obj DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" finished INFO: ===