INFO: No output directory specified (--dir) INFO: Using directory: "Test_focus_20240919_181449" INFO: Regenerating c-file: Test_focus.c DEBUG: CMD: /home/nexmap/pkwi/McStas/mcstas/3.x-dev/bin/mcstas-antlr -t -o ./Test_focus.c Test_focus.instr 2024-09-19 18:14:51.862 | WARNING | mccode_antlr.instr.instance:__post_init__:103 - Expected rotation reference to be specified when at reference is specified 2024-09-19 18:14:52.216 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:67 - sort includes :Single_crystal(0):read_table-lib :Single_crystal(1):interoff-lib :Single_crystal(2):opencl-lib :Monochromator_curved(0):read_table-lib 2024-09-19 18:14:52.217 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:92 - sorted to read_table-lib interoff-lib opencl-lib 2024-09-19 18:14:52.217 | DEBUG | mccode_antlr.translators.c:sort_include_hierarchy:92 - sorted to read_table-lib interoff-lib opencl-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) The instrument has 5 parameters ----------------------------------------------------------- Generating single GPU kernel or single CPU section layout: ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> GPU kernel from component origin -> GPU kernel from component Src -> GPU kernel from component mono_arm1 -> GPU kernel from component mono_crys -> GPU kernel from component mono_ideal -> GPU kernel from component mono_arm2 -> GPU kernel from component psdmon -> GPU kernel from component divmon -> GPU kernel from component lmon -> GPU kernel from component emon ----------------------------------------------------------- DEBUG: CMD: /home/nexmap/pkwi/McStas/mcstas/3.x-dev/bin/mcstas-antlr finished INFO: Recompiling: ./Test_focus.out DEBUG: CMD: mpicc -o ./Test_focus.out ./Test_focus.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_focus.c: In function 'cif2hkl': ./Test_focus.c:7329:38: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7329 | if(!ext || ext == infile) return infile; | ^~~~~~ ./Test_focus.c:7338:41: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7338 | && strcasecmp(ext, "res")) return infile; | ^~~~~~ ./Test_focus.c:7341:26: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7341 | if (!OUTFILE) return infile; | ^~~~~~ In file included from /home/nexmap/pkwi/McStas/mcstas/3.x-dev/miniconda3/x86_64-conda-linux-gnu/sysroot/usr/include/strings.h:29, from ./Test_focus.c:6829: ./Test_focus.c: In function '_mono_crys_setpos': ./Test_focus.c:11812:35: error: incompatible types when assigning to type 'double' from type 'void *' 11812 | _mono_crys_var._parameters.ax = NULL; | ^~~~ ./Test_focus.c:11813:35: error: incompatible types when assigning to type 'double' from type 'void *' 11813 | _mono_crys_var._parameters.ay = NULL; | ^~~~ ./Test_focus.c:11814:35: error: incompatible types when assigning to type 'double' from type 'void *' 11814 | _mono_crys_var._parameters.az = NULL; | ^~~~ ./Test_focus.c:11815:35: error: incompatible types when assigning to type 'double' from type 'void *' 11815 | _mono_crys_var._parameters.bx = NULL; | ^~~~ ./Test_focus.c:11816:35: error: incompatible types when assigning to type 'double' from type 'void *' 11816 | _mono_crys_var._parameters.by = NULL; | ^~~~ ./Test_focus.c:11817:35: error: incompatible types when assigning to type 'double' from type 'void *' 11817 | _mono_crys_var._parameters.bz = NULL; | ^~~~ ./Test_focus.c:11818:35: error: incompatible types when assigning to type 'double' from type 'void *' 11818 | _mono_crys_var._parameters.cx = NULL; | ^~~~ ./Test_focus.c:11819:35: error: incompatible types when assigning to type 'double' from type 'void *' 11819 | _mono_crys_var._parameters.cy = NULL; | ^~~~ ./Test_focus.c:11820:35: error: incompatible types when assigning to type 'double' from type 'void *' 11820 | _mono_crys_var._parameters.cz = NULL; | ^~~~ ./Test_focus.c: In function 'raytrace': ./Test_focus.c:14525:13: error: 'mono_ideal' undeclared (first use in this function); did you mean 'mono_refl'? 14525 | if (((mono_ideal==0))) // conditional WHEN execution | ^~~~~~~~~~ | mono_refl ./Test_focus.c:14525:13: note: each undeclared identifier is reported only once for each function it appears in INFO: call to mpicc failed with Command 'mpicc -o ./Test_focus.out ./Test_focus.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_focus.out ./Test_focus.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.