From owner-nwchem-users@emsl.pnl.gov Mon May 14 22:46:23 2007 Received: from odyssey.emsl.pnl.gov (localhost [127.0.0.1]) by odyssey.emsl.pnl.gov (8.13.8/8.13.8) with ESMTP id l4F5kM6f007243 for ; Mon, 14 May 2007 22:46:23 -0700 (PDT) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.13.8/8.13.8/Submit) id l4F5kM20007242 for nwchem-users-outgoing-0915; Mon, 14 May 2007 22:46:22 -0700 (PDT) X-Authentication-Warning: odyssey.emsl.pnl.gov: majordom set sender to owner-nwchem-users@emsl.pnl.gov using -f X-Ironport-SG: OK_Domains X-Ironport-SBRS: 4.7 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAHXmSEbNqE+Xk2dsb2JhbACQAAIBAQcIBg4d X-IronPort-AV: i="4.14,535,1170662400"; d="scan'208"; a="31625591:sNHT47386808" X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: [NWCHEM] compilation error "waiting for unfinished jobs" rocks kernel 4.2.1 Date: Mon, 14 May 2007 23:46:16 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [NWCHEM] compilation error "waiting for unfinished jobs" rocks kernel 4.2.1 Thread-Index: AceWgV2y77cdcPoRTjiK4tI3N5NvLgAMjexM References: <4648F362.9020803@gmail.com> From: "Chang, Christopher" To: "Jeff Hammond" , "Clark, Aurora" , X-OriginalArrivalTime: 15 May 2007 05:46:16.0827 (UTC) FILETIME=[5AFEB4B0:01C796B4] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by odyssey.emsl.pnl.gov id l4F5kLkW007239 Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk I don't believe the issue is one with filename lengths, but subroutine name lengths. In the original output, the "waiting for unfinished jobs" message was not the trigger; the actual problem occured prior. I'm not sure running make repeatedly without addressing the underlying problem would result in a fully functional executable... -----Original Message----- From: owner-nwchem-users@emsl.pnl.gov on behalf of Jeff Hammond Sent: Mon 5/14/2007 5:40 PM To: Clark, Aurora; nwchem-users@emsl.pnl.gov Subject: Re: [NWCHEM] compilation error "waiting for unfinished jobs" rocks kernel 4.2.1 Aurora, I have seen the "Waiting for unfinished jobs...." error using GNU compilers, which handle long filenames. The solution was merely to do 'make' repeatedly until it finished. If it is something with the cluster, as mine seemed to be, four or five tries should do it. If that doesn't solve your problem, then you can address the PGF filename issue as Dunyou suggested. Alternatively, I have a modified set of TCE Makefiles which excluded compilation of CCSDT and CR-CCSD(T) like is done for CCSDTQ, which will also solve the problem. Finally, you can manually configure NWCHEM_MODULES so that everything except the TCE is compiled, which will get you past the filename issue, assuming you do not need anything in the TCE. Both of those solutions may be easier than updating your compilers. Jeff