您好,欢迎访问三七文档
当前位置:首页 > IT计算机/网络 > 数据库 > fortran常见错误代码
IfyouhaveinstalledtheParallelSoftwareEnvironmentandcompiledaprogramforparallelexecution,additionalmessagesspecifictoparallelexecutionmayappear(seetheDIGITALHighPerformanceFortran90HPFandPSEManual).Table8-2Run-TimeErrorMessagesandExplanationsNumberSeverityLevel,Number,andMessageText;ConditionSymbolandExplanationNone1info:FortranerrormessagenumberisnnnTheDIGITALFortran90messagecatalogfilewasnotfoundonthissystem.Forinformationaboutthemessagefilelocation,seeSection8.1.2oryourDIGITALFortraninstallationguide.Thiserrorhasnoconditionsymbol.None1warning:Couldnotopenmessagecatalog:for_msg.catTheDIGITALFortran90messagecatalogfilewasnotfoundonthissystem.SeeSection8.1.2oryourDIGITALFortraninstallationguideforfurtherinformation.Thiserrorhasnoconditionsymbol.None1info:CheckenvironmentvariableNLSPATHandprotectionofpath-name/for_msg.datTheDIGITALFortran90messagecatalogfilewasnotfound.Formoreinformation,seeSection8.1.2oryourDIGITALFortraninstallationguide.Thiserrorhasnoconditionsymbol.None1InsufficientmemorytoopenFortranRTLcatalog:message41TheDIGITALFortran90messagecatalogfilecouldnotbeopenedbecauseofinsufficientvirtualmemory.Toovercomethisproblem,increasetheper-processdatalimitbyusingthelimit(Cshell)orulimit(BourneandKornshells)commands(seeSection1.1)beforerunningtheprogramagain.Formoreinformation,seeerror41.Thiserrorhasnoconditionsymbol.11severe(1):NotaFortran-specificerrorFOR$IOS_NOTFORSPE.AnerrorintheuserprogramorintheRTLwasnotaDIGITALFortran90-specificerrorandwasnotreportablethroughanyotherDIGITALFortran90run-timemessages.IfyoucallERRSNS,anerrorofthiskindreturnsavalueof1(formoreinformationontheERRSNSsubroutine,seetheDIGITALFortranLanguageReferenceManual).8severe(8):InternalconsistencycheckfailureFOR$IOS_BUG_CHECK.Internalerror.Pleasecheckthattheprogramiscorrect.Recompileifanerrorexistedintheprogram.Ifthiserrorpersists,submitanSPR.9severe(9):PermissiontoaccessfiledeniedFOR$IOS_PERACCFIL.Checkthemode(protection)ofthespecifiedfile.Makesurethecorrectfilewasbeingaccessed.Changetheprotection,specifiedfile,orprocessusedbeforererunningprogram.10severe(10):CannotoverwriteexistingfileFOR$IOS_CAOVEEXI.SpecifiedfilexxxalreadyexistswhenOPENstatementspecifiedSTATUS='NEW'(createnewfile)usingI/Ounitx.Makesurecorrectfilename,directorypath,unit,andsoforthwerespecifiedinthesourceprogram.Decidewhetherto:Renameorremovetheexistingfilebeforererunningtheprogram.Modifythesourcefiletospecifydifferentfilespecification,I/Ounit,orOPENstatementSTATUS.11info(11)1:UnitnotconnectedFOR$IOS_UNINOTCON.ThespecifiedunitwasnotopenatthetimeoftheattemptedI/Ooperation.Checkifcorrectunitnumberwasspecified.Ifappropriate,useanOPENstatementtoexplicitlyopenthefile(connectthefiletotheunitnumber).17severe(17):SyntaxerrorinNAMELISTinputFOR$IOS_SYNERRNAM.Thesyntaxofinputtoanamelist-directedREADstatementwasincorrect.18severe(18):ToomanyvaluesforNAMELISTvariableFOR$IOS_TOOMANVAL.AnattemptwasmadetoassigntoomanyvaluestoavariableduringanamelistREADstatement.19severe(19):InvalidreferencetovariableinNAMELISTinputFOR$IOS_INVREFVAR.Oneofthefollowingconditionsoccurred:Thevariablewasnotamemberofthenamelistgroup.Anattemptwasmadetosubscriptascalarvariable.Asubscriptofthearrayvariablewasout-of-bounds.Anarrayvariablewasspecifiedwithtoomanyortoofewsubscriptsforthevariable.Anattemptwasmadetospecifyasubstringofanoncharactervariableorarrayname.Asubstringspecifierofthecharactervariablewasout-of-bounds.Asubscriptorsubstringspecifierofthevariablewasnotanintegerconstant.Anattemptwasmadetospecifyasubstringbyusinganunsubscriptedarrayvariable.20severe(20):REWINDerrorFOR$IOS_REWERR.Oneofthefollowingconditionsoccurred:Thefilewasnotasequentialfile.Thefilewasnotopenedforsequentialorappendaccess.TheDIGITALFortran90RTLI/OsystemdetectedanerrorconditionduringexecutionofaREWINDstatement.21severe(21):DuplicatefilespecificationsFOR$IOS_DUPFILSPE.Multipleattemptsweremadetospecifyfileattributeswithoutaninterveningcloseoperation.ADEFINEFILEstatementwasfollowedbyanotherDEFINEFILEstatementoranOPENstatement22severe(22):InputrecordtoolongFOR$IOS_INPRECTOO.Arecordwasreadthatexceededtheexplicitordefaultrecordlengthspecifiedwhenthefilewasopened.Toreadthefile,useanOPENstatementwithaRECL=value(recordlength)oftheappropriatesize.23severe(23):BACKSPACEerrorFOR$IOS_BACERR.TheDIGITALFortran90RTLI/OsystemdetectedanerrorconditionduringexecutionofaBACKSPACEstatement.241severe(24):End-of-fileduringreadFOR$IOS_ENDDURREA.Oneofthefollowingconditionsoccurred:ADIGITALFortran90RTLI/Osystemend-of-fileconditionwasencounteredduringexecutionofaREADstatementthatdidnotcontainanEND,ERR,orIOSTATspecification.Anend-of-filerecordwrittenbytheENDFILEstatementwasencounteredduringexecutionofaREADstatementthatdidnotcontainanEND,ERR,orIOSTATspecification.AnattemptwasmadetoreadpasttheendofaninternalfilecharacterstringorarrayduringexecutionofaREADstatementthatdidnotcontainanEND,ERR,orIOSTATspecification.ThiserrorisreturnedbyENDandERRSNS.25severe(25):RecordnumberoutsiderangeFOR$IOS_RECNUMOUT.AdirectaccessREAD,WRITE,orFINDstatementspeci
本文标题:fortran常见错误代码
链接地址:https://www.777doc.com/doc-4338733 .html