INFO: No output directory specified (--dir) INFO: Using directory: "RTP_DIF_20240617_144734" INFO: Regenerating c-file: RTP_DIF.c DEBUG: CMD: C:\mcstas-3.4.49\bin\mcstas -t -o RTP_DIF.c C:\\Users\\pkwi\\mcstas-test\\20240617_1415_53\\mcstas-3.4.49_singlecore_Windows\\RTP_DIF\\RTP_DIF.instr --> Added COMPONENT mono1 USERVAR ncol_9 with type int --> Added COMPONENT mono1 USERVAR nrow_9 with type int --> Added COMPONENT mono2 USERVAR ncol_10 with type int --> Added COMPONENT mono2 USERVAR nrow_10 with type int --> Added COMPONENT mono3 USERVAR ncol_11 with type int --> Added COMPONENT mono3 USERVAR nrow_11 with type int WARNING: The parameter format of container_in 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 mono_cradle -> SPLIT N at component sample_position ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> SPLIT within buffer at component mono_cradle -> SPLIT within buffer at component sample_position ----------------------------------------------------------- CFLAGS= DEBUG: CMD: C:\mcstas-3.4.49\bin\mcstas finished INFO: Recompiling: RTP_DIF.exe DEBUG: CMD: gcc -o RTP_DIF.exe RTP_DIF.c -flto -O3 -mtune=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm RTP_DIF.c: In function 'mcuse_dir': RTP_DIF.c:3862:8: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] if(mkdir(dirname, 0777)) { ^ RTP_DIF.c: In function 'sighandler': RTP_DIF.c:6012: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: ===