Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29281 Discussions

classic fortran compiler crashing with ONEAPI toolkit

SUKLA
Beginner
8,859 Views

Steps to reproduce the following crash.

1. VS 2019 install with latest ONEAPI base toolkit and HPC toolkit in Window#10

2. cygwin already installed.

3. go to the directory "bug".

4. Before typing make, please change the path inside Makefile.inc

5.  "make"

6. The following error shows up.

7. Please help fix the error.

 

///////////*********************************************//////////////////////////////////////////////////
ifort -fpp -O2 /fp:consistent /Qopenmp /QaxCORE-AVX2 -DBLR_MT -DGEMMT_AVAILABLE -I. -I../include -I../libseq -I../include/windows -Dpord -Dmetis -c dfac_asm_master_ELT_m.F -Fodfac_asm_master_ELT_m.o
Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.4.0 Build 20210910_000000
Copyright (C) 1985-2021 Intel Corporation. All rights reserved.

04010002_15113

C:\Users\dilip\source\repos\bug\src\dfac_asm_master_ELT_m.F(359): catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for dfac_asm_master_ELT_m.F (code 1)
make[2]: *** [Makefile:414: dfac_asm_master_ELT_m.o] Error 1
make[2]: Leaving directory '/cygdrive/c/Users/dilip/source/repos/bug/src'
make[1]: *** [Makefile:23: d] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/dilip/source/repos/bug/src'
make: *** [Makefile:21: d] Error 2

///////////*********************************************//////////////////////////////////////////////////

0 Kudos
0 Replies
Reply