INFO: No output directory specified (--dir) INFO: Using directory: "Histogrammer_20240617_101240" INFO: Regenerating c-file: Histogrammer.c DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas -t -o ./Histogrammer.c /Users/peterwillendrup/tmp/mcstas-test/20240617_1000_29/mcstas-3.4.49_Darwin/Histogrammer/Histogrammer.instr Warning: 'Virtual_input' is an obsolete component (not maintained). CFLAGS= -DFUNNEL -Wl,-rpath,CMD(mcpl-config --show libdir) -LCMD(mcpl-config --show libdir) -lmcpl -ICMD(mcpl-config --show includedir) ----------------------------------------------------------- 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/peterwillendrup/miniforge3/bin/mcstas finished INFO: Recompiling: ./Histogrammer.out --> launching cmd: mcpl-config --show libdir --> launching cmd: mcpl-config --show libdir --> launching cmd: mcpl-config --show includedir DEBUG: CMD: mpicc -o ./Histogrammer.out ./Histogrammer.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 -DFUNNEL -Wl,-rpath,/Users/peterwillendrup/miniforge3/lib -L/Users/peterwillendrup/miniforge3/lib -lmcpl -I/Users/peterwillendrup/miniforge3/include ./Histogrammer.c:3568:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./Histogrammer.c:12432:37: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] (long unsigned)repeat_count,(long unsigned)repeat_cnt*nparticles); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Histogrammer.c:583:5: note: expanded from macro 'MPI_MASTER' { statement; } \ ^~~~~~~~~ ./Histogrammer.c:12435:20: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] mpi_node_count,(long unsigned)mpi_node_count*repeat_cnt*nparticles); ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Histogrammer.c:583:5: note: expanded from macro 'MPI_MASTER' { statement; } \ ^~~~~~~~~ ./Histogrammer.c:12527:36: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] (long unsigned)repeat_count,(long unsigned)repeat_cnt*read_neutrons); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Histogrammer.c:13793:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( file_mode == 1 ))) // conditional WHEN execution ~~~~~~~~~~^~~~ ./Histogrammer.c:13793:24: note: remove extraneous parentheses around the comparison to silence this warning if ((( file_mode == 1 ))) // conditional WHEN execution ~ ^ ~ ./Histogrammer.c:13793:24: note: use '=' to turn this equality comparison into an assignment if ((( file_mode == 1 ))) // conditional WHEN execution ^~ = ./Histogrammer.c:13815:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( file_mode == 5 ))) // conditional WHEN execution ~~~~~~~~~~^~~~ ./Histogrammer.c:13815:24: note: remove extraneous parentheses around the comparison to silence this warning if ((( file_mode == 5 ))) // conditional WHEN execution ~ ^ ~ ./Histogrammer.c:13815:24: note: use '=' to turn this equality comparison into an assignment if ((( file_mode == 5 ))) // conditional WHEN execution ^~ = 6 warnings generated. DEBUG: CMD: mpicc finished INFO: ===