INFO: No output directory specified (--dir) INFO: Using directory: "Samples_Incoherent_20251123_040213" INFO: Regenerating c-file: Samples_Incoherent.c DEBUG: CMD: /Users/runner/miniconda3/envs/mcstas/bin/mcstas -t -o ./Samples_Incoherent.c Samples_Incoherent.instr Info: 'ISIS_moderator' is a contributed component. CFLAGS= -DUSE_OFF WARNING: The parameter format of PowN 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. WARNING: The parameter mosaic_AB of SX 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. WARNING: The parameter powder_format of Sqw 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: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: ----------------------------------------------------------- DEBUG: CMD: /Users/runner/miniconda3/envs/mcstas/bin/mcstas finished INFO: Recompiling: ./Samples_Incoherent.out DEBUG: CMD: mpicc -o ./Samples_Incoherent.out ./Samples_Incoherent.c -lm -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/runner/miniconda3/envs/mcstas/lib -L/Users/runner/miniconda3/envs/mcstas/lib -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/runner/miniconda3/envs/mcstas/include -DUSE_MPI -lmpi -headerpad_max_install_names -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -isystem /Users/runner/miniconda3/envs/mcstas/include -O2 -g -DNDEBUG -isysroot /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk -D_DARWIN_C_SOURCE -I/Users/runner/miniconda3/envs/mcstas/include -Wl,-rpath,/Users/runner/miniconda3/envs/mcstas/lib -L/Users/runner/miniconda3/envs/mcstas/lib -fno-PIC -fPIE -flto -O3 -march=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm -DUSE_OFF ./Samples_Incoherent.c:7328:5: warning: '/*' within block comment [-Wcomment] 7328 | /* | ^ ./Samples_Incoherent.c:23483:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23483 | if ((( _instrument_var._parameters.SAMPLE == 1 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23483:49: note: remove extraneous parentheses around the comparison to silence this warning 23483 | if ((( _instrument_var._parameters.SAMPLE == 1 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23483:49: note: use '=' to turn this equality comparison into an assignment 23483 | if ((( _instrument_var._parameters.SAMPLE == 1 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23505:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23505 | if ((( _instrument_var._parameters.SAMPLE == 2 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23505:49: note: remove extraneous parentheses around the comparison to silence this warning 23505 | if ((( _instrument_var._parameters.SAMPLE == 2 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23505:49: note: use '=' to turn this equality comparison into an assignment 23505 | if ((( _instrument_var._parameters.SAMPLE == 2 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23527:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23527 | if ((( _instrument_var._parameters.SAMPLE == 3 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23527:49: note: remove extraneous parentheses around the comparison to silence this warning 23527 | if ((( _instrument_var._parameters.SAMPLE == 3 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23527:49: note: use '=' to turn this equality comparison into an assignment 23527 | if ((( _instrument_var._parameters.SAMPLE == 3 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23549:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23549 | if ((( _instrument_var._parameters.SAMPLE == 4 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23549:49: note: remove extraneous parentheses around the comparison to silence this warning 23549 | if ((( _instrument_var._parameters.SAMPLE == 4 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23549:49: note: use '=' to turn this equality comparison into an assignment 23549 | if ((( _instrument_var._parameters.SAMPLE == 4 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23571:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23571 | if ((( _instrument_var._parameters.SAMPLE == 5 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23571:49: note: remove extraneous parentheses around the comparison to silence this warning 23571 | if ((( _instrument_var._parameters.SAMPLE == 5 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23571:49: note: use '=' to turn this equality comparison into an assignment 23571 | if ((( _instrument_var._parameters.SAMPLE == 5 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23593:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23593 | if ((( _instrument_var._parameters.SAMPLE == 6 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23593:49: note: remove extraneous parentheses around the comparison to silence this warning 23593 | if ((( _instrument_var._parameters.SAMPLE == 6 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23593:49: note: use '=' to turn this equality comparison into an assignment 23593 | if ((( _instrument_var._parameters.SAMPLE == 6 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23615:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23615 | if ((( _instrument_var._parameters.SAMPLE == 7 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23615:49: note: remove extraneous parentheses around the comparison to silence this warning 23615 | if ((( _instrument_var._parameters.SAMPLE == 7 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23615:49: note: use '=' to turn this equality comparison into an assignment 23615 | if ((( _instrument_var._parameters.SAMPLE == 7 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23637:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23637 | if ((( _instrument_var._parameters.SAMPLE == 8 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23637:49: note: remove extraneous parentheses around the comparison to silence this warning 23637 | if ((( _instrument_var._parameters.SAMPLE == 8 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23637:49: note: use '=' to turn this equality comparison into an assignment 23637 | if ((( _instrument_var._parameters.SAMPLE == 8 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23659:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23659 | if ((( _instrument_var._parameters.SAMPLE == 9 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23659:49: note: remove extraneous parentheses around the comparison to silence this warning 23659 | if ((( _instrument_var._parameters.SAMPLE == 9 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23659:49: note: use '=' to turn this equality comparison into an assignment 23659 | if ((( _instrument_var._parameters.SAMPLE == 9 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23681:49: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23681 | if ((( _instrument_var._parameters.SAMPLE == 10 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./Samples_Incoherent.c:23681:49: note: remove extraneous parentheses around the comparison to silence this warning 23681 | if ((( _instrument_var._parameters.SAMPLE == 10 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23681:49: note: use '=' to turn this equality comparison into an assignment 23681 | if ((( _instrument_var._parameters.SAMPLE == 10 ))) // conditional WHEN execution | ^~ | = ./Samples_Incoherent.c:23725:47: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 23725 | if ((( _instrument_var._parameters.STOP == 1 ))) // conditional WHEN execution | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./Samples_Incoherent.c:23725:47: note: remove extraneous parentheses around the comparison to silence this warning 23725 | if ((( _instrument_var._parameters.STOP == 1 ))) // conditional WHEN execution | ~ ^ ~ ./Samples_Incoherent.c:23725:47: note: use '=' to turn this equality comparison into an assignment 23725 | if ((( _instrument_var._parameters.STOP == 1 ))) // conditional WHEN execution | ^~ | = 12 warnings generated. ld: warning: duplicate -rpath '/Users/runner/miniconda3/envs/mcstas/lib' ignored ld: warning: duplicate -rpath '/Users/runner/miniconda3/envs/mcstas/lib' ignored DEBUG: CMD: mpicc finished DEBUG: CMD: otool -l ./Samples_Incoherent.out DEBUG: CMD: otool finished INFO: ===