INFO: No output directory specified (--dir) INFO: Using directory: "ILL_H5_20231220_000946" INFO: Regenerating c-file: ILL_H5.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./ILL_H5.c /home/nexmap/pkwi/TESTS/2023-12-20/McStas_CPU_MPICC_KISS_1e7/ILL_H5/ILL_H5.instr CFLAGS= WARNING: The parameter format of HCS_Al 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 powder_format of H53_IN14_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 rUpPar of H53_CryoEDM_polariser 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 rDownPar of H53_CryoEDM_polariser 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 rPar of IN15_Vpolariser 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 rUpPar of IN15_Vpolariser 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 rDownPar of IN15_Vpolariser 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: WARNING: --> JUMP found at COMPONENT 9, H53_origin --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 10, H52_origin --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 11, H51_origin --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 26, H53_IN14_Monochromator_Jumper --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 79, H53_IN16_Monochromator_Jumper --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 94, H53_D16_Monochromator_Jumper --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 110, H53_SADAM_Monochromator_Jumper --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 154, H51_split_2 --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL WARNING: --> JUMP found at COMPONENT 155, H51_split_1 --> JUMPS are not supported in FUNNEL mode and are ignored --> Your instrument may give different output with FUNNEL ----------------------------------------------------------- DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./ILL_H5.out DEBUG: CMD: mpicc -o ./ILL_H5.out ./ILL_H5.c -lm -DUSE_MPI -lmpi -g -lm -O2 -DUSE_MPI -lmpi -std=c99 -D_POSIX_SOURCE ./ILL_H5.c: In function ‘class_Pol_guide_vmirror_init’: ./ILL_H5.c:35059:35: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] 35059 | #define rPar (_comp->_parameters.rPar) | ~~~~~~~~~~~~~~~~~~~^~~~~~ | | | MCNUM * {aka double *} ./ILL_H5.c:35124:28: note: in expansion of macro ‘rPar’ 35124 | if (Table_Read(&rParPtr, rPar, 1) <= 0) { | ^~~~ ./ILL_H5.c:6730:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} 6730 | long Table_Read(t_Table *Table, char *File, long block_number) | ~~~~~~^~~~ ./ILL_H5.c:35060:37: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] 35060 | #define rUpPar (_comp->_parameters.rUpPar) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | MCNUM * {aka double *} ./ILL_H5.c:35129:30: note: in expansion of macro ‘rUpPar’ 35129 | if (Table_Read(&rUpParPtr, rUpPar, 1) <= 0) { | ^~~~~~ ./ILL_H5.c:6730:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} 6730 | long Table_Read(t_Table *Table, char *File, long block_number) | ~~~~~~^~~~ ./ILL_H5.c:35061:39: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] 35061 | #define rDownPar (_comp->_parameters.rDownPar) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ | | | MCNUM * {aka double *} ./ILL_H5.c:35134:32: note: in expansion of macro ‘rDownPar’ 35134 | if (Table_Read(&rDownParPtr, rDownPar, 1) <= 0) { | ^~~~~~~~ ./ILL_H5.c:6730:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} 6730 | long Table_Read(t_Table *Table, char *File, long block_number) | ~~~~~~^~~~ /usr/bin/ld: /u/data/pkwi/tmp-nightly//ccmOF0f3.o: in function `cif2hkl': /u/data/pkwi/TESTS/2023-12-20/McStas_CPU_MPICC_KISS_1e7/ILL_H5/./ILL_H5.c:9404: warning: the use of `tmpnam' is dangerous, better use `mkstemp' DEBUG: CMD: mpicc finished INFO: ===