INFO: No output directory specified (--dir) INFO: Using directory: "Test_powder_20251123_040417" INFO: Regenerating c-file: Test_powder.c WARNING: Full-path code-generator "C:\Miniconda\envs\mcstas\bin\mcstas" not found!! WARNING: Attempting replacement by "mcstas" DEBUG: CMD: mcstas -t -o Test_powder.c Test_powder.instr CFLAGS= -DFUNNEL WARNING: The parameter format of test_powder 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 test_sample is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component test_sample -> GPU kernel from component m4pi ----------------------------------------------------------- DEBUG: CMD: mcstas finished INFO: Recompiling: Test_powder.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Test_powder.c /DUSE_MPI /DYNAMICBASE /DWIN32 /D_WINDOWS /Zi /O2 /Ob1 /DNDEBUG /IC:/Miniconda/envs/mcstas/Library/include -DNDEBUG -D_POSIX_SOURCE -DFUNNEL /link msmpi.lib /LIBPATH:C:/Miniconda/envs/mcstas/Library/lib Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35219 for x64 Copyright (C) Microsoft Corporation. All rights reserved. Test_powder.c Test_powder.c(1821): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Test_powder.c(1821): note: consider using '%zi' in the format string D:\a\McCode\McCode\run_test-suite\mcstas-3.99.99_mpi_x_2_windows-latest_msmpi_Windows\Test_powder\Test_powder.c(19600) : warning C4700: uninitialized local variable 'count' used D:\a\McCode\McCode\run_test-suite\mcstas-3.99.99_mpi_x_2_windows-latest_msmpi_Windows\Test_powder\Test_powder.c(11289) : warning C4700: uninitialized local variable 'vector2' used D:\a\McCode\McCode\run_test-suite\mcstas-3.99.99_mpi_x_2_windows-latest_msmpi_Windows\Test_powder\Test_powder.c(13865) : warning C4700: uninitialized local variable 'temp_pointer' used D:\a\McCode\McCode\run_test-suite\mcstas-3.99.99_mpi_x_2_windows-latest_msmpi_Windows\Test_powder\Test_powder.c(12989) : warning C4700: uninitialized local variable 'square_center' used Microsoft (R) Incremental Linker Version 14.44.35219.0 Copyright (C) Microsoft Corporation. All rights reserved. /out:Test_powder.exe /debug msmpi.lib /LIBPATH:C:/Miniconda/envs/mcstas/Library/lib Test_powder.obj DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" finished INFO: ===