loading system configuration loading override configuration from /home/nexmap/pkwi/mxtest/mctest/../mccodelib/mcxtrace-test/McXtrace_CPU_MPICC_KISS/mccode_config.json INFO: No output directory specified (--dir) INFO: Using directory: "Test_Sqw_20230201_050544" INFO: Regenerating c-file: Test_Sqw.c DEBUG: CMD: mcxtrace -t -o ./Test_Sqw.c /home/nexmap/pkwi/xTESTS/2023-02-01/McXtrace_CPU_MPICC_KISS_5e7/Test_Sqw/Test_Sqw.instr CFLAGS= WARNING: The parameter powder_format of Sqw 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 mat_format of Sqw 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: ----------------------------------------------------------- INFO: Recompiling: ./Test_Sqw.out DEBUG: CMD: mpicc -o ./Test_Sqw.out ./Test_Sqw.c -lm -DUSE_MPI -lmpi -g -lm -O2 -DUSE_MPI -lmpi -std=c99 -D_POSIX_SOURCE ./Test_Sqw.c: In function ‘class_Isotropic_Sqw_trace’: ./Test_Sqw.c:12059:76: error: incompatible type for argument 11 of ‘off_x_intersect’ intersect=off_x_intersect(&l0, &l3, NULL, NULL, x, y, z, kx,ky,kz, 0,0,0, thread_offdata ); ^ ./Test_Sqw.c:9073:17: note: expected ‘off_struct’ {aka ‘struct off_struct’} but argument is of type ‘int’ off_struct data ) ~~~~~~~~~~~^~~~ ./Test_Sqw.c:12059:19: error: too many arguments to function ‘off_x_intersect’ intersect=off_x_intersect(&l0, &l3, NULL, NULL, x, y, z, kx,ky,kz, 0,0,0, thread_offdata ); ^~~~~~~~~~~~~~~ ./Test_Sqw.c:9069:5: note: declared here int off_x_intersect(double *l0,double *l3, ^~~~~~~~~~~~~~~