loading system configuration loading override configuration from /home/nexmap/pkwi/McCode/tools/Python/mctest/../mccodelib/mcstas-test/McStas_CPU_MPICC_KISS/mccode_config.json INFO: No output directory specified (--dir) INFO: Using directory: "Union_unit_test_abs_logger_event_20221101_002018" INFO: Regenerating c-file: Union_unit_test_abs_logger_event.c DEBUG: CMD: mcstas -t -o ./Union_unit_test_abs_logger_event.c /home/nexmap/pkwi/TESTS/2022-11-01/McStas_CPU_MPICC_KISS_1e7/Union_unit_test_abs_logger_event/Union_unit_test_abs_logger_event.instr 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 powder 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 master is NOACC, CPUONLY=1 -> FUNNEL mode enabled, SPLIT within buffer. -> CPU section from component master -> GPU kernel from component transmission ----------------------------------------------------------- INFO: Recompiling: ./Union_unit_test_abs_logger_event.out DEBUG: CMD: mpicc -o ./Union_unit_test_abs_logger_event.out ./Union_unit_test_abs_logger_event.c -lm -DUSE_MPI -lmpi -g -lm -O2 -DUSE_MPI -lmpi -std=c99 -D_POSIX_SOURCE -I/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/../mccodelib/../../../share/ -DFUNNEL ./Union_unit_test_abs_logger_event.c: In function ‘write_tagging_tree’: ./Union_unit_test_abs_logger_event.c:7705:82: warning: passing argument 4 of ‘qsort’ from incompatible pointer type [enabled by default] qsort(total_history.saved_histories,total_history.used_elements,sizeof (struct saved_history_struct), Sample_compare_history_intensities); ^ In file included from ./Union_unit_test_abs_logger_event.c:252:0: /usr/include/stdlib.h:760:13: note: expected ‘__compar_fn_t’ but argument is of type ‘int (*)(const struct saved_history_struct *, const struct saved_history_struct *)’ extern void qsort (void *__base, size_t __nmemb, size_t __size, ^ ./Union_unit_test_abs_logger_event.c:7709:3: warning: passing argument 1 of ‘printf_history’ from incompatible pointer type [enabled by default] MPI_MASTER( ^ ./Union_unit_test_abs_logger_event.c:7535:6: note: expected ‘struct dynamic_history_list *’ but argument is of type ‘struct saved_history_struct *’ void printf_history(struct dynamic_history_list *history) { ^ ./Union_unit_test_abs_logger_event.c: In function ‘class_Union_abs_logger_event_init’: ./Union_unit_test_abs_logger_event.c:66531:5: warning: passing argument 1 of ‘add_element_to_abs_logger_list’ from incompatible pointer type [enabled by default] add_element_to_abs_logger_list(&global_specific_volumes_abs_logger_list, abs_logger_list_element); ^ ./Union_unit_test_abs_logger_event.c:7137:6: note: expected ‘struct pointer_to_global_abs_logger_list *’ but argument is of type ‘struct pointer_to_global_abs_logger_list **’ void add_element_to_abs_logger_list(struct pointer_to_global_abs_logger_list *list, struct global_abs_logger_element_struct new_element) { ^ INFO: ===