Re: [Wien] berryPI code

2015-09-09 Thread Elias Assmann
On 09/08/2015 11:57 PM, nilofar hadaeghi wrote: > I tried to implement this run this command :x w2w -up -so > but I again faced the following error: > > forrtl: severe (174): SIGSEGV, segmentation fault occurred > Image PCRoutineLine > Source

Re: [Wien] berryPI code

2015-09-09 Thread nilofar hadaeghi
Dear prof. Oleg Rubel and Mr.Elias Assmann I really thank You. I will try to find these lines in the source code of w2w but any further help would be desirable. BerryPI Version 1.2 Python version: 2.7.3 Numpy version: 1.6.2 Best regards, On Wed, Sep 9, 2015 at 7:45 AM, Elias Assmann

Re: [Wien] berryPI code

2015-09-09 Thread Gavin Abo
My guess is that the problem is coming from an inconsistency in the input files (case.energysoup or ?) or a code bug is causing I to become larger than the size nmat of BKX(I), BKY(I), or BZX(I), such that it is indexing out of an array. To check if that is what is happening, I would try

Re: [Wien] berryPI code

2015-09-09 Thread Gavin Abo
What is the output of Elias's grep command on your system? For example, in a terminal, you should see something like: username@computername:~/Desktop$ grep Id: $WIENROOT/SRC_w2w/{almgen.F,l2mmn.f,main.f} /home/username/WIEN2k/SRC_w2w/almgen.F:!!! $Id: almgen.F 167 2014-02-03 09:43:33Z assmann

Re: [Wien] berryPI code

2015-09-09 Thread Elias Assmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/09/2015 06:22 PM, nilofar hadaeghi wrote: > I really thank You. I will try to find these lines in the source > code of w2w but any further help would be desirable. BerryPI > Version 1.2 Python version: 2.7.3 Numpy version: 1.6.2 At least on

Re: [Wien] berryPI code

2015-09-09 Thread Elias Assmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks everybody for chiming in :-). On 09/09/2015 06:36 PM, Víctor Luaña Cabal wrote: > grep -B 5 -A 5 Id: SRC_w2w/{almgen.F,l2mmn.f,main.f} That is very useful in many cases (or just ‘-C 5’, FWIW), but in this case, the one line is really all that

Re: [Wien] berryPI code

2015-09-09 Thread Víctor Luaña Cabal
>> grep Id: SRC_w2w/{almgen.F,l2mmn.f,main.f} Let me explain a little the command by Elias: grep Id: SRC_w2w/{almgen.F,l2mmn.f,main.f} --- - 1 1 1: text to find 2: set of files to explore. Three files in this case. A even improved

Re: [Wien] berryPI code

2015-09-09 Thread nilofar hadaeghi
The output is exactly what has been mentioned in the Gavin Abo's mail as is copied below: /usr/local/codes/wien2k/v14.2/SRC_w2w/almgen.F:!!! $Id: almgen.F 167 2014-02-03 09:43:33Z assmann $ /usr/local/codes/wien2k/v14.2/SRC_w2w/l2mmn.f:!!! $Id: l2mmn.f 167 2014-02-03 09:43:33Z assmann $

Re: [Wien] berryPI code

2015-09-08 Thread nilofar hadaeghi
I tried to implement this run this command :x w2w -up -so but I again faced the following error: forrtl: severe (174): SIGSEGV, segmentation fault occurred Image PCRoutineLine Source w2wc 0042E242 almgen_ 120

Re: [Wien] berryPI code

2015-09-08 Thread Oleg Rubel
I afraid you need to dig into the source code of w2w and see what is going on in these lines. Oleg > On Sep 8, 2015, at 17:57, nilofar hadaeghi wrote: > > I tried to implement this run this command :x w2w -up -so > but I again faced the following error: > > forrtl:

[Wien] berryPI code

2015-09-06 Thread nilofar hadaeghi
Dear all I am working on the berryPI code and I have faced the following error. Can anyine help me please? Best regards, [hadaeghi@cm6 YbB6]$ berrypi -o -j -k10:10:10 [ BerryPI ] +++Version 1.2 (Mar 12, 2014) [ BerryPI ] Python version: 2.7.3 [ BerryPI ] Numpy version: 1.6.2 [ BerryPI ]

Re: [Wien] berryPI code

2015-09-06 Thread Oleg Rubel
The error suggests that "x w2w -so -up" did not go through. Please try to run this command manually in the same directory, just to confirm the error. Also there is a trace back information in your segfault report. I would go into specified lines of the sources code and look for hints. I assume