From owner-nwchem-users@emsl.pnl.gov Tue Nov 11 08:27:36 2008 Received: from odyssey.emsl.pnl.gov (localhost.pnl.gov [127.0.0.1]) by odyssey.emsl.pnl.gov (8.14.1/8.14.1) with ESMTP id mABGRZ1e006983 for ; Tue, 11 Nov 2008 08:27:36 -0800 (PST) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.14.1/8.14.1/Submit) id mABGRZhH006982 for nwchem-users-outgoing-0915; Tue, 11 Nov 2008 08:27:35 -0800 (PST) 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.5 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnIBAPo/GUlKfVwbkWdsb2JhbACTbD4BAQEBCQkMBw+rc4EBi20BAwEDg1Q X-IronPort-AV: E=Sophos;i="4.33,584,1220252400"; d="scan'208";a="60076070" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=r7pgcsiKUHkaGWts/8zc5eRitqqlUVTJeqDO2+pdzxs=; b=mNVUetNhesMfsMMDawt+ZhL6wtG5LyxrkQu36zdCBOhYU4tU3LPtvUd8Dq8w2yUQEa qHm79as/UJPX+glQQFfyvC9Xibe+7w8QBcJJJbh2NYvXFEkze8eaVPe/xQs8KkDaXkMD 7VLqdfFKr/Fn9SZSYn42OsSqpUSQy8RWthcRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=e89jkWwQVJmuZZjutcNbN9w5jsG3LpD5prTXRlWs9FYhxmwKsDg3YzVfzrNEf+Gr9n wEpNeCN9KjFRRpL3HXdbOqog4+JexaEoRj8VxPZa5fDcXmcC5Mr8GqV7wm6lQGtJu6vW oFOXqs5qlUEhcDcGJNGV2uX8QlV5dYY/Skzl4= Message-ID: <4919B26B.1060106@gmail.com> Date: Tue, 11 Nov 2008 14:27:23 -0200 From: Nilson Tavares Filho User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: nwchem-users@emsl.pnl.gov Subject: Re: [NWCHEM] tce too many open files References: <49186778.6010402@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk Hi. First of all, I would like to thanks Karol and Jeff for the help. I have NWChem-5.1 compiled with Fortran compilers 10.x. I am trying to calculate vertically excited electronic states of ozone with 6-311(2+)G(d) basis set at eom-ccsd level. -- To Jeff: Jeff, I have tried "io ga". The job stops with: Iteration 25 using 139 trial vectors 0:armci_malloc:malloc 1 failed: 8999656 0:armci_malloc:malloc 1 failed: 8999656 Last System Error Message from Task 0:: No such file or directory 0: ARMCI aborting 8999656 (0x8952e8). 0: ARMCI aborting 8999656 (0x8952e8). system error message: No such file or directory I think I don't have enough memory for "io ga". So, I have changed my input to: "io ga_eaf" -- To Karol Karol, my input is: start o3_eee_trip_eomccsd_6_311_2++Gdp title "o3_eee_trip_eomccsd_6_311_2++Gdp" scratch_dir /w memory heap 50 mb stack 50 mb total 1500 mb charge 0 geometry o 0.00000000 0.00000000 0.43074302 o 0.00000000 1.07082609 -0.21537151 o 0.00000000 -1.07082609 -0.21537151 symmetry c2v end basis "ao basis" print #6-311_2++gdp #BASIS SET: (13s,7p,1d) -> [6s,5p,1d] (My basis set) end scf vectors swap 10 12 triplet end tce maxiter 200 ccsd nroots 5 dipole io ga_eaf end task tce energy The job fails with the following message: Iteration 49 using 239 trial vectors ------------------------------------------------------------------------ gatoeaf: eaf problem 0 ------------------------------------------------------------------------ ------------------------------------------------------------------------ current input line : 57: task tce energy ------------------------------------------------------------------------ ------------------------------------------------------------------------ An error occured while trying to read or write to disk space ------------------------------------------------------------------------ For more information see the NWChem manual at http://www.emsl.pnl.gov/docs/nwchem/nwchem.html For further details see manual section: 0:0:gatoeaf: eaf problem:: 0 0:0:gatoeaf: eaf problem:: 0 Last System Error Message from Task 0:: Too many open files 0: ARMCI aborting 0 (0). 0: ARMCI aborting 0 (0). system error message: Too many open files Looking at my scratch_dir, I have found "995 files" that hold only 1,7GB. I have 200GB on my disk. Thanks very much for you both. Nilson. PS.: I'm sorry for such a large message.