[esp-r] Re: esp-r Digest, Vol 60, Issue 6

Marco Manzan manzan at units.it
Thu Jul 21 11:42:03 BST 2011


> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 19 Jul 2011 17:33:54 +0200
> From: Filippo Monari <ingfimo at gmail.com>
> Subject: [esp-r]  esp-r text mode
> To: esp-r at lists.strath.ac.uk
> Message-ID:
> 	<CAG0gC1ci4=m3RpK_risj4LqBr-gmNOfkpMxUxxksoY8twGkY1A at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi, thanks for the previous answer.
> Then if I launch
> 
> >>esp-r -mode text
> 
> I get an error an the prj stop working
> if I launch
> 
> >>prj -mode text
> 
> everything seems work fine.
> So...in text mode I can only launch a single module each time?
> Thank you in advance.
> Regards,
> Filippo
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.strath.ac.uk/archives/esp-r/attachments/20110719/653b30c1/att
> achment-0001.html
> 
> ------------------------------
> 

> ------------------------------
> 
> Message: 3
> Date: Wed, 20 Jul 2011 11:49:32 +0100
> From: Jon Hand <jon at esru.strath.ac.uk>
> Subject: [esp-r] Re: esp-r text mode
> To: Filippo Monari <ingfimo at gmail.com>, "esp-r at lists.strath.ac.uk"
> 	<esp-r at lists.strath.ac.uk>
> Message-ID:
> 	<2C3CF455489D6B4F95AFAB84847FA4130194AA0A7805 at E2K7-MS2.ds.strath.ac.uk>
> 
> Content-Type: text/plain; charset="us-ascii"
> 
> 
> If you start the project manager (prj) with -mode text then any other ESP-r
> application that it starts up will also be invoked with -mode text.
> 
> The -mode text command line option can be used with any of the ESP-r
> modules.  To find out more about the command line options for
> an ESP-r module use
>   module_name -help
> 
> -Jon Hand
> ________________________________________
> From: esp-r-bounces at lists.strath.ac.uk [esp-r-bounces at lists.strath.ac.uk]
> On Behalf Of Filippo Monari [ingfimo at gmail.com] Sent: 19 July 2011 16:33
> To: esp-r at lists.strath.ac.uk
> Subject: [esp-r]  esp-r text mode
> 
> Hi, thanks for the previous answer.
> Then if I launch
> 
> >>esp-r -mode text
> 
> I get an error an the prj stop working
> if I launch
> 
> >>prj -mode text
> 
> everything seems work fine.
> So...in text mode I can only launch a single module each time?
> Thank you in advance.
> Regards,
> Filippo
> 

dear Filippo

you obtain an error when  trying to use esp-r in mode text since esp-r is a 
simple script that launches prj, 

run the command 
which esp-r

and inspect the file or do directly

vi `which esp-r`

you can start as many modules as you wish in parallel with different scripts or 
in different shells. I do it normally running parallel simulation for genetic 
optimization problems, but each script consist in a serial sequence of modules 
eg.
prj (to modify the geometry) -> ish (to take into account solar contributions  
) -> bps (run the simulation) -> res (recover results)  

as you see it is a logical sequence since each module uses the results of 
previous module.

Marco

-- 
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _   
|Marco Manzan               Email: manzan at units.it      |        
|Tel:   (+39) 040 5583506   Fax  : (+39) 040  572033    |        
|Dipartimento di Ingegneria Meccanica e Navale          |        
|Universita' degli Studi di Trieste                     |        
|via A. Valerio 10, 34127 TRIESTE                       |        
|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|



More information about the esp-r mailing list