INFO: No output directory specified (--dir) INFO: Using directory: "ISIS_CRISP_20240617_100615" INFO: Regenerating c-file: ISIS_CRISP.c DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas -t -o ./ISIS_CRISP.c /Users/peterwillendrup/tmp/mcstas-test/20240617_1000_29/mcstas-3.4.49_Darwin/ISIS_CRISP/ISIS_CRISP.instr Info: 'ISIS_moderator' is a contributed component. Info: 'Multilayer_Sample' is a contributed component. CFLAGS= @GSLFLAGS@ -DFUNNEL WARNING: The parameter sldPar of samp1 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 dPar of samp1 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 sigmaPar of samp1 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 samp1 is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component samp1 -> GPU kernel from component slit3 ----------------------------------------------------------- DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas finished INFO: Recompiling: ./ISIS_CRISP.out DEBUG: CMD: mpicc -o ./ISIS_CRISP.out ./ISIS_CRISP.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 -I/Users/peterwillendrup/miniforge3/include -Wl,-rpath,/Users/peterwillendrup/miniforge3/lib -L/Users/peterwillendrup/miniforge3/lib -lgsl -lgslcblas -DFUNNEL ./ISIS_CRISP.c:3568:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./ISIS_CRISP.c:6912:5: warning: '/*' within block comment [-Wcomment] /* ^ ./ISIS_CRISP.c:11023:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (pos=strtok(0,"=")) ~~~^~~~~~~~~~~~~~ ./ISIS_CRISP.c:11023:16: note: place parentheses around the assignment to silence this warning while (pos=strtok(0,"=")) ^ ( ) ./ISIS_CRISP.c:11023:16: note: use '==' to turn this assignment into an equality comparison while (pos=strtok(0,"=")) ^ == 3 warnings generated. DEBUG: CMD: mpicc finished INFO: ===