INFO: No output directory specified (--dir) INFO: Using directory: "Test_NMO_20240925_194813" INFO: Regenerating c-file: Test_NMO.c DEBUG: CMD: /home/nexmap/pkwi/McStas/mcstas/3.x-dev/bin/mcstas-antlr -t -o ./Test_NMO.c Test_NMO.instr 2024-09-25 19:48:15.412 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:67 - sort includes :FlatEllipse_finite_mirror(0):ref-lib :FlatEllipse_finite_mirror(1):read_table-lib :ref-lib(0):read_table-lib 2024-09-25 19:48:15.412 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:92 - sorted to read_table-lib ref-lib No initialization present? ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> GPU kernel from component origin -> GPU kernel from component source -> GPU kernel from component source_div -> GPU kernel from component psd_monitor_source -> GPU kernel from component psd_monitor_source_before_optic -> GPU kernel from component center_point -> GPU kernel from component flat_ellipse_horizontal -> GPU kernel from component monitor_2 -> GPU kernel from component psd_monitor_f2 -> GPU kernel from component psd_monitor_f2_zoom -> GPU kernel from component f_divpos -> GPU kernel from component divhlambda_monitor_f ----------------------------------------------------------- DEBUG: CMD: /home/nexmap/pkwi/McStas/mcstas/3.x-dev/bin/mcstas-antlr finished INFO: Recompiling: ./Test_NMO.out DEBUG: CMD: mpicc -o ./Test_NMO.out ./Test_NMO.c -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/include -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 ./Test_NMO.c: In function 'class_FlatEllipse_finite_mirror_display': ./Test_NMO.c:13723:11: error: expected identifier before '(' token 13723 | #define c (_comp->_parameters.c) | ^ ./Test_NMO.c:13736:26: note: in expansion of macro 'c' 13736 | double step = (s.c[i].ze-s.c[i].zs)/100; | ^ ./Test_NMO.c:13723:11: error: expected identifier before '(' token 13723 | #define c (_comp->_parameters.c) | ^ ./Test_NMO.c:13738:25: note: in expansion of macro 'c' 13738 | for (cz = s.c[i].zs+step; cz <= s.c[i].ze; cz+= step) { | ^ ./Test_NMO.c:13723:11: error: expected identifier before '(' token 13723 | #define c (_comp->_parameters.c) | ^ ./Test_NMO.c:13738:47: note: in expansion of macro 'c' 13738 | for (cz = s.c[i].zs+step; cz <= s.c[i].ze; cz+= step) { | ^ ./Test_NMO.c:13723:11: error: expected identifier before '(' token 13723 | #define c (_comp->_parameters.c) | ^ ./Test_NMO.c:13739:42: note: in expansion of macro 'c' 13739 | double rp = rConic(cz-step,s.c[i]); | ^ ./Test_NMO.c:13723:11: error: expected identifier before '(' token 13723 | #define c (_comp->_parameters.c) | ^ ./Test_NMO.c:13740:38: note: in expansion of macro 'c' 13740 | double rc = rConic(cz, s.c[i]); | ^ INFO: call to mpicc failed with Command 'mpicc -o ./Test_NMO.out ./Test_NMO.c -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/include -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' returned non-zero exit status 1. Traceback (most recent call last): File "/home/nexmap/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mcrun.py", line 579, in main() File "/home/nexmap/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mcrun.py", line 487, in main mcstas.prepare(options) File "/home/nexmap/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 294, in prepare Process(lexer.quote(options.cc)).run(args) File "/home/nexmap/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 77, in run raise err File "/home/nexmap/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 73, in run proc = run(command, shell=True, check=True, text=True, capture_output=pipe) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'mpicc -o ./Test_NMO.out ./Test_NMO.c -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,--allow-shlib-undefined -Wl,-rpath,/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/include -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' returned non-zero exit status 1.