source: trunk/src/testing/app/volvis/README_ATUL @ 4

Revision 4, 928 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
11. June 8 2004
2--------------
3
4Trying to use Makefile.standalone. In main.cpp, I copied localhost to serverIP on lines 890 and 931.
5
62. June 14 2004
7---------------
8
9Spoke to Shalini. She helped me run volatile between master and one slave. Here is what I did :
10
11On igppviz : Execute the Optistore server
12On compute-0-1 : Execute the Optistore server
13
14On iggpviz run the client :
15
16 mpirun -np 2  -machinefile /home/anayak/volatile/volvis/.gige.twoigppviz $PWD/volvis -v Protein onlyonemachine.dat -a 2.08 -d 64 64 64 -n /home/anayak/volatile/volvis/machines.dat.onlyone
17
18the .gige.twoigppviz file contains :
19
20[anayak@igppviz volvis]$ cat .gige.twoigppviz
21compute-0-1
22
23the onlyonemachine.dat
24[anayak@igppviz volvis]$ cat onlyonemachine.dat
250 localhost
261 localhost
27
28the machines.dat.onlyone contains
29
30[anayak@igppviz volvis]$ cat machines.dat.onlyone
311 0 100 0 100 0 0 1 1
32
33So this draws the entire volume on compute-0-1.
34
35
Note: See TracBrowser for help on using the repository browser.