Argonne National Laboratory
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Intel-nda

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
[email protected]

October 2016

  • 9 participants
  • 32 discussions
Re: [JLSE-Intel-NDA] [EarlyScience] Production Intel compiler segfaults
by Kumaran, Kalyan 05 Oct '16

05 Oct '16
Steve, are you saying the Beta compilers have been removed, or will be removed in 2 days, from the JLSE cluster? If this is the case I can request Ben to keep it though I have not see any message about removing it. Please do report bugs on the GA compilers. Without these I fear it will never get fixed. -Kumar > On Oct 5, 2016, at 12:51 PM, Steven C. Pieper <spieper(a)anl.gov> wrote: > > Tim, > I didn't know where to send it. I just want it to be worked on. > The non-beta V17 compiler is on jlse -- that is what is failing for me. > > Some more recent info: > Only this one subroutine file causes the compiler to segfault. > > However much more seriously, I am getting the wrong numerical results > using the non-beta compiler. They are wrong in that they differ > from both the v17 beta and xlf on cetus. v17 beta and cetus give > the same results. I'm trying now to narrow down where the wrong > results are coming from. > > Can we keep the beta compiler going for more than 2 more days???? > > Steve > > Steven C. Pieper, Senior Physicist Emeritus: spieper(a)anl.gov > Argonne National Laboratory, Physics Division, Bldg. 203, Argonne, IL 60439 > Phone: 630-252-4232 Fax -6008 Secretary, Debra Beres, -4100 > http://www.phy.anl.gov/theory/staff/scp.html > > On 10/05/16 12:45, Williams, Timothy J. wrote: >> Hi Steve, >> >> Did you mean to send this to early-users-discuss or intel-nda? >> >> I think we should now have the non-beta V17 compilers on the white boxes. Will try to find out. >> >> Tim >> >> ------- Timothy J. Williams, Ph.D. --- Argonne Leadership Computing Facility --- tjwilliams(a)anl.gov --- 630-252-1154 ------- >> >> >> >>> On Oct 5, 2016, at 11:25 AM, Steven C. Pieper <spieper(a)anl.gov> wrote: >>> >>> I am trying to recompile everything using the production intel compiler >>> rather than the beta version which I previously used. >>> >>> With the beta version, it works: >>> >>> [jlselogin2 mc] source /soft/compilers/intel_beta/compilers_and_libraries/linux/bin/compilervars.sh intel64 >>> [jlselogin2 mc] ifort -V >>> Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.042 Beta Build 20160315 >>> Copyright (C) 1985-2016 Intel Corporation. All rights reserved. >>> >>> ifort: NOTE: The Beta evaluation period for this product ends on 7-oct-2016 UTC. >>> >>> [jlselogin2 mc] ifort -FR -g -O2 -xMIC-AVX512 -qopenmp -lpthread -mcmodel=medium -r8 -WB -traceback -fpe3 -I../common/ -I../mc/ -fpp -DSPIN_SUF= -DPARAMNUC=nclude/paramnuc.12c-11_states-pn -DM0_DIV=1 -DDOCASE=0 -DPARAMCASE=nclude/paramcase.12c-11_states-pn -c make_3pi.f >>> [jlselogin2 mc] <<compile is OK> >>> >>> >>> The production verson segfaults: >>> >>> [jlselogin2 mc] source /soft/compilers/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64[jlselogin2 mc] ifort -V >>> Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.098 Build 20160721 >>> Copyright (C) 1985-2016 Intel Corporation. All rights reserved. >>> >>> [jlselogin2 mc] ifort -FR -g -O2 -xMIC-AVX512 -qopenmp -lpthread -mcmodel=medium -r8 -WB -traceback -fpe3 -I../common/ -I../mc/ -fpp -DSPIN_SUF= -DPARAMNUC=nclude/paramnuc.12c-11_states-pn -DM0_DIV=1 -DDOCASE=0 -DPARAMCASE=nclude/paramcase.12c-11_states-pn -c make_3pi.f >>> catastrophic error: **Internal compiler error: segmentation violation signal raised** 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 make_3pi.f (code 1) >>> >>> >>> If I remove the -xMIC-AVX512 then the production version compiles without error. >>> >>> Lots of other subroutines are compiling OK. >>> >>> >>> The files are all in ~b21541/gfmc/mc/ >>> >>> I see the beta version is due to expire in 2 days. Can this be extended? >>> >>> Steve >>> >>> >>> -- >>> Steven C. Pieper, Senior Physicist Emeritus: spieper(a)anl.gov >>> Argonne National Laboratory, Physics Division, Bldg. 203, Argonne, IL 60439 >>> Phone: 630-252-4232 Fax -6008 Secretary, Debra Beres, -4100 >>> http://www.phy.anl.gov/theory/staff/scp.html >>> >>> _______________________________________________ >>> EarlyScience mailing list >>> EarlyScience(a)lists.alcf.anl.gov >>> https://lists.alcf.anl.gov/mailman/listinfo/earlyscience > > _______________________________________________ > Intel-nda mailing list > Intel-nda(a)lists.jlse.anl.gov > https://lists.jlse.anl.gov/mailman/listinfo/intel-nda
1 0
0 0
Re: [JLSE-Intel-NDA] [EarlyScience] Production Intel compiler segfaults
by Steven C. Pieper 05 Oct '16

