Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28441 Discussions

Catastrophic error with Intel Compiler 17

luiceur
Beginner
782 Views

Version: intel-compilers-17/17.0.2.174

File: connolly.f from the Tinker application https://dasher.wustl.edu/tinker/

0 Kudos
6 Replies
mecej4
Honored Contributor III
782 Views

No problems on Windows:

S:\lang>ifort /c /Od sizes.f  math.f inform.f atoms.f sizes.f faces.f iounit.f connolly.f
Intel(R) Visual Fortran Intel(R) 64 Compiler for applications running on IA-32, Version 17.0.2.187 Build 20170213
Copyright (C) 1985-2017 Intel Corporation.  All rights reserved.

Which platform are you running on, and are you generating for X86 or X64?

[P.S.] I edited the command line after reading Lorri's observation below. 

0 Kudos
luiceur
Beginner
782 Views

This is for x86_64.

$cat /proc/version

Linux version 3.10.0-327.36.3.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) ) #1 SMP Mon Oct 24 16:09:20 UTC 2016

 

0 Kudos
luiceur
Beginner
782 Views

I should add, it works for Intel 16.

0 Kudos
Steve_Lionel
Honored Contributor III
782 Views

Intel would want you to file a support ticket for this.

0 Kudos
luiceur
Beginner
782 Views

Thanks Steve, I will do it.

0 Kudos
Lorri_M_Intel
Employee
782 Views

And when you do submit the problem report, please include the exact command line you used.   I just experimented using the simple command line that mecej4 used, and was able to compile connolly.f.  (Although, I admit, I compiled sizes.f first then the rest of the files)

           thanks -

                                  --Lorri

 

0 Kudos
Reply