[ET Trac] [Einstein Toolkit] #2007: MoL fails to build with Intel compiler

Einstein Toolkit trac-noreply at einsteintoolkit.org
Mon Feb 13 10:24:11 CST 2017


#2007: MoL fails to build with Intel compiler
---------------------+------------------------------------------------------
 Reporter:  hinder   |       Owner:  eschnett           
     Type:  defect   |      Status:  new                
 Priority:  blocker  |   Milestone:                     
Component:  Cactus   |     Version:  development version
 Keywords:           |  
---------------------+------------------------------------------------------
 Compiling MoL gives this error:

 {{{
 /home/ianhin/Cactus/EinsteinToolkitGit/arrangements/CactusNumerical/MoL/src/RK4-RK2.c(60):
 error: unrecognized OpenMP #pragma
   #pragma omp /*parallel for*/
           ^

 compilation aborted for
 /home/ianhin/Cactus/EinsteinToolkitGit/configs/sim/build/MoL/RK4-RK2.c
 (code 2)
 }}}

 This code was introduced in
 https://bitbucket.org/cactuscode/cactusnumerical/commits/09a209266daa281a3ea844f266e7fb0d94ab6090.

 Removing the commented portion doesn't help.  Replacing it with

 {{{
 #pragma omp parallel
 }}}

 allows the code to compile.

 This is on Minerva, with icc (ICC) 16.0.1 20151021.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2007>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list