INFO: No output directory specified (--dir) INFO: Using directory: "Test_DiskChoppers2_20231220_002038" INFO: Regenerating c-file: Test_DiskChoppers2.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./Test_DiskChoppers2.c /home/nexmap/pkwi/TESTS/2023-12-20/McStas_CPU_MPICC_KISS_1e7/Test_DiskChoppers2/Test_DiskChoppers2.instr CFLAGS= WARNING: --> USERVAR Rot_8 is of type Rotation and may need specific --> per-particle initialisation through an --> EXTEND block! WARNING: The parameter format of Slab1 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: ----------------------------------------------------------- DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./Test_DiskChoppers2.out DEBUG: CMD: mpicc -o ./Test_DiskChoppers2.out ./Test_DiskChoppers2.c -lm -DUSE_MPI -lmpi -g -lm -O2 -DUSE_MPI -lmpi -std=c99 -D_POSIX_SOURCE ./Test_DiskChoppers2.c: In function ‘class_Derotator_trace’: ./Test_DiskChoppers2.c:652:5: warning: initialization of ‘char *’ from incompatible pointer type ‘char (*)[20]’ [-Wincompatible-pointer-types] 652 | &( ((_class_ ## type ##_parameters *) _getvar_parameters(compname))->par ) | ^ ./Test_DiskChoppers2.c:13288:22: note: in expansion of macro ‘COMP_GETPAR3’ 13288 | char* Rot_varptr = COMP_GETPAR3(Rotator, rotator, rot_var); | ^~~~~~~~~~~~ ./Test_DiskChoppers2.c:13291:17: warning: passing argument 1 of ‘rot_transpose’ from incompatible pointer type [-Wincompatible-pointer-types] 13291 | rot_transpose((Rotation*)particle_getvar_void(_particle, Rot_varptr, NULL),R); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | MCNUM (*)[3][3] {aka double (*)[3][3]} ./Test_DiskChoppers2.c:4275:29: note: expected ‘MCNUM (*)[3]’ {aka ‘double (*)[3]’} but argument is of type ‘MCNUM (*)[3][3]’ {aka ‘double (*)[3][3]’} 4275 | void rot_transpose(Rotation src, Rotation dst) | ~~~~~~~~~^~~ /usr/bin/ld: /u/data/pkwi/tmp-nightly//ccEpBV82.o: in function `cif2hkl': /u/data/pkwi/TESTS/2023-12-20/McStas_CPU_MPICC_KISS_1e7/Test_DiskChoppers2/./Test_DiskChoppers2.c:9387: warning: the use of `tmpnam' is dangerous, better use `mkstemp' DEBUG: CMD: mpicc finished INFO: ===