|
[Sponsors] |
icpc: error #10106: Fatal error in intel/2018.2 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 1, 2018, 00:31 |
icpc: error #10106: Fatal error in intel/2018.2
|
#1 |
Member
Fatih Ertinaz
Join Date: Feb 2011
Location: Istanbul
Posts: 64
Rep Power: 15 |
Hello everyone
Trying to install SU2-6.0.0 on a large cluster using intel/2018.2 and intelmpi/2018.2 however it fails at the step: Code:
CXX ../src/libSU2_a-gauss_structure.o icpc: error #10106: Fatal error in /...../intel/2018.2/compilers_and_libraries_2018.2.199/linux/bin/intel64/mcpcom, terminated by kill signal compilation aborted for ../src/geometry_structure.cpp (code 1) make[1]: *** [../src/libSU2_a-geometry_structure.o] Error 1 https://software.intel.com/en-us/for...r/topic/538994 This is how I configure and run make: Code:
cflags="-O2" cxxflags="-O2" ./configure CFLAGS=$cflags CXXFLAGS=$cxxflags \ --prefix=$prefix \ --enable-mpi \ --with-cc=${I_MPI_ROOT}/intel64/bin/mpicc \ --with-cxx=${I_MPI_ROOT}/intel64/bin/mpicxx make -j 10 install Any suggestions much appreciated EDIT: Reducing optimization to -O1 makes it work fine but I guess it is not the ideal solution. Any ideas? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' | muth | OpenFOAM Running, Solving & CFD | 3 | August 27, 2018 05:18 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
[snappyHexMesh] sHM: FATAL ERROR: More than six unsigned transforms detected | Djub | OpenFOAM Meshing & Mesh Conversion | 0 | July 15, 2014 05:43 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |