<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#6600cc">
<font face="Helvetica, Arial, sans-serif">What is the proper
incantation to get Paraview 3 to read an Ensight/SoS data file?
That is, what's the relationship between the hostname(s) identified in
the SoS file, and the nodes assigned by MPI? I assume that somehow,
nodes are assigned through MPI, and those nodes are somehow mapped into
the "servers" defined in the SoS file? However, in this example file,
the chunk0.case file ONLY resides on server host-l1 and chunk1.case
ONLY resides on host-l4. It's unclear to me how this all ties
together.<br>
<br>
<br>
EXAMPLE Ensight/SOS File:<br>
<br>
<br>
<br>
FORMAT<br>
type: master_server gold<br>
<br>
SERVERS<br>
number of servers: 1<br>
<br>
#Server 1<br>
#-----------<br>
machine id: host-l1<br>
executable: ensight82.server<br>
directory: <br>
login id: <br>
data_path: /ldrive/test<br>
casefile: chunk0.case<br>
#<br>
#Server 2<br>
#-----------<br>
machine id: host-l4<br>
executable: ensight82.server<br>
directory:<br>
login id:<br>
data_path: /ldrive/test<br>
casefile: chunk1.case<br>
#<br>
<br>
</font>
</body>
</html>