INFO: No output directory specified (--dir) INFO: Using directory: "Test_SX_20250514_051139" INFO: Regenerating c-file: Test_SX.c DEBUG: CMD: /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/bin/mcxtrace -t -o ./Test_SX.c Test_SX.instr ----------------------------------------------------------- WARNING: Existing (COPY) EXTEND block in COMPONENT SX: EXTEND %{ if(!SCATTERED) ABSORB; else if (hkl_info.type == 'c') Stype=DIFFRACTION; else Stype=FLUORESCENCE; %} is overwritten by: EXTEND %{ if (SCATTERED) { if (hkl_info.type == 'c') Stype=DIFFRACTION; else Stype=FLUORESCENCE; } else ABSORB; %} ----------------------------------------------------------- CFLAGS= @XRLFLAGS@ -DUSE_OFF -DFUNNEL WARNING: The parameter mosaic_AB of sample 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 surf_dir of sample 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 sampleF 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 sampleF is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component sampleF Component FluoG is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> GPU kernel from component SX ----------------------------------------------------------- DEBUG: CMD: /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/bin/mcxtrace finished INFO: Recompiling: ./Test_SX.out DEBUG: CMD: mpicc -o ./Test_SX.out ./Test_SX.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 -DFUNNEL lto-wrapper: warning: using serial compilation of 3 LTRANS jobs lto-wrapper: note: see the '-flto' option documentation for more information /home/nexmap/pkwi/McXtrace/mcxtrace/3.x-dev/miniconda3/bin/../lib/gcc/x86_64-conda-linux-gnu/13.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: /tmp/ccMMLBmp.ltrans0.ltrans.o: in function `read_hkl_data': /home/nexmap/pkwi/xTESTS/2025-05-14/mcxtrace-3.x-dev_mpi_x_16_1e7_Linux/Test_SX/./Test_SX.c:10239:(.text+0x51b3): warning: the use of `tmpnam' is dangerous, better use `mkstemp' DEBUG: CMD: mpicc finished INFO: ===