From owner-nwchem-users@emsl.pnl.gov Mon Mar 26 11:03:26 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 l2QI3PvE001452 for ; Mon, 26 Mar 2007 11:03:26 -0700 (PDT) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.13.8/8.13.8/Submit) id l2QI3P6I001451 for nwchem-users-outgoing-0915; Mon, 26 Mar 2007 11:03:25 -0700 (PDT) X-Authentication-Warning: odyssey.emsl.pnl.gov: majordom set sender to owner-nwchem-users@emsl.pnl.gov using -f X-Ironport-SG: No_SBRS X-Ironport-SBRS: None X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAO6nB0aCJ7py/2dsb2JhbAA X-IronPort-AV: i="4.14,330,1170662400"; d="scan'208"; a="25581820:sNHT24014032" Message-ID: <20070326120321.o4dr9ygrcws8swws@webmail.cct.lsu.edu> Date: Mon, 26 Mar 2007 12:03:21 -0600 From: lyan1@cct.lsu.edu To: nwchem-users@emsl.pnl.gov Subject: [NWCHEM]Failed TCE MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) X-Originating-IP: 129.81.161.116 X-Message-Read-By: glenda X-Java-Used-By: people who think they can program X-Brought-To-You-By: the number five X-Bloat: courtesy of Java, Globus, and the Grid X-Confusion: Perl X-Virus-Scanned: ClamAV on envelope.cct.lsu.edu Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by odyssey.emsl.pnl.gov id l2QI3OOK001445 Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk Hi, I have been running into errors when trying to make NWChem run with the following input on a IBM p575 cluster running AIX 5.3: ********************************************************************* scf rohf doublet end tce scf ccsd io ga 2eorb end task tce optimize freq ********************************************************************* The error message for the master process is: ********************************************************************* 0:allocate: failed to attach to shared region id=: 1048580 0:ARMCI aborting 1048580(100004) ********************************************************************* After replacing "io ga" with "io replicated", I got: ********************************************************************* put_block: eaf problem 2 ------------------------------------------------------------------------ ------------------------------------------------------------------------ current input line : 0: ------------------------------------------------------------------------ ------------------------------------------------------------------------ An error occured while trying to read or write to disk space ------------------------------------------------------------------------ ********************************************************************* However, everything worked fine with a simpler task for H2O. ********************************************************************* scf rhf singlet end tce scf ccsd io ga end task tce optimize ********************************************************************* I did find a "The process file table is full" error message while using the "io ga" input, so it could be that the number of opened file descriptors reached its limit, which is currently 4096 per user on our system. But increasing it to 8192 didn't solve the problem. Could you shed some light on this problem? NWChem was compiled with TARGET=LAPI and USEMPI=y on the same platform that the code ran. Thank you very much. Best regards, Le