From NWChem
			You are viewing a single post from the thread title above
												
			
                  
        
            
                | 
                        
                            | 
                                  
                                     Edoapra  Forum:Admin, Forum:Mod, bureaucrat, sysop
                                    
                                   |  | 
            
                | 
                        
                            | Forum VetThreads 7 Posts 1297
 |  | 
		                    
		                        | 10:01:07 AM PDT - Tue, Apr 24th 2012 |  |  | Might have found the culprit 
 |  
		                        | Lukasz Please ignore the posting I have just made a few minutes ago since I might have found the root cause of the problem.
 
 The NWChem makefile structure is using a hardwired link option that limit the amount of memory to less thank 2GB (bmaxdata:0x80000000). In order to use, say 8Gb you would need to set bmaxdata:0x200000000.
 This is set at line 933 of $NWCHEM_TOP/src/config/makefile.h
 The line should be changed from
 LDOPTIONS += -bmaxstack:0x80000000 -bmaxdata:0x80000000 # needed because of bigtoc
 to
 LDOPTIONS += -bmaxstack:0x80000000 -bmaxdata:0x200000000 # needed because of bigtoc
 
 You do need to recompile nwchem to do it, but just re-link it, instead, by typing
 
 make FC=xlf link
 
 Let me know how it goes
 |  | 
 
        |  | 
        
      
        	
            
                AWC's:
                 2.5.10 MediaWiki - Stand Alone Forum Extension
Forum theme style by: AWC