Revision 4,
928 bytes
checked in by ajaworski, 13 years ago
(diff) |
Added modified SAGE sources
|
Rev | Line | |
---|
[4] | 1 | 1. June 8 2004 |
---|
| 2 | -------------- |
---|
| 3 | |
---|
| 4 | Trying to use Makefile.standalone. In main.cpp, I copied localhost to serverIP on lines 890 and 931. |
---|
| 5 | |
---|
| 6 | 2. June 14 2004 |
---|
| 7 | --------------- |
---|
| 8 | |
---|
| 9 | Spoke to Shalini. She helped me run volatile between master and one slave. Here is what I did : |
---|
| 10 | |
---|
| 11 | On igppviz : Execute the Optistore server |
---|
| 12 | On compute-0-1 : Execute the Optistore server |
---|
| 13 | |
---|
| 14 | On 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 | |
---|
| 18 | the .gige.twoigppviz file contains : |
---|
| 19 | |
---|
| 20 | [anayak@igppviz volvis]$ cat .gige.twoigppviz |
---|
| 21 | compute-0-1 |
---|
| 22 | |
---|
| 23 | the onlyonemachine.dat |
---|
| 24 | [anayak@igppviz volvis]$ cat onlyonemachine.dat |
---|
| 25 | 0 localhost |
---|
| 26 | 1 localhost |
---|
| 27 | |
---|
| 28 | the machines.dat.onlyone contains |
---|
| 29 | |
---|
| 30 | [anayak@igppviz volvis]$ cat machines.dat.onlyone |
---|
| 31 | 1 0 100 0 100 0 0 1 1 |
---|
| 32 | |
---|
| 33 | So this draws the entire volume on compute-0-1. |
---|
| 34 | |
---|
| 35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.