My configuration script is as follows:
Code: Select all
cuda="cuda12.6,cc86"
libxc_libs="-lxc"
libxc_path="/home/naseeb/libxc"
libxc_libdir="/home/naseeb/libxc/lib"
libxc_includedir="/home/naseeb/libxc/include"
./configure FC=nvfortran F77=nvfortran CC=nvc CPP="gcc -E -P" FPP="nvfortran -Mpreprocess -E" MPIFC=mpif90 \
--enable-par-linalg \
--enable-cuda=${cuda} \
--with-libxc-libs=${libxc_libs} \
--with-libxc-path=${libxc_path} \
--with-libxc-libdir=$libxc_libdir \ --with-libxc-includedir=${libxc_includedir}
Code: Select all
FIO/stdio: No such file or directory
FIO-F-/OPEN/unit=13/error code returned by host stdio - 2.
File name = ./LOG/l_setup_CPU_2
In source file /home/naseeb/yambo-5.2.4/src/interface/INIT_report_and_log_files.F, at line number 98
FIO/stdio: No such file or directory
FIO-F-/OPEN/unit=13/error code returned by host stdio - 2.
File name = ./LOG/l_setup_CPU_1
In source file /home/naseeb/yambo-5.2.4/src/interface/INIT_report_and_log_files.F, at line number 98
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[32616,1],1]
Exit code: 127
--------------------------------------------------------------------------
Can someone please help?