Return-Path: Received: from mx2.fz-rossendorf.de ([149.220.142.12] verified) by hzdr.de (CommuniGate Pro SMTP 6.1.10) with ESMTP id 14289190 for picongpu-users@cg.hzdr.de; Thu, 16 Jun 2016 13:24:39 +0200 Received: from localhost (localhost [127.0.0.1]) by mx2.fz-rossendorf.de (Postfix) with ESMTP id C179345754 for ; Thu, 16 Jun 2016 13:24:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx2.fz-rossendorf.de Received: from mx2.fz-rossendorf.de ([127.0.0.1]) by localhost (mx2.fz-rossendorf.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y1_3Er1CDU0B for ; Thu, 16 Jun 2016 13:24:35 +0200 (CEST) Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=147.231.234.10; helo=mailgw.eli-beams.eu; envelope-from=prvs=197521990d=danila.khikhlukha@eli-beams.eu; receiver=picongpu-users@hzdr.de Received: from mailgw.eli-beams.eu (mailgw.eli-beams.eu [147.231.234.10]) by mx2.fz-rossendorf.de (Postfix) with ESMTPS id AE2FD4574F for ; Thu, 16 Jun 2016 13:24:35 +0200 (CEST) Received: from braun.eli-beams.eu ([10.1.5.17]) by mailgw.eli-beams.eu with ESMTP id u5GBOZPi004060-u5GBOZPk004060 (version=TLSv1.0 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Jun 2016 13:24:35 +0200 Received: from BRAUN.eli-beams.eu ([::1]) by braun.eli-beams.eu ([::1]) with mapi id 14.03.0279.002; Thu, 16 Jun 2016 13:24:35 +0200 From: Khikhlukha Danila To: "picongpu-users@hzdr.de" Subject: splash2txt assert fail Thread-Topic: splash2txt assert fail Thread-Index: AdHHvrgT4QI1yHieQiqURVgX+VLh5A== Date: Thu, 16 Jun 2016 11:24:34 +0000 Message-ID: Accept-Language: en-US, cs-CZ Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.36.30.5] Content-Type: multipart/alternative; boundary="_000_BA7C853FEE430847B9C35FFCC6E5B2A52675F7DAbraunelibeamseu_" MIME-Version: 1.0 --_000_BA7C853FEE430847B9C35FFCC6E5B2A52675F7DAbraunelibeamseu_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear all, Recently with 0.1.2 I observe a strange behavior of splash2txt. Likely I'm = misusing the tool, however I just want to confirm... So my simulation was launched with an option " --hdf5.period 1000 --hdf5.fi= le simData". In the ouput directory I observe a bunch of files simData_*.h= 5 with numeration starts from 0. I want to plot Ey fieled sliced in xy direction @ step =3D 10000. I found t= he example of how to use splash2txt here https://git.io/vo07M. I modified i= t a bit and invoke the following: splash2txt --slice xy -s 10000 -d fields/FieldE/y --offset 0 --delimiter " = " --input-file simData I got an array of data to stdout and in the end: splash2txt: /home/danila/tools/picongpu/src/tools/splash2txt/tools_splash_p= arallel.cpp:200: void ToolsSplashParallel::printFields(std::vector [GPU:11444] *** Process received signal *** [GPU:11444] Signal: Aborted (6) [GPU:11444] Signal code: (-6) [GPU:11444] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0 [0x7fe308546= 8d0] [GPU:11444] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7fe3071f8= 067] [GPU:11444] [ 2] /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7fe3071f94= 48] [GPU:11444] [ 3] /lib/x86_64-linux-gnu/libc.so.6(+0x2e266) [0x7fe3071f1266] [GPU:11444] [ 4] /lib/x86_64-linux-gnu/libc.so.6(+0x2e312) [0x7fe3071f1312] [GPU:11444] [ 5] splash2txt(_ZN19ToolsSplashParallel11printFieldsESt6vector= I15ExDataContainerSaIS1_EE+0x2b2) [0x46e9fa] [GPU:11444] [ 6] splash2txt(_ZN19ToolsSplashParallel13convertToTextEv+0xa9a= ) [0x46f638] [GPU:11444] [ 7] splash2txt(main+0x278) [0x454597] [GPU:11444] [ 8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0= x7fe3071e4b45] [GPU:11444] [ 9] splash2txt() [0x452c2f] [GPU:11444] *** End of error message *** Aborted However I'm not sure that I'm using splash2txt correctly. Could you please = take a look? Thank you in advance, Danila. --_000_BA7C853FEE430847B9C35FFCC6E5B2A52675F7DAbraunelibeamseu_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear all,
Recently with 0.1.2 I observe a strange behavior of splash2txt. Likely I'm = misusing the tool, however I just want to confirm...

So my simulation was launched with an option " --hdf5.period 1000 --hd= f5.file simData". In the ouput directory I observe a bunch of files&nb= sp; simData_*.h5 with numeration starts from 0.
I want to plot Ey fieled sliced in xy direction @ step =3D 10000. I found t= he example of how to use splash2txt here https://git.io/vo07M. I modified it a bit and invoke the following:
splash2txt --slice xy -s 10000 -d fields/FieldE/y --offset 0 --delimiter &q= uot; " --input-file simData

I got an array of data to stdout and in the end:
splash2txt: /home/danila/tools/picongpu/src/tools/splash2txt/tools_splash_p= arallel.cpp:200: void ToolsSplashParallel::printFields(std::vector<ExDat= aContainer>
[GPU:11444] *** Process received signal ***     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;           
[GPU:11444] Signal: Aborted (6)       &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;        
[GPU:11444] Signal code:  (-6)      &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;          
[GPU:11444] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0 [0x7fe30= 85468d0]           &= nbsp;           &nbs= p;            &= nbsp;     
[GPU:11444] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7fe30= 71f8067]           &= nbsp;           &nbs= p;            &= nbsp;      
[GPU:11444] [ 2] /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7fe307= 1f9448]           &n= bsp;            = ;            &n= bsp;       
[GPU:11444] [ 3] /lib/x86_64-linux-gnu/libc.so.6(+0x2e266) [0x7fe3071f1= 266]            = ;            &n= bsp;            = ;          
[GPU:11444] [ 4] /lib/x86_64-linux-gnu/libc.so.6(+0x2e312) [0x7fe3071f1= 312]            = ;            &n= bsp;            = ;          
[GPU:11444] [ 5] splash2txt(_ZN19ToolsSplashParallel11printFieldsESt6vector= I15ExDataContainerSaIS1_EE+0x2b2) [0x46e9fa]
[GPU:11444] [ 6] splash2txt(_ZN19ToolsSplashParallel13convertToTextEv+0= xa9a) [0x46f638]          = ;            &n= bsp;            = ;
[GPU:11444] [ 7] splash2txt(main+0x278) [0x454597]   &nb= sp;            =             &nb= sp;            =             &nb= sp;            =       
[GPU:11444] [ 8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5= ) [0x7fe3071e4b45]         &nb= sp;            =            
[GPU:11444] [ 9] splash2txt() [0x452c2f]      = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ; 
[GPU:11444] *** End of error message ***      = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ; 
Aborted           &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;   

However I'm not sure that I'm using splash2txt correctly. Could you please = take a look?

Thank you in advance,
Danila.
--_000_BA7C853FEE430847B9C35FFCC6E5B2A52675F7DAbraunelibeamseu_--