INFO: No output directory specified (--dir) INFO: Using directory: "Union_external_component_20240617_150825" INFO: Regenerating c-file: Union_external_component.c DEBUG: CMD: C:\mcstas-3.4.49\bin\mcstas -t -o Union_external_component.c C:\\Users\\pkwi\\mcstas-test\\20240617_1415_53\\mcstas-3.4.49_singlecore_Windows\\Union_external_component\\Union_external_component.instr WARNING: The parameter format of Al_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. WARNING: The parameter format of cylinder_sample_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 cylinder_sample_powder Component test_sample_after is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component test_sample_after -> GPU kernel from component m4pi ----------------------------------------------------------- Warning: DECLARE block contains 2 assignments (= sign). Move them into an INITIALIZE section. May fail at compile. CFLAGS= -I@MCCODE_LIB@/share/ -DFUNNEL DEBUG: CMD: C:\mcstas-3.4.49\bin\mcstas finished INFO: Recompiling: Union_external_component.exe DEBUG: CMD: gcc -o Union_external_component.exe Union_external_component.c -flto -O3 -mtune=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm -IC:/mcstas-3.4.49/lib/share/ -DFUNNEL Union_external_component.c: In function 'mcuse_dir': Union_external_component.c:3838:8: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] if(mkdir(dirname, 0777)) { ^ Union_external_component.c: In function 'sighandler': Union_external_component.c:5988:64: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] printf("\n# " MCCODE_STRING ": [pid %i] Signal %i detected", getpid(), sig); ^ DEBUG: CMD: gcc finished INFO: ===