Hi,
I am doing some parallel pvserver experimentation.
AWS EC2 instance has two network interface, public (front facing) private (internal facing)
When running mpiexec within the cluster, the return IP and port listening on 11111 is and internal IP and from the outside (my laptop), I can’t connect to it.
Is there a recommended way to start up parallel pvservers so that it is listening on the public IP rather than the internal IP ?
Cheers
             
            
              
            
           
          
            
              
                Dave_DeMarle  
              
                  
                    November 19, 2020,  2:23am
                   
                  2 
               
             
            
              As memory serves you can specify that with a command ine argument. Try pvserver - - help.
             
            
              1 Like 
            
            
           
          
            
              
                mconti  
              
                  
                    November 19, 2020,  5:34pm
                   
                  3 
               
             
            
              Hey Nicholas, you can set server port and connect id yourself to connect to a remote cluster. See the command below. Also, use mpiexec.hydra to determine the amount of procs if you want to use it in parallel mode.
Command on Server Side:
Replace ##### with your own port numbers
             
            
              1 Like 
            
            
           
          
            
            
              I didn’t find mpiexec.hydra in my downloaded version of Paraview.
Using mpiexec -info, I get the following which lead me to believe that current builds of mpiexec already included hydra
nyue@head0:~/systems/ParaView/ParaView-5.9.0-RC1-MPI-Linux-Python3.8-64bit/bin$ ./mpiexec  -info