Build works but Installation crashes.
Posted: 24 Jun 2018, 11:55
With intel/17.0.4 and intel/mkl/17.0.4 loaded, I ran:
./setup --fc=ifort --cc=icc --cxx=icpc --mkl=parallel --int64
cd build
make -j
The build finished successfully, but the installation crashed with absolutely no explanation of what the issue was:
[100%] Building Fortran object CMakeFiles/pelib.dir/src/polarizable_embedding.F9
Linking Fortran static library libpelib.a
[100%] Built target pelib
[ 5%] Performing install step for 'pelib'
[100%] Built target pelib
Install the project...
-- Install configuration: "release"
-- Installing: /home/nike/dalton_2018_06_23/build/external/lib/libpelib.a
[ 5%] Completed 'pelib'
[ 5%] Built target pelib
make: *** [all] Error 2
Does anyone know what it might be?
./setup --fc=ifort --cc=icc --cxx=icpc --mkl=parallel --int64
cd build
make -j
The build finished successfully, but the installation crashed with absolutely no explanation of what the issue was:
[100%] Building Fortran object CMakeFiles/pelib.dir/src/polarizable_embedding.F9
Linking Fortran static library libpelib.a
[100%] Built target pelib
[ 5%] Performing install step for 'pelib'
[100%] Built target pelib
Install the project...
-- Install configuration: "release"
-- Installing: /home/nike/dalton_2018_06_23/build/external/lib/libpelib.a
[ 5%] Completed 'pelib'
[ 5%] Built target pelib
make: *** [all] Error 2
Does anyone know what it might be?