From owner-nwchem-users@emsl.pnl.gov Fri Jun 8 12:00:15 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 l58J0DNX015958 for ; Fri, 8 Jun 2007 12:00:14 -0700 (PDT) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.13.8/8.13.8/Submit) id l58J0DOS015957 for nwchem-users-outgoing-0915; Fri, 8 Jun 2007 12:00:13 -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: 3.4 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAEtEaUZA6aa3hmdsb2JhbACPbgIBCAYGCQgb X-IronPort-AV: E=Sophos;i="4.16,400,1175497200"; d="scan'208";a="22123503" DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Kt2coDciu8IXsA8Q3U+w29EFXz/mDJ6yKqyj/ylrIqm2xtQ9k3iZdvJsPBYSltHjE6Nlr1JPZeosAwdCHCPc9z56yJs/L/Ja4lnosYPWmPdoiugmwLaOuCccjWVcx+grrKuTw8cp1UOpt6+mlECoSbv7Q0Ao/eqSZc1GfL9hbOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=UyD4F+Ldbqok4Kwe6trGpWe5/zeRKJdN1big2WF/S/pIU9js6CKrposewUFewh/sZJYr6Z94CHKhK+SeFFHFRSKhY2HuURj827FPfxqK3j6toiCrLf0wufxRnTdMY2o16bIQdGVpN4Sn/zikTcbs6z+OoNGjXtJuIBX0LWwmhew= Message-ID: <4669A73A.9040708@gmail.com> Date: Fri, 08 Jun 2007 14:00:10 -0500 From: Jeff Hammond User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Txema Mercero CC: nwchem-users@emsl.pnl.gov Subject: Re: [NWCHEM] CCSD(T) Error References: <200706011413.09792.pobmelat@sq.ehu.es> <200706082025.05109.jm.mercero@ehu.es> In-Reply-To: <200706082025.05109.jm.mercero@ehu.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk Txema, The old CCSD(T) code uses the orbital basis, whereas the new CCSD(T) uses the spinorbital basis, which is twice as large. The old CCSD code uses less memory at the expense of versatility - it cannot do open-shell systems like the TCE can. The '2eorb' option can reduce a good portion of the memory usage within the TCE, but not enough in your case, it would seem. NWChem's coupled-cluster codes are wicked fast compared to other codes because they run in memory instead of using disk. You can make NWChem slow like the others if you choose an IO option which writes to disk :) As Dunyou pointed out previously, if you run with 8 cores, each one expected to have ~16 GB of memory. Your job succeeded likely only because the actual memory usage did not exceed the physical memory. Jeff Txema Mercero wrote: > Hello again, > > I finally was able to run the CCSD(T) calculation, > but using the old ccdst code: > > ccsd > freeze core atomic > end > task ccsd(t) > > using the the following memory allocation, on a 16GB of RAM, > 8 opteron cores node: > > memory stack 7500 mb heap 500 mb global 7500 mb > > I was happily surprised, because it was expectacularlly faster than > other QM codes I tested. > > But still I am wondering if I was able to run the calculation using > the old ccsd code, shouldn't I be able to reproduce it on trhe same machine > with the new TCE code? > > Thanks all of you for your help! > > Txema.