INFO: No output directory specified (--dir) INFO: Using directory: "SOLEIL_PSICHE_20250426_061939" INFO: Regenerating c-file: SOLEIL_PSICHE.c WARNING: Full-path code-generator "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/bin/mcxtrace-antlr -I${MCXTRACE}" not found!! WARNING: Attempting replacement by "mcxtrace-antlr -I${MCXTRACE}" DEBUG: CMD: mcxtrace-antlr -I${MCXTRACE} -t -o ./SOLEIL_PSICHE.c SOLEIL_PSICHE.instr 2025-04-26 06:20:19.261 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:41 - sort includes :Monitor_nD(0):monitor_nd-lib :Monitor_nD(1):read_table-lib :Monitor_nD(2):interoff-lib :Bragg_crystal(0):perfect_crystals-lib :perfect_crystals-lib(0):read_table-lib :Fluorescence(0):read_table-lib 2025-04-26 06:20:19.261 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:20:19.261 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:20:19.261 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to read_table-lib monitor_nd-lib interoff-lib perfect_crystals-lib line 2:2 extraneous input '%' expecting {, '__extension__', '__m128', '__m128d', '__m128i', '__typeof__', '__inline__', '__stdcall', '__declspec', '__cdecl', '__clrcall', '__fastcall', '__thiscall', '__vectorcall', '__attribute__', 'auto', 'char', 'const', 'double', 'enum', 'extern', 'float', 'inline', 'int', 'long', 'register', 'restrict', 'short', 'signed', 'static', 'struct', 'typedef', 'union', 'unsigned', 'void', 'volatile', '_Alignas', '_Atomic', '_Bool', '_Complex', '_Noreturn', '_Static_assert', '_Thread_local', '(', '*', '^', ';', Identifier} 2025-04-26 06:20:20.678 | ERROR | mccode_antlr.translators.c_listener:syntaxError:35 - Syntax error in parsing 2,2 2025-04-26 06:20:20.679 | ERROR | mccode_antlr.translators.c_listener:syntaxError:41 - ~~^ extraneous input '%' expecting {, '__extension__', '__m128', '__m128d', '__m128i', '__typeof__', '__inline__', '__stdcall', '__declspec', '__cdecl', '__clrcall', '__fastcall', '__thiscall', '__vectorcall', '__attribute__', 'auto', 'char', 'const', 'double', 'enum', 'extern', 'float', 'inline', 'int', 'long', 'register', 'restrict', 'short', 'signed', 'static', 'struct', 'typedef', 'union', 'unsigned', 'void', 'volatile', '_Alignas', '_Atomic', '_Bool', '_Complex', '_Noreturn', '_Static_assert', '_Thread_local', '(', '*', '^', ';', Identifier} 2025-04-26 06:20:20.679 | INFO | mccode_antlr.translators.c_listener:syntaxError:43 - 2025-04-26 06:20:20.679 | INFO | mccode_antlr.translators.c_listener:syntaxError:43 - #ifndef FLUORESCENCE_DECL line 2:11 no viable alternative at input 'include "interoff-lib"' 2025-04-26 06:20:20.714 | ERROR | mccode_antlr.translators.c_listener:syntaxError:35 - Syntax error in parsing 2,11 2025-04-26 06:20:20.714 | ERROR | mccode_antlr.translators.c_listener:syntaxError:41 - ~~~~~~~~~~~^ no viable alternative at input 'include "interoff-lib"' 2025-04-26 06:20:20.714 | INFO | mccode_antlr.translators.c_listener:syntaxError:43 - 2025-04-26 06:20:20.714 | INFO | mccode_antlr.translators.c_listener:syntaxError:43 - #ifndef FLUORESCENCE_DECL 2025-04-26 06:20:21.079 | INFO | mccode_antlr.translators.c_listener:visitDeclarator:341 - Could not convert an integer from ('XRAYLIB_LINES_MAX+1',) due to invalid literal for int() with base 10: 'XRAYLIB_LINES_MAX+1' The instrument has 7 parameters ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> GPU kernel from component origin -> GPU kernel from component source -> GPU kernel from component mon_src_e -> GPU kernel from component mon_src_xy -> GPU kernel from component DCM_location -> GPU kernel from component dcm_xtal0 -> GPU kernel from component dcm0 -> GPU kernel from component dcm_xtal1 -> GPU kernel from component dcm1 -> GPU kernel from component mon_dcm_e -> GPU kernel from component mon_dcm_xy -> GPU kernel from component slit -> GPU kernel from component sample_stage Component sample is NOACC, CPUONLY=True ->FUNNEL mode enabled, SPLIT within buffer. -> GPU kernel from component mon_spl_fluo -> GPU kernel from component mon_spl_e -> GPU kernel from component mon_spl_xy ----------------------------------------------------------- CFLAGS= -lxrl -DUSE_OFF -std=c99 -DFUNNEL DEBUG: CMD: mcxtrace-antlr -I${MCXTRACE} finished INFO: Recompiling: ./SOLEIL_PSICHE.out DEBUG: CMD: mpicc -o ./SOLEIL_PSICHE.out ./SOLEIL_PSICHE.c -lm -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 -lxrl -DUSE_OFF -std=c99 -DFUNNEL ./SOLEIL_PSICHE.c:5619:6: error: conflicting types for 'mt_srandom'; have 'void(uint32_t)' {aka 'void(unsigned int)'} 5619 | void mt_srandom(uint32_t seed) { | ^~~~~~~~~~ ./SOLEIL_PSICHE.c:887:6: note: previous declaration of 'mt_srandom' with type 'void(long unsigned int)' 887 | void mt_srandom (unsigned long x); | ^~~~~~~~~~ ./SOLEIL_PSICHE.c:5657:10: error: conflicting types for 'mt_random'; have 'uint32_t(void)' {aka 'unsigned int(void)'} 5657 | uint32_t mt_random(void) { | ^~~~~~~~~ ./SOLEIL_PSICHE.c:886:15: note: previous declaration of 'mt_random' with type 'long unsigned int(void)' 886 | unsigned long mt_random(void); | ^~~~~~~~~ ./SOLEIL_PSICHE.c:7652:3: error: expected identifier or '(' before '%' token 7652 | %include "interoff-lib" // for OFF/PLY geometry | ^ In file included from /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/include/xraylib/xraylib.h:56, from ./SOLEIL_PSICHE.c:7665: /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/include/xraylib/xraylib-error.h:29:3: warning: data definition has no type or storage class 29 | } xrl_error_code; | ^~~~~~~~~~~~~~ /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/include/xraylib/xraylib-error.h:29:3: warning: type defaults to 'int' in declaration of 'xrl_error_code' [-Wimplicit-int] /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/include/xraylib/xraylib-error.h:44:3: error: expected specifier-qualifier-list before 'xrl_error_code' 44 | xrl_error_code code; | ^~~~~~~~~~~~~~ /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/include/xraylib/xraylib-error.h:55:47: error: expected declaration specifiers or '...' before 'xrl_error_code' 55 | int xrl_error_matches(const xrl_error *error, xrl_error_code code); | ^~~~~~~~~~~~~~ ./SOLEIL_PSICHE.c: In function 'fluo_get_material': ./SOLEIL_PSICHE.c:7797:18: warning: implicit declaration of function 'Open_File' [-Wimplicit-function-declaration] 7797 | FILE *file = Open_File(filename, "r", NULL); | ^~~~~~~~~ ./SOLEIL_PSICHE.c:7797:18: warning: initialization of 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion] ./SOLEIL_PSICHE.c: At top level: ./SOLEIL_PSICHE.c:8393:9: error: conflicting types for 'Open_File'; have 'FILE *(char *, const char *, char *)' 8393 | FILE *Open_File(char *File, const char *Mode, char *Path) | ^~~~~~~~~ ./SOLEIL_PSICHE.c:7797:18: note: previous implicit declaration of 'Open_File' with type 'int()' 7797 | FILE *file = Open_File(filename, "r", NULL); | ^~~~~~~~~ ./SOLEIL_PSICHE.c: In function 'class_Fluorescence_initialize': ./SOLEIL_PSICHE.c:15217:41: error: 'xrl_error' {aka 'struct _xrl_error'} has no member named 'message' 15217 | NAME_CURRENT_COMP, material, error->message)); | ^~ ./SOLEIL_PSICHE.c:622:10: note: in definition of macro 'exit' 622 | exit(code); \ | ^~~~ ./SOLEIL_PSICHE.c:15242:79: error: 'xrl_error' {aka 'struct _xrl_error'} has no member named 'message' 15242 | exit(fprintf(stderr, "ERROR: %s: Z=%i %s\n", NAME_CURRENT_COMP, Z, error->message)); | ^~ ./SOLEIL_PSICHE.c:622:10: note: in definition of macro 'exit' 622 | exit(code); \ | ^~~~ INFO: call to mpicc failed with Command 'mpicc -o ./SOLEIL_PSICHE.out ./SOLEIL_PSICHE.c -lm -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 -lxrl -DUSE_OFF -std=c99 -DFUNNEL' returned non-zero exit status 1. Traceback (most recent call last): File "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/tools/Python/mxrun/mxrun.py", line 616, in main() File "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/tools/Python/mxrun/mxrun.py", line 524, in main mcstas.prepare(options) File "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/tools/Python/mxrun/mccode.py", line 311, in prepare Process(lexer.quote(options.cc)).run(args) File "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/tools/Python/mxrun/mccode.py", line 77, in run raise err File "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/tools/Python/mxrun/mccode.py", line 73, in run proc = run(command, shell=True, check=True, text=True, capture_output=pipe) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'mpicc -o ./SOLEIL_PSICHE.out ./SOLEIL_PSICHE.c -lm -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 -lxrl -DUSE_OFF -std=c99 -DFUNNEL' returned non-zero exit status 1.