INFO: No output directory specified (--dir) INFO: Using directory: "SOLEIL_DISCO_20250426_061542" INFO: Regenerating c-file: SOLEIL_DISCO.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_DISCO.c SOLEIL_DISCO.instr 2025-04-26 06:16:59.741 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:41 - sort includes :Mask(0):read_table-lib :Mirror_curved(0):read_table-lib :Mirror_curved(1):reflectivity-lib :Mirror_toroid_pothole(0):read_table-lib :Mirror_toroid_pothole(1):reflectivity-lib :Mirror(0):read_table-lib :Mirror(1):reflectivity-lib :Mirror(2):interoff-lib :Mirror_elliptic(0):perfect_crystals-lib :Mirror_elliptic(1):read_table-lib :Mirror_elliptic(2):reflectivity-lib :perfect_crystals-lib(0):read_table-lib :Grating_reflect(0):read_table-lib :Monitor_nD(0):monitor_nd-lib :Monitor_nD(1):read_table-lib :Monitor_nD(2):interoff-lib 2025-04-26 06:16:59.742 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to reflectivity-lib read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:16:59.742 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to reflectivity-lib read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:16:59.742 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to reflectivity-lib read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:16:59.742 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to reflectivity-lib read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:16:59.742 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to reflectivity-lib read_table-lib perfect_crystals-lib interoff-lib monitor_nd-lib 2025-04-26 06:16:59.742 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to reflectivity-lib read_table-lib perfect_crystals-lib monitor_nd-lib interoff-lib 2025-04-26 06:16:59.743 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:66 - sorted to read_table-lib reflectivity-lib monitor_nd-lib interoff-lib perfect_crystals-lib The instrument has 6 parameters ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: -> SPLIT 100 at component reflective_grating ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> GPU kernel from component Origin -> GPU kernel from component Source -> GPU kernel from component ColdFinger -> GPU kernel from component M1_location -> GPU kernel from component M1_rotated -> GPU kernel from component M1_x -> GPU kernel from component M1 -> GPU kernel from component M1_takeoff -> GPU kernel from component M1_x_takeoff -> GPU kernel from component M2_location -> GPU kernel from component M2_rotated_x -> GPU kernel from component M2_rotated -> GPU kernel from component M2_other_side -> GPU kernel from component M2 -> GPU kernel from component M2_other_side_back -> GPU kernel from component M2_takeoff -> GPU kernel from component HFP_location -> GPU kernel from component HFP -> GPU kernel from component M3_arm -> GPU kernel from component M3 -> GPU kernel from component M3_takeoff -> GPU kernel from component M3_yz -> GPU kernel from component M4_yz -> GPU kernel from component M4 -> GPU kernel from component M4_takeoff -> GPU kernel from component M4_arm_back -> GPU kernel from component VFP_location -> GPU kernel from component VFP -> GPU kernel from component M51_position -> GPU kernel from component M51_rotation -> GPU kernel from component M51 -> GPU kernel from component arm -> GPU kernel from component M51_arm_back -> GPU kernel from component M52_position -> GPU kernel from component M52_x -> GPU kernel from component M52 -> GPU kernel from component M52_takeoff -> GPU kernel from component M52_x_takeoff -> GPU kernel from component second_HFP_location -> GPU kernel from component second_HFP -> GPU kernel from component M53_location -> GPU kernel from component M53_rotated -> GPU kernel from component M53 -> GPU kernel from component M53_takeoff -> GPU kernel from component M54_location -> GPU kernel from component M54_rotated -> GPU kernel from component M54 -> GPU kernel from component M54_takeoff -> GPU kernel from component Mtoroids_arm_back -> GPU kernel from component M1_position -> GPU kernel from component M1_rotation -> GPU kernel from component mirror_m1 -> GPU kernel from component armm -> GPU kernel from component M1_arm_back -> GPU kernel from component Grating_position -> GPU kernel from component Grating_rotation -> GPU kernel from component Grating_rotation_lines_grating -> GPU kernel from component Grating_rotation_nine_degrees -> SPLIT within buffer at component reflective_grating -> GPU kernel from component Grating_rotation_lines_grating_back -> GPU kernel from component Grating_arm_back -> GPU kernel from component Grating_arm_back_2 -> GPU kernel from component Grating_arm_back_3 -> GPU kernel from component M22_location -> GPU kernel from component M22_rotated -> GPU kernel from component mirror_m2 -> GPU kernel from component arm2 -> GPU kernel from component M44_arm_back -> GPU kernel from component arm3 -> GPU kernel from component psd_before_slit -> GPU kernel from component slit -> GPU kernel from component psd_monitor -> GPU kernel from component psd_giant_after_grating -> GPU kernel from component e_monitor -> GPU kernel from component w_monitor ----------------------------------------------------------- CFLAGS= -std=c99 DEBUG: CMD: mcxtrace-antlr -I${MCXTRACE} finished INFO: Recompiling: ./SOLEIL_DISCO.out DEBUG: CMD: mpicc -o ./SOLEIL_DISCO.out ./SOLEIL_DISCO.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 -std=c99 ./SOLEIL_DISCO.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_DISCO.c:887:6: note: previous declaration of 'mt_srandom' with type 'void(long unsigned int)' 887 | void mt_srandom (unsigned long x); | ^~~~~~~~~~ ./SOLEIL_DISCO.c:5657:10: error: conflicting types for 'mt_random'; have 'uint32_t(void)' {aka 'unsigned int(void)'} 5657 | uint32_t mt_random(void) { | ^~~~~~~~~ ./SOLEIL_DISCO.c:886:15: note: previous declaration of 'mt_random' with type 'long unsigned int(void)' 886 | unsigned long mt_random(void); | ^~~~~~~~~ ./SOLEIL_DISCO.c:6970:30: error: expected ')' before 'double' 6970 | double Table_Value2d(t_Table, double, double); | ^~~~~~~ | ) ./SOLEIL_DISCO.c:6992:3: error: unknown type name 't_Table' 6992 | t_Table *T; | ^~~~~~~ ./SOLEIL_DISCO.c:6999:3: error: unknown type name 't_Table' 6999 | t_Table *T; | ^~~~~~~ ./SOLEIL_DISCO.c:7018:3: error: unknown type name 't_Table' 7018 | t_Table *T; | ^~~~~~~ ./SOLEIL_DISCO.c:7066:40: error: unknown type name 't_Table' 7066 | enum reflec_Type get_table_reflec_type(t_Table *t); | ^~~~~~~ ./SOLEIL_DISCO.c: In function 'reflec_Init': ./SOLEIL_DISCO.c:8473:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 8473 | int N=(unsigned int)((double **) pars)[0]; | ^ ./SOLEIL_DISCO.c: In function 'reflec_Init_File': ./SOLEIL_DISCO.c:8572:15: warning: implicit declaration of function 'get_table_reflec_type' [-Wimplicit-function-declaration] 8572 | R->type=get_table_reflec_type(table); | ^~~~~~~~~~~~~~~~~~~~~ ./SOLEIL_DISCO.c:8602:26: warning: assignment to 'int *' from incompatible pointer type 't_Table *' {aka 'struct struct_table *'} [-Wincompatible-pointer-types] 8602 | R->prms.rc.T = table; | ^ ./SOLEIL_DISCO.c:8614:25: warning: assignment to 'int *' from incompatible pointer type 't_Table *' {aka 'struct struct_table *'} [-Wincompatible-pointer-types] 8614 | R->prms.rqpm.T=table; | ^ ./SOLEIL_DISCO.c:8656:27: warning: assignment to 'int *' from incompatible pointer type 't_Table *' {aka 'struct struct_table *'} [-Wincompatible-pointer-types] 8656 | R->prms.rethpm.T=table; | ^ ./SOLEIL_DISCO.c:8668:38: error: request for member 'rows' in something not a structure or union 8668 | int rows = R->prms.rethpm.T->rows; | ^~ ./SOLEIL_DISCO.c:8669:38: error: request for member 'columns' in something not a structure or union 8669 | int cols = R->prms.rethpm.T->columns; | ^~ ./SOLEIL_DISCO.c: At top level: ./SOLEIL_DISCO.c:8699:18: error: conflicting types for 'get_table_reflec_type'; have 'enum reflec_Type(t_Table *)' {aka 'enum reflec_Type(struct struct_table *)'} 8699 | enum reflec_Type get_table_reflec_type(t_Table *t){ | ^~~~~~~~~~~~~~~~~~~~~ ./SOLEIL_DISCO.c:8572:15: note: previous implicit declaration of 'get_table_reflec_type' with type 'int()' 8572 | R->type=get_table_reflec_type(table); | ^~~~~~~~~~~~~~~~~~~~~ ./SOLEIL_DISCO.c: In function 'reflec_coating': ./SOLEIL_DISCO.c:8753:20: error: incompatible type for argument 1 of 'Table_Value' 8753 | f1=Table_Value(*(ptr->T),e,1); | ^~~~~~~~~ | | | int ./SOLEIL_DISCO.c:7184:30: note: expected 't_Table' {aka 'struct struct_table'} but argument is of type 'int' 7184 | double Table_Value(t_Table Table, double X, long j); /* search X in 1st column and return interpolated value in j-column */ | ~~~~~~~~^~~~~ ./SOLEIL_DISCO.c:8754:20: error: incompatible type for argument 1 of 'Table_Value' 8754 | f2=Table_Value(*(ptr->T),e,2); | ^~~~~~~~~ | | | int ./SOLEIL_DISCO.c:7184:30: note: expected 't_Table' {aka 'struct struct_table'} but argument is of type 'int' 7184 | double Table_Value(t_Table Table, double X, long j); /* search X in 1st column and return interpolated value in j-column */ | ~~~~~~~~^~~~~ ./SOLEIL_DISCO.c: In function 'reflec_q_prmtc': ./SOLEIL_DISCO.c:8794:15: error: request for member 'columns' in something not a structure or union 8794 | if (ptr->T->columns>2){ | ^~ ./SOLEIL_DISCO.c:8795:25: error: request for member 'columns' in something not a structure or union 8795 | double c=(ptr->T->columns-2)*g+1; | ^~ ./SOLEIL_DISCO.c:8796:41: error: request for member 'rows' in something not a structure or union 8796 | r=Table_Value2d(*(ptr->T),ptr->T->rows*q/(ptr->qmax-ptr->qmin),c); | ^~ ./SOLEIL_DISCO.c:8796:25: error: incompatible type for argument 1 of 'Table_Value2d' 8796 | r=Table_Value2d(*(ptr->T),ptr->T->rows*q/(ptr->qmax-ptr->qmin),c); | ^~~~~~~~~ | | | int ./SOLEIL_DISCO.c:7191:32: note: expected 't_Table' {aka 'struct struct_table'} but argument is of type 'int' 7191 | double Table_Value2d(t_Table Table, double X, double Y); /* same as Table_Index with non-integer indices and 2d interpolation */ | ~~~~~~~~^~~~~ ./SOLEIL_DISCO.c:8798:23: error: incompatible type for argument 1 of 'Table_Value' 8798 | r=Table_Value(*(ptr->T),q,1); | ^~~~~~~~~ | | | int ./SOLEIL_DISCO.c:7184:30: note: expected 't_Table' {aka 'struct struct_table'} but argument is of type 'int' 7184 | double Table_Value(t_Table Table, double X, long j); /* search X in 1st column and return interpolated value in j-column */ | ~~~~~~~~^~~~~ ./SOLEIL_DISCO.c: In function 'reflec_eth_prmtc': ./SOLEIL_DISCO.c:8806:15: error: request for member 'rows' in something not a structure or union 8806 | ec=(ptr->T->rows-1) * (e-ptr->emin)/(ptr->emax - ptr->emin); | ^~ ./SOLEIL_DISCO.c:8807:16: error: request for member 'columns' in something not a structure or union 8807 | thc=(ptr->T->columns-1)*(th-ptr->thetamin)/(ptr->thetamax - ptr->thetamin); | ^~ ./SOLEIL_DISCO.c:8808:21: error: incompatible type for argument 1 of 'Table_Value2d' 8808 | r=Table_Value2d(*(ptr->T),ec,thc); | ^~~~~~~~~ | | | int ./SOLEIL_DISCO.c:7191:32: note: expected 't_Table' {aka 'struct struct_table'} but argument is of type 'int' 7191 | double Table_Value2d(t_Table Table, double X, double Y); /* same as Table_Index with non-integer indices and 2d interpolation */ | ~~~~~~~~^~~~~ INFO: call to mpicc failed with Command 'mpicc -o ./SOLEIL_DISCO.out ./SOLEIL_DISCO.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 -std=c99' 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_DISCO.out ./SOLEIL_DISCO.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 -std=c99' returned non-zero exit status 1.