INFO: No output directory specified (--dir) INFO: Using directory: "Test_PowderN_20251123_030412" INFO: Regenerating c-file: Test_PowderN.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_PowderN.c Test_PowderN.instr 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 FlPow 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 FlPow is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component FlPow -> GPU kernel from component Sph_mon ----------------------------------------------------------- DEBUG: CMD: mcxtrace finished INFO: Recompiling: Test_PowderN.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_PowderN.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_PowderN.c Test_PowderN.c(1811): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_PowderN.c(1811): note: consider using '%zi' in the format string Test_PowderN.c(15513): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Test_PowderN.c(15513): note: consider using '%zi' in the format string Test_PowderN.c(17668): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int' Test_PowderN.c(17668): warning C4313: 'printf': '%s' in format string conflicts with argument 1 of type 'int' Test_PowderN.c(17677): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int' Test_PowderN.c(17677): warning C4313: 'printf': '%s' in format string conflicts with argument 1 of type 'int' Test_PowderN.c(17677): warning C4477: 'printf' : format string '%i' requires an argument of type 'int', but variadic argument 2 has type 'char *' Test_PowderN.c(17677): warning C4313: 'printf': '%i' in format string conflicts with argument 2 of type 'char *' Test_PowderN.c(17688): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'double' Test_PowderN.c(17688): warning C4477: 'printf' : format string '%g' requires an argument of type 'double', but variadic argument 3 has type 'char *' Test_PowderN.c(17694): warning C4477: 'printf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'double' Test_PowderN.c(18193): 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_PowderN.c(18194): 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_PowderN.exe /debug msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib /LIBPATH:C:\Miniconda\envs\mcxtrace/Library/lib xrl.lib Test_PowderN.obj DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" finished INFO: ===