CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2 > SU2 Installation

icpc: error #10106: Fatal error in intel/2018.2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2018, 23:31
Default icpc: error #10106: Fatal error in intel/2018.2
  #1
Member
 
Fatih Ertinaz
Join Date: Feb 2011
Location: Istanbul
Posts: 64
Rep Power: 15
fertinaz is on a distinguished road
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
A very similar error has been explained here:
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
Changing optimization flag to -O2 didn't work for me.

Any suggestions much appreciated

EDIT: Reducing optimization to -O1 makes it work fine but I guess it is not the ideal solution. Any ideas?
fertinaz is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 04:18
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45
[snappyHexMesh] sHM: FATAL ERROR: More than six unsigned transforms detected Djub OpenFOAM Meshing & Mesh Conversion 0 July 15, 2014 04:43
error while compiling the USER Sub routine CFD user CFX 3 November 25, 2002 15:16


All times are GMT -4. The time now is 02:24.