INFO: No output directory specified (--dir) INFO: Using directory: "ISIS_TOSCA_preupgrade_Mantid_20240617_002000" INFO: Regenerating c-file: ISIS_TOSCA_preupgrade_Mantid.c DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas -t -o ./ISIS_TOSCA_preupgrade_Mantid.c /home/nexmap/pkwi/TESTS/2024-06-17/mcstas-3.x-dev_panda2_Linux/ISIS_TOSCA_preupgrade_Mantid/ISIS_TOSCA_preupgrade_Mantid.instr Info: 'ISIS_moderator' is a contributed component. CFLAGS= @NEXUSFLAGS@ --> Added COMPONENT monocr_b1 USERVAR ncol_25 with type int --> Added COMPONENT monocr_b1 USERVAR nrow_25 with type int --> Added COMPONENT monocr_b2 USERVAR ncol_26 with type int --> Added COMPONENT monocr_b2 USERVAR nrow_26 with type int --> Added COMPONENT monocr_b3 USERVAR ncol_27 with type int --> Added COMPONENT monocr_b3 USERVAR nrow_27 with type int --> Added COMPONENT monocr_b4 USERVAR ncol_28 with type int --> Added COMPONENT monocr_b4 USERVAR nrow_28 with type int --> Added COMPONENT monocr_b5 USERVAR ncol_29 with type int --> Added COMPONENT monocr_b5 USERVAR nrow_29 with type int --> Added COMPONENT monocr_f6 USERVAR ncol_30 with type int --> Added COMPONENT monocr_f6 USERVAR nrow_30 with type int --> Added COMPONENT monocr_f7 USERVAR ncol_31 with type int --> Added COMPONENT monocr_f7 USERVAR nrow_31 with type int --> Added COMPONENT monocr_f8 USERVAR ncol_32 with type int --> Added COMPONENT monocr_f8 USERVAR nrow_32 with type int --> Added COMPONENT monocr_f9 USERVAR ncol_33 with type int --> Added COMPONENT monocr_f9 USERVAR nrow_33 with type int --> Added COMPONENT monocr_f10 USERVAR ncol_34 with type int --> Added COMPONENT monocr_f10 USERVAR nrow_34 with type int WARNING: The parameter powder_format of powder 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: -> SPLIT N at component powder -> SPLIT N at component Repeat ----------------------------------------------------------- Generating GPU/CPU -DFUNNEL layout: -> SPLIT within buffer at component powder -> SPLIT within buffer at component Repeat ----------------------------------------------------------- DEBUG: CMD: /u/data/pkwi/McStas/mcstas/3.x-dev/bin/mcstas finished INFO: Recompiling: ./ISIS_TOSCA_preupgrade_Mantid.out DEBUG: CMD: mpicc -o ./ISIS_TOSCA_preupgrade_Mantid.out ./ISIS_TOSCA_preupgrade_Mantid.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,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/u/data/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 /u/data/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 -Wl,-rpath,/usr/lib -L/usr/lib -DUSE_NEXUS -lNeXus -I/usr/include/nexus ./ISIS_TOSCA_preupgrade_Mantid.c:1337:10: fatal error: napi.h: No such file or directory 1337 | #include "napi.h" | ^~~~~~~~ compilation terminated. INFO: call to mpicc failed with Command 'mpicc -o ./ISIS_TOSCA_preupgrade_Mantid.out ./ISIS_TOSCA_preupgrade_Mantid.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,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/u/data/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 /u/data/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 -Wl,-rpath,/usr/lib -L/usr/lib -DUSE_NEXUS -lNeXus -I/usr/include/nexus' returned non-zero exit status 1. Traceback (most recent call last): File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mcrun.py", line 569, in main() File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mcrun.py", line 483, in main mcstas.prepare(options) File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 293, in prepare Process(lexer.quote(options.cc)).run(args) File "/u/data/pkwi/McStas/mcstas/3.x-dev/tools/Python/mcrun/mccode.py", line 77, in run raise err File "/u/data/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 "/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'mpicc -o ./ISIS_TOSCA_preupgrade_Mantid.out ./ISIS_TOSCA_preupgrade_Mantid.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,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -Wl,-rpath-link,/u/data/pkwi/McStas/mcstas/3.x-dev/miniconda3/lib -L/u/data/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 /u/data/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 -Wl,-rpath,/usr/lib -L/usr/lib -DUSE_NEXUS -lNeXus -I/usr/include/nexus' returned non-zero exit status 1.