INFO: No output directory specified (--dir) INFO: Using directory: "Test_Pol_Guide_Vmirror_20231220_002308" INFO: Regenerating c-file: Test_Pol_Guide_Vmirror.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./Test_Pol_Guide_Vmirror.c /home/nexmap/pkwi/TESTS/2023-12-20/McStas_CPU_MPICC_KISS_1e7/Test_Pol_Guide_Vmirror/Test_Pol_Guide_Vmirror.instr CFLAGS= WARNING: The parameter rPar of POLguidevmirror 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 POLguidevmirror 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 POLguidevmirror 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 POLguidemirror 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 POLguidemirror 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 POLguidemirror 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_Pol_Guide_Vmirror.out DEBUG: CMD: mpicc -o ./Test_Pol_Guide_Vmirror.out ./Test_Pol_Guide_Vmirror.c -lm -DUSE_MPI -lmpi -g -lm -O2 -DUSE_MPI -lmpi -std=c99 -D_POSIX_SOURCE ./Test_Pol_Guide_Vmirror.c: In function ‘class_Pol_guide_vmirror_init’: ./Test_Pol_Guide_Vmirror.c:11167:35: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] 11167 | #define rPar (_comp->_parameters.rPar) | ~~~~~~~~~~~~~~~~~~~^~~~~~ | | | MCNUM * {aka double *} ./Test_Pol_Guide_Vmirror.c:11232:28: note: in expansion of macro ‘rPar’ 11232 | if (Table_Read(&rParPtr, rPar, 1) <= 0) { | ^~~~ ./Test_Pol_Guide_Vmirror.c:6844:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} 6844 | long Table_Read(t_Table *Table, char *File, long block_number) | ~~~~~~^~~~ ./Test_Pol_Guide_Vmirror.c:11168:37: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] 11168 | #define rUpPar (_comp->_parameters.rUpPar) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | MCNUM * {aka double *} ./Test_Pol_Guide_Vmirror.c:11237:30: note: in expansion of macro ‘rUpPar’ 11237 | if (Table_Read(&rUpParPtr, rUpPar, 1) <= 0) { | ^~~~~~ ./Test_Pol_Guide_Vmirror.c:6844:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} 6844 | long Table_Read(t_Table *Table, char *File, long block_number) | ~~~~~~^~~~ ./Test_Pol_Guide_Vmirror.c:11169:39: warning: passing argument 2 of ‘Table_Read’ from incompatible pointer type [-Wincompatible-pointer-types] 11169 | #define rDownPar (_comp->_parameters.rDownPar) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ | | | MCNUM * {aka double *} ./Test_Pol_Guide_Vmirror.c:11242:32: note: in expansion of macro ‘rDownPar’ 11242 | if (Table_Read(&rDownParPtr, rDownPar, 1) <= 0) { | ^~~~~~~~ ./Test_Pol_Guide_Vmirror.c:6844:41: note: expected ‘char *’ but argument is of type ‘MCNUM *’ {aka ‘double *’} 6844 | long Table_Read(t_Table *Table, char *File, long block_number) | ~~~~~~^~~~ DEBUG: CMD: mpicc finished INFO: ===