INFO: No output directory specified (--dir) INFO: Using directory: "ILL_SALSA_20240617_001702" INFO: Regenerating c-file: ILL_SALSA.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./ILL_SALSA.c /home/nexmap/pkwi/TESTS/2024-06-17/mcstas-3.x-dev_panda2_Linux/ILL_SALSA/ILL_SALSA.instr Info: 'Al_window' is a contributed component. Info: 'Monochromator_bent' is a contributed component. Warning: DECLARE block contains 2 assignments (= sign). Move them into an INITIALIZE section. May fail at compile. CFLAGS= -I@MCCODE_LIB@/share/ -DFUNNEL WARNING: The parameter format of Al_pow 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: Component Sample_environment is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component Sample_environment -> GPU kernel from component stop ----------------------------------------------------------- DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./ILL_SALSA.out DEBUG: CMD: mpicc -o ./ILL_SALSA.out ./ILL_SALSA.c -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/include -DUSE_MPI -lmpi -fno-PIC -fPIE -flto -O3 -mtune=native -march=native -fno-math-errno -ftree-vectorize -g -DNDEBUG -D_POSIX_SOURCE -std=c99 -lm -I/u/data/pkwi/McStas/mcstas/3.x-dev/share/ -DFUNNEL ./ILL_SALSA.c:49972:25: warning: declaration does not declare anything 49972 | struct neutron_values; | ^ ./ILL_SALSA.c: In function 'class_Monochromator_bent_init': ./ILL_SALSA.c:64189:49: warning: passing argument 1 of 'stringToEnum' from incompatible pointer type [-Wincompatible-pointer-types] 64189 | enum crystal_plane plane = stringToEnum(&plane_of_reflection); | ^ | | | char (*)[16384] ./ILL_SALSA.c:8763:53: note: expected 'const char *' but argument is of type 'char (*)[16384]' 8763 | enum crystal_plane stringToEnum(const char* plane) { | ~~~~~~~~~~~~^~~~~ lto-wrapper: warning: using serial compilation of 11 LTRANS jobs lto-wrapper: note: see the '-flto' option documentation for more information DEBUG: CMD: mpicc finished INFO: ===