|
SEARCH
TOOLBOX
LANGUAGES
Forum Menu
CCSDTLR Not Compiled Error in Example ccsdt polar small.nw
From NWChem
Viewed 10589 times, With a total of 28 Posts
|
Forum Regular
Threads 45
Posts 214
|
|
6:04:34 PM PDT - Wed, Oct 8th 2014 |
|
Thanks a lot. I have already removed '2eorb' according to the manual , or the program would stop earlier.
|
Edited On 6:14:20 PM PDT - Wed, Oct 8th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
11:51:34 PM PDT - Wed, Oct 8th 2014 |
|
Thanks very much for your advice. The compilation is successful.
Now I encounter " failed ga_create size/nproc bytes:Received an Error in Communication" during ccsdt iterations.
when I set the memory to 1200mw, or change io ga to 2emet=3, the problem still appears.
How to set memory size in this case?
|
Edited On 8:21:02 AM PDT - Thu, Oct 9th 2014 by Xiongyan21
|
|
|
-
Edoapra Forum:Admin, Forum:Mod, bureaucrat, sysop
|
|
Forum Vet
Threads 9
Posts 1507
|
|
9:02:00 AM PDT - Thu, Oct 9th 2014 |
|
Quote:Xiongyan21 Oct 8th 10:51 pmThanks very much for your advice. The compilation is successful.
Now I encounter " failed ga_create size/nproc bytes:Received an Error in Communication" during ccsdt iterations.
when I set the memory to 1200mw, or change io ga to 2emet=3, the problem still appears.
How to set memory size in this case?
Please show the last 100 lines of your output files and your complete input file
Thanks
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
6:04:56 PM PDT - Thu, Oct 9th 2014 |
|
Input:
echo
start ccsdt_polar_small
- permanent_dir ./perm
- scratch_dir ./scratch
- memory 12000 mb
- R = 2.068 bohr
geometry units au
symmetry d2h
N 0 0 -1.034
N 0 0 1.034
end
basis spherical
* library aug-cc-pVDZ
end
scf
singlet
rhf
thresh 1e-8
end
tce
scf
ccsdt
2emet 3
end
......
|
Edited On 9:12:19 PM PDT - Fri, Oct 10th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
6:07:50 PM PDT - Thu, Oct 9th 2014 |
|
Output
......Z axis ( b1u symmetry)
---------------------------------------
Iterations converged
CCSD-LR dipole moments / hartree & Debye
|
Edited On 9:09:20 PM PDT - Fri, Oct 10th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
6:11:41 PM PDT - Thu, Oct 9th 2014 |
|
X 0.0000000 0.0000000
Y 0.0000000 0.0000000
Z -0.0000000 -0.0000000
--------------------------------
Warning: you have not solved the response equations for all axes. Please analyze the results carefully as the average and anisotropic polarizabilities are surely wrong.
CCSD Linear Response polarizability / au
Frequency = 0.1518778 / au
Wavelength = 300.0000066 / nm
available GA memory 7101856 bytes
------------------------------------------------------------------------
createfile: failed ga_create size/nproc bytes 9248672
------------------------------------------------------------------------
------------------------------------------------------------------------
current input line :
46: task tce energy
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
For more information see the NWChem manual at http://www.nwchem-sw.org/index.php/NWChem_Documentation
For further details see manual section:
0:createfile: failed ga_create size/nproc bytes:Received an Error in Communication
application called MPI_Abort(comm=0x84000000, 9248672) - process 0
|
Edited On 9:11:19 PM PDT - Fri, Oct 10th 2014 by Xiongyan21
|
|
|
|
Gets Around
Threads 18
Posts 133
|
|
5:02:39 PM PDT - Fri, Oct 10th 2014 |
|
You are trying to allocate 12 GB of memory per processor. Do you have that much RAM? This job does not need much memory. This worked fine for me:
echo
start tce_polar_ccsdt_small
memory 100 mb
geometry units au
symmetry d2h
Ne 0 0 0
end
basis spherical
* library aug-cc-pVDZ
end
tce
freeze core
ccsdt
io ga
end
set tce:lineresp T
set tce:respaxis F F T
set tce:afreq 0.0 0.1
task tce energy
It also worked fine with my default memory settings, no memory directive in the input file itself, but I wanted to see if I could shrink the default memory allocation since top didn't show much resident memory per process. Try using less memory.
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
6:54:36 PM PDT - Fri, Oct 10th 2014 |
|
Test tce_ccsdt_polar_small can pass and has the similar result with the default memory allocation.
|
Edited On 8:28:24 PM PDT - Fri, Oct 10th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
7:10:14 PM PDT - Fri, Oct 10th 2014 |
|
Cannot Increase GA Needed for Example ccsdt_polar_small
|
The input is
echo
start ccsdt_polar_small
- memory 1000 mb
- R = 2.068 bohr
geometry units au
symmetry d2h
N 0 0 -1.034
N 0 0 1.034
end
basis spherical
* library aug-cc-pVDZ
scf
singlet
rhf
thresh 1e-8
end
tce
freeze core
ccsdt
io ga
end# This turns on linear response
set tce:lineresp T
- Calculate T(1) w.r.t. X and Z only
set tce:respaxis T F T
- Dynamic polarizability frequencies in atomic units
set tce:afreq 0.00000000 0.08855851 0.104551063 0.12977315 0.15187784 # INF, 514.5, 435.8, 351.1, and 300 nm, respectively
task tce energy
This input also cannot work.
|
Edited On 8:44:29 PM PDT - Fri, Oct 10th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
10:05:37 PM PDT - Fri, Oct 10th 2014 |
|
I have tried memory=200mb, 100mb, 1000mb, 2000mb,3500mb but still got the same errors.
|
Edited On 4:32:50 AM PDT - Sun, Oct 19th 2014 by Xiongyan21
|
|
|
|
Gets Around
Threads 18
Posts 133
|
|
1:59:52 AM PDT - Sat, Oct 11th 2014 |
|
This runs successfully for me. It takes several hours though.
echo
start ccsdt_polar_small
memory 1000 mb
#
# R = 2.068 bohr
#
geometry units au
symmetry d2h
N 0 0 -1.034
N 0 0 1.034
end
basis spherical
* library aug-cc-pVDZ
end
scf
singlet
rhf
thresh 1e-8
end
tce
scf
ccsdt
io ga
end
#
# This turns on linear response
#
set tce:lineresp T
#
# Calculate T(1) w.r.t. X and Z only
#
set tce:respaxis T F T
#
# Dynamic polarizability frequencies in atomic units
#
set tce:afreq 0.00000000 0.08855851 0.104551063 0.12977315 0.15187784 # INF, 514.5, 435.8, 351.1, and 300 nm, respectively
task tce energy
The final outputs are slightly different from the reference outputs given in the input file comments. The formatting and the actual values have both changed. I've put the results on pastebin because the forum is doing that charming thing where it can't handle some text:
http://pastebin.com/Bt48fMgY
|
Edited On 2:00:12 AM PDT - Sat, Oct 11th 2014 by Mernst
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
7:51:10 AM PDT - Sat, Oct 11th 2014 |
|
Although the memory is increased or "set tce: xmem 250" is used, GA cannot be changed, so the calculation fails.
My question is how to increase GA?
Thanks for your advice.
|
Edited On 8:06:32 AM PDT - Sat, Oct 11th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
8:03:37 AM PDT - Sat, Oct 11th 2014 |
|
Although the memory size is increased or "set tce: xmem 250" used, GA cannot be changed, so the calculation fails.
My question is how to increase GA, e.g., throuhg shmmax setting?
|
Edited On 8:07:08 AM PDT - Sat, Oct 11th 2014 by Xiongyan21
|
|
|
|
Gets Around
Threads 18
Posts 133
|
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
8:19:22 PM PDT - Sat, Oct 11th 2014 |
|
Thanks a lot.
I have successfully increased shmmax on MAC OS X, but still got the same error message.
|
Edited On 2:01:11 AM PDT - Mon, Oct 13th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
8:59:18 AM PDT - Thu, Oct 16th 2014 |
|
Thanks, the total memory ,GA, etc., all can be changed.
|
Edited On 4:29:37 AM PDT - Sat, Oct 18th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
3:02:04 AM PDT - Sun, Oct 19th 2014 |
|
In order to save time, only 0.0885585 / au was chosen for the test.
Parallel calculations were unable to finish the last step trivial calculation after tens of hours, following
the converged CCSDT-LR iterations, and a sequential one gave
...
isotropic 8.4607437 1.2537531
anisotropic 13.3830280 1.9831606
|
Edited On 4:27:54 AM PDT - Sun, Oct 19th 2014 by Xiongyan21
|
|
|
|
Gets Around
Threads 3
Posts 85
|
|
8:42:25 AM PST - Wed, Dec 10th 2014 |
|
Quote:Xiongyan21 Oct 9th 1:04 amThanks a lot. I have already removed '2eorb' according to the manual , or the program would stop earlier.
Yeah, I think this is a regression from when I originally wrote this code, but the fix you found is the best one. Fixing it in the source would take an enormous amount of effort and would achieve the same thing as changing that one line of the input file.
Sorry for the trouble.
Jeff
|
|
|
|
Gets Around
Threads 3
Posts 85
|
|
8:46:11 AM PST - Wed, Dec 10th 2014 |
|
Quote:Xiongyan21 Oct 11th 3:03 pmAlthough the memory size is increased or "set tce: xmem 250" used, GA cannot be changed, so the calculation fails.
My question is how to increase GA, e.g., throuhg shmmax setting?
That input option is not relevant to CCSDT-LR.
|
|
|
|
Gets Around
Threads 3
Posts 85
|
|
8:47:34 AM PST - Wed, Dec 10th 2014 |
|
Quote:Xiongyan21 Oct 12th 3:19 amThanks a lot.
I have successfully increased shmmax on MAC OS X, but still got the same error message.
This test might be too larger for a Mac laptop. I ran it on a workstation when I created it.
On Mac, I use ARMCI-MPI to avoid various GA issues.
Jeff
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
9:27:43 PM PST - Wed, Dec 10th 2014 |
|
Quote:Jhammond Dec 10th 7:47 amQuote:Xiongyan21 Oct 12th 3:19 amThanks a lot.
I have successfully increased shmmax on MAC OS X, but still got the same error message.
This test might be too larger for a Mac laptop. I ran it on a workstation when I created it.
On Mac, I use ARMCI-MPI to avoid various GA issues.
Jeff
Thanks.
This is caused by the sign "#" not deleted in the input line, a funny mistake.
|
Edited On 9:46:10 PM PST - Wed, Dec 10th 2014 by Xiongyan21
|
|
|
|
Forum Regular
Threads 45
Posts 214
|
|
2:10:29 AM PST - Thu, Dec 11th 2014 |
|
Thanks a lot.
ARMCI-MPI is wonderful if the various GA issues can be avoided when it is compiled on MAC, which makes the TCE calculations of larger molecules for me feasible.
|
Edited On 5:50:28 AM PST - Thu, Dec 11th 2014 by Xiongyan21
|
|
|
|
Gets Around
Threads 3
Posts 85
|
|
11:50:05 PM PST - Sat, Nov 28th 2015 |
|
@Mernst
Can you send me the two log files via email so I can vimdiff them locally? I think you know my email already.
Thanks,
Jeff
|
|
|
|
Gets Around
Threads 3
Posts 85
|
|
3:36:01 PM PDT - Wed, Sep 21st 2016 |
|
According to QA/tests/tce_polar_ccsdt_small/tce_polar_ccsdt_small.out, that test took 20 minutes on 2 nodes 6 years ago. However, that was using the code that still allowed the use of 2eorb with CCSDT.
|
|
|
AWC's:
2.5.10 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
| |