05 Oct '16
Tim, I didn't know where to send it. I just want it to be worked on. The non-beta V17 compiler is on jlse -- that is what is failing for me. Some more recent info: Only this one subroutine file causes the compiler to segfault. However much more seriously, I am getting the wrong numerical results using the non-beta compiler. They are wrong in that they differ from both the v17 beta and xlf on cetus. v17 beta and cetus give the same results. I'm trying now to narrow down where the wrong results are coming from. Can we keep the beta compiler going for more than 2 more days???? Steve Steven C. Pieper, Senior Physicist Emeritus: spieper(a)anl.gov Argonne National Laboratory, Physics Division, Bldg. 203, Argonne, IL 60439 Phone: 630-252-4232 Fax -6008 Secretary, Debra Beres, -4100 http://www.phy.anl.gov/theory/staff/scp.html On 10/05/16 12:45, Williams, Timothy J. wrote: > Hi Steve, > > Did you mean to send this to early-users-discuss or intel-nda? > > I think we should now have the non-beta V17 compilers on the white boxes. Will try to find out. > > Tim > > ------- Timothy J. Williams, Ph.D. --- Argonne Leadership Computing Facility --- tjwilliams(a)anl.gov --- 630-252-1154 ------- > > > >> On Oct 5, 2016, at 11:25 AM, Steven C. Pieper <spieper(a)anl.gov> wrote: >> >> I am trying to recompile everything using the production intel compiler >> rather than the beta version which I previously used. >> >> With the beta version, it works: >> >> [jlselogin2 mc] source /soft/compilers/intel_beta/compilers_and_libraries/linux/bin/compilervars.sh intel64 >> [jlselogin2 mc] ifort -V >> Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.042 Beta Build 20160315 >> Copyright (C) 1985-2016 Intel Corporation. All rights reserved. >> >> ifort: NOTE: The Beta evaluation period for this product ends on 7-oct-2016 UTC. >> >> [jlselogin2 mc] ifort -FR -g -O2 -xMIC-AVX512 -qopenmp -lpthread -mcmodel=medium -r8 -WB -traceback -fpe3 -I../common/ -I../mc/ -fpp -DSPIN_SUF= -DPARAMNUC=nclude/paramnuc.12c-11_states-pn -DM0_DIV=1 -DDOCASE=0 -DPARAMCASE=nclude/paramcase.12c-11_states-pn -c make_3pi.f >> [jlselogin2 mc] <<compile is OK> >> >> >> The production verson segfaults: >> >> [jlselogin2 mc] source /soft/compilers/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64[jlselogin2 mc] ifort -V >> Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.098 Build 20160721 >> Copyright (C) 1985-2016 Intel Corporation. All rights reserved. >> >> [jlselogin2 mc] ifort -FR -g -O2 -xMIC-AVX512 -qopenmp -lpthread -mcmodel=medium -r8 -WB -traceback -fpe3 -I../common/ -I../mc/ -fpp -DSPIN_SUF= -DPARAMNUC=nclude/paramnuc.12c-11_states-pn -DM0_DIV=1 -DDOCASE=0 -DPARAMCASE=nclude/paramcase.12c-11_states-pn -c make_3pi.f >> catastrophic error: **Internal compiler error: segmentation violation signal raised** 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 make_3pi.f (code 1) >> >> >> If I remove the -xMIC-AVX512 then the production version compiles without error. >> >> Lots of other subroutines are compiling OK. >> >> >> The files are all in ~b21541/gfmc/mc/ >> >> I see the beta version is due to expire in 2 days. Can this be extended? >> >> Steve >> >> >> -- >> Steven C. Pieper, Senior Physicist Emeritus: spieper(a)anl.gov >> Argonne National Laboratory, Physics Division, Bldg. 203, Argonne, IL 60439 >> Phone: 630-252-4232 Fax -6008 Secretary, Debra Beres, -4100 >> http://www.phy.anl.gov/theory/staff/scp.html >> >> _______________________________________________ >> EarlyScience mailing list >> EarlyScience(a)lists.alcf.anl.gov >> https://lists.alcf.anl.gov/mailman/listinfo/earlyscience
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • Older →

HyperKitty Powered by HyperKitty.