INFO: No output directory specified (--dir) INFO: Using directory: "SANSsimple_20250506_032406" INFO: Regenerating c-file: SANSsimple.c DEBUG: CMD: /Users/runner/work/McCode/McCode/install_mcstas/bin/mcstas -t -o ./SANSsimple.c SANSsimple.instr Info: 'Sans_liposomes_new' is a contributed component. Info: 'SANSQMonitor' is a contributed component. CFLAGS= ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: -> SPLIT N at component sampleB ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> SPLIT within buffer at component sampleB ----------------------------------------------------------- DEBUG: CMD: /Users/runner/work/McCode/McCode/install_mcstas/bin/mcstas finished INFO: Recompiling: ./SANSsimple.out DEBUG: CMD: mpicc -o ./SANSsimple.out ./SANSsimple.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 ./SANSsimple.c:3780:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } /* siminfo_init */ ^ ./SANSsimple.c:9256:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((( _instrument_var._parameters.SAMPLE == 1 ))) // conditional WHEN execution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./SANSsimple.c:9256:49: note: remove extraneous parentheses around the comparison to silence this warning if ((( _instrument_var._parameters.SAMPLE == 1 ))) // conditional WHEN execution ~ ^ ~ ./SANSsimple.c:9256:49: note: use '=' to turn this equality comparison into an assignment if ((( _instrument_var._parameters.SAMPLE == 1 ))) // conditional WHEN execution ^~ = 2 warnings generated. ld: warning: ignoring duplicate libraries: '-lm', '-lmpi' ld: warning: search path '/lib' not found DEBUG: CMD: mpicc finished INFO: ===