Hello,

I've compiled Paraview 5.1 with mpi support and ADIOS plugin to read some
ADIOS
datafiles.

I run paraview in client/server mode with 16 mpi processes in one node; when
opening a test file I got the next error (16 times, one per each process):

Connection URL: cs://XXXX:11111
Accepting connection(s): XXXX:11111
Client connected.
'rpc_read_config()': failed with -2.
'dc_boot()': failed with -2.
'dc_alloc()': failed with -2.
'rpc_read_config()': failed with -2.
'dc_boot()': failed with -2.
'dc_alloc()': failed with -2.
'dcg_alloc()': failed with -12.
common_dspaces_init(): failed to initialize.
ERROR: Failed to connect with DATASPACES

So it seems I need to run the Dataspace server by hand, right ?

Why the plugin uses Daspaces transport method instead of the more
traditional mpi ?

I don't recall paraview cmake configuration allowed to
specify any transport method for ADIOS.


Thanks,

Benjamin






-- 
---
---
B HDz
ben...@gmail.com
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to