INFO: No output directory specified (--dir) INFO: Using directory: "ILL_H8_IN1_20240617_100527" INFO: Regenerating c-file: ILL_H8_IN1.c DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas -t -o ./ILL_H8_IN1.c /Users/peterwillendrup/tmp/mcstas-test/20240617_1000_29/mcstas-3.4.49_Darwin/ILL_H8_IN1/ILL_H8_IN1.instr CFLAGS= --> Added COMPONENT PG1Xtal USERVAR ncol_10 with type int --> Added COMPONENT PG1Xtal USERVAR nrow_10 with type int --> Added COMPONENT PG2Xtal USERVAR ncol_20 with type int --> Added COMPONENT PG2Xtal USERVAR nrow_20 with type int 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. ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: -> SPLIT N at component PG1Xtal -> SPLIT N at component Sample_Cradle -> SPLIT N at component PG2Xtal ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> SPLIT within buffer at component PG1Xtal -> SPLIT within buffer at component Sample_Cradle -> SPLIT within buffer at component PG2Xtal ----------------------------------------------------------- DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas finished INFO: Recompiling: ./ILL_H8_IN1.out DEBUG: CMD: mpicc -o ./ILL_H8_IN1.out ./ILL_H8_IN1.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_H8_IN1.c:3593:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./ILL_H8_IN1.c:14150:11: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] if (fabs(arg > 1)) ^ ./ILL_H8_IN1.c:14150:11: note: use function 'abs' instead if (fabs(arg > 1)) ^~~~ abs ./ILL_H8_IN1.c:14162:11: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] if (fabs(arg > 1)) ^ ./ILL_H8_IN1.c:14162:11: note: use function 'abs' instead if (fabs(arg > 1)) ^~~~ abs ./ILL_H8_IN1.c:14604:6: warning: address of array 'lmonopts' will always evaluate to 'true' [-Wpointer-bool-conversion] if(lmonopts && strlen(lmonopts)) ^~~~~~~~ ~~ ./ILL_H8_IN1.c:14605:49: warning: address of array 'lmonopts' will always evaluate to 'true' [-Wpointer-bool-conversion] stracpy(_D4_SC2_1D_var._parameters.options, lmonopts ? lmonopts : "", 16384); ^~~~~~~~ ~ ./ILL_H8_IN1.c:14960:6: warning: address of array 'ethmonopts' will always evaluate to 'true' [-Wpointer-bool-conversion] if(ethmonopts && strlen(ethmonopts)) ^~~~~~~~~~ ~~ ./ILL_H8_IN1.c:14961:49: warning: address of array 'ethmonopts' will always evaluate to 'true' [-Wpointer-bool-conversion] stracpy(_D7_SC3_1D_var._parameters.options, ethmonopts ? ethmonopts : "", 16384); ^~~~~~~~~~ ~ ./ILL_H8_IN1.c:15888: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_H8_IN1.c:15889: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__) ^~~~~~~~~~~ 9 warnings generated. DEBUG: CMD: mpicc finished INFO: ===