- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to convert an existing CVF Quickwin to IVF and got the following linker error
SB error: problem during multi-file optimization compilation (code 3)
Can anyone let me know how to resolve this error.
I have disabled almost all optimizations in Fortran and Linker tabs as shown attached
Thanks for your help.
Sumit
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you're unable to solve this, please submit a test case (a zip of your converted project with output log files) to Intel Premier Support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
I tired to delete all obj files and rebuilt (some obj files were from CVF)
However, same problem.
Here is the log file
Can I get an idea while obj or lib file is the problem
Thanks
------ Build started: Project: SB, Configuration: Debug|Win32 ------ Compiling with Intel Fortran 9.1 C:Program FilesIntelCompilerFortran9.1IA32... ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38menus.f90" Linking... Creating temporary file "RSP1.rsp" with contents [ /OUT:"Debug/SB.exe" /INCREMENTAL:NO /NOLOGO /NODEFAULTLIB:"dfconsol.lib" /NODEFAULTLIB:"libc.lib" /NODEFAULTLIB:"libcmt.lib" /DEBUG /PDB:"Debug/SBO48_38.pdb" /SUBSYSTEM:WINDOWS /OPT:NOWIN98 /ENTRY:"WinMainCRTStartup" kernel32.lib /MACHINE:I386 /NODEFAULTLIB:"libifcoremt.lib" "Debug/Str_Stn_Module.obj" "Debug/module_waveabs.obj" "Debug/module_opcb.obj" "Debug/module_common.obj" "Debug/Module_Bottle3D.obj" "Debug/dizzy.obj" "Debug/module_power.obj" "Debug/module_inputinfo.obj" "Debug/module_x2def.obj" "Debug/module_pieval.obj" "Debug/module_color.obj" "Debug/AVIS2D.obj" "Debug/aiimwin32_glo_qnch.obj" "Debug/opengl_Globals.obj" "Debug/DLLPRGRS.obj" "Debug/ADOBJS.obj" "Debug/ANIMFOR.obj" "Debug/opengl_pref.obj" "Debug/avisgrid.obj" "Debug/EXCEL97A.obj" "Debug/display_string.obj" "Debug/ANIMWIN32GLOBALS.obj" "Debug/module_copyfolder.obj" "Debug/animfor_qnch.obj" "Debug/AVIEWER_new.obj" "Debug/ViewBot_B.obj" "Debug/Read_dxf.obj" "Debug/optimize_process.obj" "Debug/menus.obj" "Debug/HB13_15.obj" "Debug/read_pref_dxf.obj" "Debug/Inpbot.obj" "Debug/savepower.obj" "Debug/ovenc.obj" "Debug/HB4_6.obj" "Debug/design_optimization.obj" "Debug/refresh.obj" "Debug/Preform_Dgn_HS.obj" "Debug/HB34_36.obj" "Debug/animwin32_qnch.obj" "Debug/READCHS.obj" "Debug/HB25_27.obj" "Debug/bottlesubs.obj" "Debug/sav_pow_pr.obj" "Debug/bmtempf.obj" "Debug/subrs.obj" "Debug/plotir.obj" "Debug/loadhts.obj" "Debug/HB10_12.obj" "Debug/multicavity.obj" "Debug/INP_POWER.obj" "Debug/readbot.obj" "Debug/Heatpro.obj" "Debug/HB40_42.obj" "Debug/comdlgerr.obj" "Debug/Readprefm.obj" "Debug/parameter.obj" "Debug/HB31_33.obj" "Debug/calcnF.obj" "Debug/ANIMWIN32.obj" "Debug/PTIGRAPHICS.obj" "Debug/HB22_24.obj" "Debug/bottlegraphs.obj" "Debug/AUTODICE.obj" "Debug/all_control.obj" "Debug/ViewPref.obj" "Debug/Modify_preform.obj" "Debug/HB16_18.obj" "Debug/str_stn_pet.obj" "Debug/InpIRF.obj" "Debug/sbo40heater.obj" "Debug/prefconf.obj" "Debug/HB7_9.obj" "Debug/3Dtemp.obj" "Debug/HB37_39.obj" "Debug/calorimetry.obj" "Debug/background.obj" "Debug/readpower.obj" "Debug/HB28_30.obj" "Debug/calcn.obj" "Debug/petwall.obj" "Debug/HB19_21.obj" "Debug/botconfig.obj" "Debug/heater.res" "C:Program FilesMicrosoft Visual Studio .NET 2003XFTXFT8XFT.lib" "C:IVFf90gllibf90GL.lib" "C:IVFf90gllibglut32.lib" "C:IVFf90gllibf90GLU.lib" "C:IVF9V9SamplesQuickWinScigraphDebugScigraph.lib" "C:IVFf90gllibf90GLUT.lib" ] Creating command line "Link @"c:Ivf_sbDebugRSP1.rsp"" backend signals Severe: **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. Link: error: problem during multi-file optimization compilation (code 3) Link: error: problem during multi-file optimization compilation (code 3) SBO48_38 build failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would recommend removing all the /nodefaultlib linker options - they are rarely necessary and cover up other errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Steve,
Unfortunately, Premier has had this project for a couple of months. I did not get any response so I am trying on my own again. It is not a simple project. Has array visualizer and opengl in it. Ron advised me to run with CAV instead of IAV in Intel VF 9.1. So thats all I have changed.
After I removed all /nodefaultlib inker options, this is what I get.
Does that point to something.
Thanks for your help.
Sumit
------ Build started: Project: SBO48_38, Configuration: Debug|Win32 ------ Deleting intermediate files and output files for project 'SBO48_38', configuration 'Debug|Win32'. Compiling resources... Rc /d "_DEBUG" /l 0x0409 /fo "Debug/heater.res" "c:Ivf_sbo48_38heater.rc" Compiling with Intel Fortran 9.1 C:Program FilesIntelCompilerFortran9.1IA32... ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Str_Stn_Module.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_waveabs.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_opcb.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_common.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Module_Bottle3D.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38dizzy.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_power.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_inputinfo.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_x2def.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_pieval.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_color.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38AVIS2D.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38aiimwin32_glo_qnch.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38opengl_Globals.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38DLLPRGRS.F90" c:Ivf_sbo48_38DLLPRGRS.F90(134) : Warning: The data type of the actual argument does not match the definition. lret = EnableWindow( hwndParent, .FALSE. ) -----------------------------------------------------^ c:Ivf_sbo48_38DLLPRGRS.F90(256) : Warning: The data type of the actual argument does not match the definition. lret = EnableWindow( context % hwndParent, .TRUE. ) -------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ADOBJS.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ANIMFOR.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38opengl_pref.f90" c:Ivf_sbo48_38opengl_pref.f90(1729) : Warning: The data type of the actual argument does not match the definition. .FALSE., & ! Italic ----------^ c:Ivf_sbo48_38opengl_pref.f90(1730) : Warning: The data type of the actual argument does not match the definition. .FALSE., & ! Underline ----------^ c:Ivf_sbo48_38opengl_pref.f90(1731) : Warning: The data type of the actual argument does not match the definition. .FALSE., & ! Strikeout ----------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38avisgrid.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38EXCEL97A.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38display_string.f90" c:Ivf_sbo48_38display_string.f90(137) : Warning: The data type of the actual argument does not match the definition. lret = EnableWindow( hwndParent, .FALSE. ) --------------------------------------------------- --^ c:Ivf_sbo48_38display_string.f90(255) : Warning: The data type of the actual argument does not match the definition. lret = EnableWindow( context % hwndParent, .TRUE. ) -------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ANIMWIN32GLOBALS.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38module_copyfolder.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38animfor_qnch.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "C:IVF_SBO48_38AVIEWER_new.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ViewBot_B.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Read_dxf.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38optimize_process.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38menus.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB13_15.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38 ead_pref_dxf.f90" c:Ivf_sbo48_38 ead_pref_dxf.f90(1011) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------^ c:Ivf_sbo48_38 ead_pref_dxf.f90(1011) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------^ c:Ivf_sbo48_38 ead_pref_dxf.f90(1011) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------------------------------------------^ c:Ivf_sbo48_38 ead_pref_dxf.f90(1869) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------^ c:Ivf_sbo48_38 ead_pref_dxf.f90(1869) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------^ c:Ivf_sbo48_38 ead_pref_dxf.f90(1869) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Inpbot.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38savepower.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ovenc.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB4_6.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38design_optimization.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38 efresh.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Preform_Dgn_HS.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB34_36.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38animwin32_qnch.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38READCHS.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB25_27.F90" ifort /nologo /Zi /Od /iface :cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ottlesubs.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38sav_pow_pr.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38mtempf.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38subrs.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38plotir.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38loadhts.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB10_12.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38multicavity.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38INP_POWER.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38 eadbot.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Heatpro.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB40_42.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38comdlgerr.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Readprefm.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38parameter.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB31_33.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38calcnF.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ANIMWIN32.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38PTIGRAPHICS.F90" c:Ivf_sbo48_38PTIGRAPHICS.F90(137) : Warning: The data type of the actual argument does not match the definition. status = SETWINDOW( .TRUE.,DBLE(xl), DBLE(yl), DBLE(xh), DBLE(yh)) ------------------------^ c:Ivf_sbo48_38PTIGRAPHICS.F90(937) : Warning: The data type of the actual argument does not match the definition. if (filled.eq.1) retv=POLYGON_W($GFILLINTERIOR,points,2*L) -----------------------------------------------------------------^ c:Ivf_sbo48_38PTIGRAPHICS.F90(938) : Warning: The data type of the actual argument does not match the definition. if (filled.eq.0) retv=POLYGON_W($GBORDER,points,2*L) -------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB22_24.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ottlegraphs.f90" c:Ivf_sbo48_38ottlegraphs.f90(833) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------^ c:Ivf_sbo48_38ottlegraphs.f90(833) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------^ c:Ivf_sbo48_38ottlegraphs.f90(833) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38AUTODICE.F90" c:Ivf_sbo48_38AUTODICE.F90(45) : Warning: The data type of the actual argument does not match the definition. CALL $Application_SetVisible(excelapp, .TRUE.) ---------------------------------------------^ c:Ivf_sbo48_38AUTODICE.F90(218) : Warning: The data type of the actual argument does not m atch the definition. CALL $Application_SetVisible(excelapp, .TRUE.) ---------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38all_control.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ViewPref.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38Modify_preform.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB16_18.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38str_stn_pet.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38InpIRF.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38sbo40heater.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38prefconf.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB7_9.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_383Dtemp.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB37_39.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38calorimetry.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38ackground.f90" c:Ivf_sbo48_38ackground.f90(691) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------^ c:Ivf_sbo48_38ackground.f90(691) : Warning: The data type of the actual a rgument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------^ c:Ivf_sbo48_38ackground.f90(691) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38 eadpower.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB28_30.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38calcn.f90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38petwall.f90" c:Ivf_sbo48_38petwall.f90(1003) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------^ c:Ivf_sbo48_38petwall.f90(1003) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------^ c:Ivf_sbo48_38petwall.f90(1003) : Warning: The data type of the actual argument does not match the definition. [INT2] itemp=RGB(int2(255*ContourColours(vertex1,3)),int2(255*ContourColours(vertex1,4)),int2(255*ContourColours(vertex1,5))) ----------------------------------------------------------------------------------^ ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38HB19_21.F90" ifort /nologo /Zi /Od /iface:cvf /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:qwin /dbglibs /c /Qvc7.1 /Qlocation,link,"C:Program FilesMicrosoft Visual Studio .NET 2003Vc7in" "c:Ivf_sbo48_38otconfig.f90" Linking... Creating temporary file "RSP1.rsp" with contents [ /OUT:"Debug/SBO48_38.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:"Debug/SBO48_38.pdb" /SUBSYSTEM:WINDOWS /OPT:NOWIN98 /ENTRY:"WinMainCRTStartup" kernel32.lib /MACHINE:I386 /NODEFAULTLIB:"libifcoremt.lib" "Debug/Str_Stn_Module.obj" "Debug/module_waveabs.obj" "Debug/module_opcb.obj" "Debug/module_common.obj" "Debug/Module_Bottle3D.obj" "Debug/dizzy.obj" "Debug/module_power.obj" "Debug/module_inputinfo.obj" "Debug/module_x2def.obj" "Debug/module_pieval.obj" "Debug/module_color.obj" "Debug/AVIS2D.obj" "Debug/aiimwin32_glo_qnch.obj" "Debug/opengl_Globals.obj" "Debug/DLLPRGRS.obj" "Debug/ADOBJS.obj" "Debug/ANIM FOR.obj" "Debug/opengl_pref.obj" "Debug/avisgrid.obj" "Debug/EXCEL97A.obj" "Debug/display_string.obj" "Debug/ANIMWIN32GLOBALS.obj" "Debug/module_copyfolder.obj" "Debug/animfor_qnch.obj" "Debug/AVIEWER_new.obj" "Debug/ViewBot_B.obj" "Debug/Read_dxf.obj" "Debug/optimize_process.obj" "Debug/menus.obj" "Debug/HB13_15.obj" "Debug/read_pref_dxf.obj" "Debug/Inpbot.obj" "Debug/savepower.obj" "Debug/ovenc.obj" "Debug/HB4_6.obj" "Debug/design_optimization.obj" "Debug/refresh.obj" "Debug/Preform_Dgn_HS.obj" "Debug/HB34_36.obj" "Debug/animwin32_qnch.obj" "Debug/READCHS.obj" "Debug/HB25_27.obj" "Debug/bottlesubs.obj" "Debug/sav_pow_pr.obj" "Debug/bmtempf.obj" "Debug/subrs.obj" "Debug/plotir.obj" "Debug/loadhts.obj" "Debug/HB10_12.obj" "Debug/multicavity.obj" "Debug/INP_POWER.obj" "Debug/readbot.obj" "Debug/Heatpro.obj" "Debug/HB40_42.obj" "Debug/comdlgerr.obj" "Debug/Readprefm.obj" "Debug/parameter.obj" "Debug/HB31_33.obj" "Debug/calcnF.obj" "Debug/ANIMWIN32.obj" "Debug/PTIGRAPHICS.obj" "Debug/HB22_24.obj" "Debug/bottlegraphs.obj" "Debug/AUTODICE.obj" "Debug/all_control.obj" "Debug/ViewPref.obj" "Debug/Modify_preform.obj" "Debug/HB16_18.obj" "Debug/str_stn_pet.obj" "Debug/InpIRF.obj" "Debug/sbo40heater.obj" "Debug/prefconf.obj" "Debug/HB7_9.obj" "Debug/3Dtemp.obj" "Debug/HB37_39.obj" "Debug/calorimetry.obj" "Debug/background.obj" "Debug/readpower.obj" "Debug/HB28_30.obj" "Debug/calcn.obj" "Debug/petwall.obj" "Debug/HB19_21.obj" "Debug/botconfig.obj" "Debug/heater.res" "C:Program FilesMicrosoft Visual Studio .NET 2003XFTXFT8XFT.lib" "C:IVFf90gllibf90GL.lib" "C:IVFf90gllibglut32.lib" "C:IVFf90gllibf90GLU.lib" "C:IVF9V9SamplesQuickWinScigraphDebugScigraph.lib" "C:IVFf90gllibf90GLUT.lib" ] Creating command line "Link @"c:Ivf_sbo48_38DebugRSP1.rsp"" backend signals Severe: **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. Link: error: problem during multi-file optimization compilation (code 3) Link: error: problem during multi-file optimization compilation (code 3) SBO48_38 build failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
Thanks for following up.
The issue number is 379265
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
Were you able to get an update from Premier.
Thanks for your help.
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page