INFO: No output directory specified (--dir) INFO: Using directory: "Histogrammer_20250506_032255" INFO: Regenerating c-file: Histogrammer.c DEBUG: CMD: /Users/runner/work/McCode/McCode/install_mcstas/bin/mcstas -t -o ./Histogrammer.c Histogrammer.instr Warning: 'Virtual_input' is an obsolete component (not maintained). CFLAGS= -DFUNNEL @MCPLFLAGS@ ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: Component Virtualinput is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component Virtualinput -> GPU kernel from component MCPLinput ----------------------------------------------------------- DEBUG: CMD: /Users/runner/work/McCode/McCode/install_mcstas/bin/mcstas finished INFO: Recompiling: ./Histogrammer.out --> launching cmd: mcpl-config --show buildflags DEBUG: CMD: mpicc -o ./Histogrammer.out ./Histogrammer.c -lm -DUSE_MPI -lmpi -headerpad_max_install_names -O2 -g -DNDEBUG -isysroot /Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -D_DARWIN_C_SOURCE -I${CONDA_PREFIX}/include -Wl,-rpath,${CONDA_PREFIX}/lib -L${CONDA_PREFIX}/lib -fno-PIC -fPIE -flto -O3 -mtune=native -march=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm -DFUNNEL -Wl,-rpath,/opt/homebrew/lib/python3.13/site-packages/_mcpl_core/data/lib -Wl,/opt/homebrew/lib/python3.13/site-packages/_mcpl_core/data/lib/libmcpl.dylib -I/opt/homebrew/lib/python3.13/site-packages/_mcpl_core/data/include ./Histogrammer.c:3780:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./Histogrammer.c:14557:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( file_mode == 1 ))) // conditional WHEN execution ~~~~~~~~~~^~~~ ./Histogrammer.c:14557:24: note: remove extraneous parentheses around the comparison to silence this warning if ((( file_mode == 1 ))) // conditional WHEN execution ~ ^ ~ ./Histogrammer.c:14557:24: note: use '=' to turn this equality comparison into an assignment if ((( file_mode == 1 ))) // conditional WHEN execution ^~ = ./Histogrammer.c:14579:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( file_mode == 5 ))) // conditional WHEN execution ~~~~~~~~~~^~~~ ./Histogrammer.c:14579:24: note: remove extraneous parentheses around the comparison to silence this warning if ((( file_mode == 5 ))) // conditional WHEN execution ~ ^ ~ ./Histogrammer.c:14579:24: note: use '=' to turn this equality comparison into an assignment if ((( file_mode == 5 ))) // conditional WHEN execution ^~ = 3 warnings generated. ld: warning: ignoring duplicate libraries: '-lm', '-lmpi' ld: warning: search path '/lib' not found DEBUG: CMD: mpicc finished INFO: ===