[Paraview] ParaView3 client/server command-line options
Thomas D. Uram
turam at mcs.anl.gov
Tue Aug 7 16:39:24 EDT 2007
Thanks for your response.
It works for me to create a minimal default_servers.pvsc file:
<Servers>
<Server name="hostname" resource="cs://hostname" owner="site">
</Server>
</Servers>
in the default location. In my case, this is the same directory in
which the paraview executable resides.
I can then run the paraview client on the command line as:
./paraview -s=hostname
Has there been discussion of adding back in support for a simple
command-line option to specify a server resource, for cases in which a
richer, XML-based description is not needed? I'm just curious, and
would like to avoid having to write into a user's default_servers.pvsc
file to get them connected.
Tom
On 8/3/07 9:01 PM, Randall Hand wrote:
> Before you can use those options, you need to define the servers in a
> PVSC file. We (HPCMO) have some documentation at
> https://visualization.hpc.mil/wiki/index.php/ParaView_3_Client-Server_Configuration
> <https://visualization.hpc.mil/wiki/index.php/ParaView_3_Client-Server_Configuration>
> on how PVSC files work.
>
> Unfortunately, PVSC options aren't saved across runs, so you'll need
> to manually enter your changes into the default PVSC file in the lib
> directory.
>
> --
> ----------------------------------------
> Randall Hand
> Visualization Scientist
> ERDC MSRC-ITL
>
> On 8/3/07, *Thomas D. Uram* <turam at mcs.anl.gov
> <mailto:turam at mcs.anl.gov>> wrote:
>
>
> In ParaView 2, one could launch the ParaView client against a remote
> server with a command line like:
>
> ./pvclient --server-host=remotehost
>
> I'm trying to do the same with ParaView3, which appears to have a
> differently-named client executable with a different set of
> command-line
> options, using:
>
> ./paraview --server=cs://remotehost
>
> which fails with:
>
> Could not connect to requested server " cs://remotehost ".
> Creating
> default builtin connection
>
> Based on what I've been able to determine from the wiki, specifying a
> 'server resource' in this way should work, but it does not.
>
> I can connect to remote servers from within the UI.
>
> Should I be able to specify a remote server on the command-line in
> this
> way in PV3? Is there a different way to achieve what I'm after?
>
> Thanks in advance,
>
> Tom Uram
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org <mailto:ParaView at paraview.org>
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070807/699f1d7f/attachment.htm
More information about the ParaView
mailing list