INFO: No output directory specified (--dir) INFO: Using directory: "ISIS_OSIRIS_20240617_100630" INFO: Regenerating c-file: ISIS_OSIRIS.c DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas -t -o ./ISIS_OSIRIS.c /Users/peterwillendrup/tmp/mcstas-test/20240617_1000_29/mcstas-3.4.49_Darwin/ISIS_OSIRIS/ISIS_OSIRIS.instr Info: 'ISIS_moderator' is a contributed component. Info: 'Guide_curved' is a contributed component. CFLAGS= ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: /Users/peterwillendrup/miniforge3/bin/mcstas finished INFO: Recompiling: ./ISIS_OSIRIS.out DEBUG: CMD: mpicc -o ./ISIS_OSIRIS.out ./ISIS_OSIRIS.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 ./ISIS_OSIRIS.c:3581:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./ISIS_OSIRIS.c:6927:5: warning: '/*' within block comment [-Wcomment] /* ^ ./ISIS_OSIRIS.c:18770:16: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] sinTheta = abs(vx)/vel; ^ ./ISIS_OSIRIS.c:18770:16: note: use function 'fabs' instead sinTheta = abs(vx)/vel; ^~~ fabs ./ISIS_OSIRIS.c:19331:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( _instrument_var._parameters.LAMBDA == 0 ))) // conditional WHEN execution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./ISIS_OSIRIS.c:19331:49: note: remove extraneous parentheses around the comparison to silence this warning if ((( _instrument_var._parameters.LAMBDA == 0 ))) // conditional WHEN execution ~ ^ ~ ./ISIS_OSIRIS.c:19331:49: note: use '=' to turn this equality comparison into an assignment if ((( _instrument_var._parameters.LAMBDA == 0 ))) // conditional WHEN execution ^~ = ./ISIS_OSIRIS.c:19353:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( _instrument_var._parameters.LAMBDA == 0 ))) // conditional WHEN execution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./ISIS_OSIRIS.c:19353:49: note: remove extraneous parentheses around the comparison to silence this warning if ((( _instrument_var._parameters.LAMBDA == 0 ))) // conditional WHEN execution ~ ^ ~ ./ISIS_OSIRIS.c:19353:49: note: use '=' to turn this equality comparison into an assignment if ((( _instrument_var._parameters.LAMBDA == 0 ))) // conditional WHEN execution ^~ = 5 warnings generated. DEBUG: CMD: mpicc finished INFO: ===