INFO: No output directory specified (--dir) INFO: Using directory: "ILL_BRISP_20240617_100141" INFO: Regenerating c-file: ILL_BRISP.c DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas -t -o ./ILL_BRISP.c /Users/peterwillendrup/tmp/mcstas-test/20240617_1000_29/mcstas-3.4.49_Darwin/ILL_BRISP/ILL_BRISP.instr Info: 'Guide_honeycomb' is a contributed component. CFLAGS= --> Added COMPONENT Monok USERVAR ncol_6 with type int --> Added COMPONENT Monok USERVAR nrow_6 with type int WARNING: The parameter powder_format of Environment_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 Monok -> SPLIT N at component SamplePos ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> SPLIT within buffer at component Monok -> SPLIT within buffer at component SamplePos ----------------------------------------------------------- DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas finished INFO: Recompiling: ./ILL_BRISP.out DEBUG: CMD: mpicc -o ./ILL_BRISP.out ./ILL_BRISP.c -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/peterwillendrup/miniforge3/lib -L/Users/peterwillendrup/miniforge3/lib -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/peterwillendrup/miniforge3/include -DUSE_MPI -lmpi -headerpad_max_install_names -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/peterwillendrup/miniforge3/include -fdebug-prefix-map=/Users/runner/miniforge3/conda-bld/mcstas-suite_1718556543798/work=/usr/local/src/conda/mcstas-core-3.4.49 -fdebug-prefix-map=/Users/peterwillendrup/miniforge3=/usr/local/src/conda-prefix -O2 -g -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/Users/peterwillendrup/miniforge3/include -Wl,-rpath,/Users/peterwillendrup/miniforge3/lib -L/Users/peterwillendrup/miniforge3/lib -fno-PIC -fPIE -flto -O3 -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm ./ILL_BRISP.c:3635:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./ILL_BRISP.c:17586:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] sprintf(ncol_var,"ncol_%i",_comp->_index); ~~ ^~~~~~~~~~~~~ %li /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ ./ILL_BRISP.c:17587:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] sprintf(nrow_var,"nrow_%i",_comp->_index); ~~ ^~~~~~~~~~~~~ %li /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ ./ILL_BRISP.c:19861:57: warning: for loop has empty body [-Wempty-body] if (n==0) { for(n=0; x<((2*n-1)*(GVars.w1c+d)); n--); nv=n; } ^ ./ILL_BRISP.c:19861:57: note: put the semicolon on a separate line to silence this warning ./ILL_BRISP.c:19868:56: warning: for loop has empty body [-Wempty-body] if (m1==0) { for (m1=0; y<((2*m1-1)*(y_min)); m1--); mv=m1; } ^ ./ILL_BRISP.c:19868:56: note: put the semicolon on a separate line to silence this warning ./ILL_BRISP.c:19860:46: warning: for loop has empty body [-Wempty-body] for(n=0; x>((2*n+1)*(GVars.w1c+d)) ; n++); nv=n; ^ ./ILL_BRISP.c:19860:46: note: put the semicolon on a separate line to silence this warning ./ILL_BRISP.c:19867:39: warning: for loop has empty body [-Wempty-body] for(m1=0;y>((2*m1+1)*y_min); m1++); mv=m1; ^ ./ILL_BRISP.c:19867:39: note: put the semicolon on a separate line to silence this warning 7 warnings generated. DEBUG: CMD: mpicc finished INFO: ===