INFO: No output directory specified (--dir) INFO: Using directory: "ILL_IN5_20240617_100540" INFO: Regenerating c-file: ILL_IN5.c DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas -t -o ./ILL_IN5.c /Users/peterwillendrup/tmp/mcstas-test/20240617_1000_29/mcstas-3.4.49_Darwin/ILL_IN5/ILL_IN5.instr Info: 'PSD_Detector' is a contributed component. CFLAGS= WARNING: The parameter powder_format of SAMPLE 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 hous 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: ----------------------------------------------------------- DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas finished INFO: Recompiling: ./ILL_IN5.out DEBUG: CMD: mpicc -o ./ILL_IN5.out ./ILL_IN5.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_IN5.c:3568:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./ILL_IN5.c:18485:15: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] det_angle = abs(ang_fin-ang_ini)/2.0 + ang_ini; ^ ./ILL_IN5.c:18485:15: note: use function 'fabs' instead det_angle = abs(ang_fin-ang_ini)/2.0 + ang_ini; ^~~ fabs ./ILL_IN5.c:20755:11: warning: 'HUGE_VAL' macro redefined [-Wmacro-redefined] #define HUGE_VAL DBL_MAX ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/math.h:58:15: note: previous definition is here # define HUGE_VAL __builtin_huge_val() ^ 3 warnings generated. DEBUG: CMD: mpicc finished INFO: ===