INFO: No output directory specified (--dir) INFO: Using directory: "Simple_1shell_20251123_030217" INFO: Regenerating c-file: Simple_1shell.c WARNING: Full-path code-generator "C:\Miniconda\envs\mcxtrace\bin\mcxtrace" not found!! WARNING: Attempting replacement by "mcxtrace" DEBUG: CMD: mcxtrace -t -o Simple_1shell.c Simple_1shell.instr CFLAGS= ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: mcxtrace finished INFO: Recompiling: Simple_1shell.exe DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" Simple_1shell.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. Simple_1shell.c Simple_1shell.c(1811): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 1 has type 'size_t' Simple_1shell.c(1811): note: consider using '%zi' in the format string Simple_1shell.c(10545): warning C4477: 'printf' : format string '%li' requires an argument of type 'long', but variadic argument 2 has type 'size_t' Simple_1shell.c(10545): note: consider using '%zi' in the format string Simple_1shell.c(13826): warning C4473: 'fprintf' : not enough arguments passed for format string Simple_1shell.c(13826): note: placeholders and their parameters expect 3 variadic arguments, but 1 were provided Simple_1shell.c(13826): note: the missing variadic argument 2 is required by format string '%g' Simple_1shell.c(14368): 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' Simple_1shell.c(14369): 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:Simple_1shell.exe /debug msmpi.lib /LIBPATH:C:/Miniconda/envs/mcxtrace/Library/lib Simple_1shell.obj DEBUG: CMD: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe" finished INFO: ===