Search found 4 matches
- Fri Feb 12, 2010 7:49 pm
- Forum: Configuring and compiling ABINIT
- Topic: option in source files
- Replies: 1
- Views: 5730
option in source files
There is an option in some source files of the 57_iovars directory. The comments say !! option : if 0 , no test of available memory !! if 1 , the routine tries to allocate the estimated memory, for testing !! purposes, and if a failure occurs, the routine stops. !! if 2 , like 1, but before stopping...
- Thu Feb 11, 2010 8:54 pm
- Forum: Configuring and compiling ABINIT
- Topic: input file as command line argument?
- Replies: 5
- Views: 9811
Re: input file as command line argument?
It worked fine, I can now run abinit on the Blue Gene. But there is still another problem: The calculation works fine for my case with ecut 20, but this is too low for me. When I raise it I get memory : analysis of memory needs ========================================================================...
- Wed Feb 10, 2010 1:50 pm
- Forum: Configuring and compiling ABINIT
- Topic: input file as command line argument?
- Replies: 5
- Views: 9811
Re: input file as command line argument?
Well, that should achieve exactly what I need. Is there an analogue --disable-stdout option to get a default log-file name?
- Tue Feb 09, 2010 11:36 pm
- Forum: Configuring and compiling ABINIT
- Topic: input file as command line argument?
- Replies: 5
- Views: 9811
input file as command line argument?
Hello, I am trying to run abinit-5.8.3 on a Blue Gene system. The architecture prohibits passing input files via piping ('abinip < input.files' does not work). Is there a way to pass it as a command line argument? Something like 'abinip -input.files'. If there is not, can you tell me how and where I...