INFO: No output directory specified (--dir) INFO: Using directory: "Test_NMO_20240919_181211" 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 Downloading file 'mcstas-comps/contrib/FlatEllipse_finite_mirror.comp' from 'https://github.com/McStasMcXtrace/McCode/raw/v3.5.1/mcstas-comps/contrib/FlatEllipse_finite_mirror.comp' to '/home/nexmap/pkwi/.cache/mcstas/v3.5.1'. Downloading file 'mcstas-comps/monitors/DivPos_monitor.comp' from 'https://github.com/McStasMcXtrace/McCode/raw/v3.5.1/mcstas-comps/monitors/DivPos_monitor.comp' to '/home/nexmap/pkwi/.cache/mcstas/v3.5.1'. 2024-09-19 18:12:14.939 | 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-19 18:12:14.940 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:92 - sorted to read_table-lib ref-lib Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: org/antlr/v4/Tool has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621) Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: org/antlr/v4/Tool has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621) 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 'raytrace': ./Test_NMO.c:12679:13: error: 'placeholder' undeclared (first use in this function) 12679 | if (((placeholder>0))) // conditional WHEN execution | ^~~~~~~~~~~ ./Test_NMO.c:12679:13: note: each undeclared identifier is reported only once for each function it appears in ./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.