INFO: No output directory specified (--dir) INFO: Using directory: "ILL_H5_20240919_000826" INFO: Regenerating c-file: ILL_H5.c DEBUG: CMD: /home/nexmap/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./ILL_H5.c ILL_H5.instr --> Added COMPONENT H53_IN14_Monochromator USERVAR ncol_25 with type int --> Added COMPONENT H53_IN14_Monochromator USERVAR nrow_25 with type int --> Added COMPONENT PG2Xtal USERVAR ncol_37 with type int --> Added COMPONENT PG2Xtal USERVAR nrow_37 with type int --> Added COMPONENT H53_IN16_Monochromator USERVAR ncol_78 with type int --> Added COMPONENT H53_IN16_Monochromator USERVAR nrow_78 with type int --> Added COMPONENT H53_D16_Monochromator USERVAR ncol_93 with type int --> Added COMPONENT H53_D16_Monochromator USERVAR nrow_93 with type int --> Added COMPONENT H53_SADAM_Monochromator USERVAR ncol_109 with type int --> Added COMPONENT H53_SADAM_Monochromator USERVAR nrow_109 with type int 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 modCFLAGS= e 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: /home/nexmap/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./ILL_H5.out DEBUG: CMD: mpicc -o ./ILL_H5.out ./ILL_H5.c -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 ./ILL_H5.c: In function ‘class_Pol_guide_vmirror_init’: ./ILL_H5.c:38582:35: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] #define rPar (_comp->_parameters.rPar) ~~~~~~~~~~~~~~~~~~~^~~~~~ ./ILL_H5.c:38647:28: note: in expansion of macro ‘rPar’ if (Table_Read(&rParPtr, rPar, 1) <= 0) { ^~~~ ./ILL_H5.c:7311:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} long Table_Read(t_Table *Table, char *File, long block_number) ~~~~~~^~~~ ./ILL_H5.c:38583:37: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] #define rUpPar (_comp->_parameters.rUpPar) ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ./ILL_H5.c:38652:30: note: in expansion of macro ‘rUpPar’ if (Table_Read(&rUpParPtr, rUpPar, 1) <= 0) { ^~~~~~ ./ILL_H5.c:7311:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} long Table_Read(t_Table *Table, char *File, long block_number) ~~~~~~^~~~ ./ILL_H5.c:38584:39: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] #define rDownPar (_comp->_parameters.rDownPar) ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./ILL_H5.c:38657:32: note: in expansion of macro ‘rDownPar’ if (Table_Read(&rDownParPtr, rDownPar, 1) <= 0) { ^~~~~~~~ ./ILL_H5.c:7311:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} long Table_Read(t_Table *Table, char *File, long block_number) ~~~~~~^~~~ /tmp/ccCRMriE.ltrans0.ltrans.o: In function `read_line_data.part.30': /home/nexmap/pkwi/TESTS/2024-09-19/mcstas-3.x-dev_mpi_x_16_5e7_Linux/ILL_H5/./ILL_H5.c:10110: warning: the use of `tmpnam' is dangerous, better use `mkstemp' DEBUG: CMD: mpicc finished INFO: ===