[scilab-Users] PVM

Centro Calculo centro.calculo at siu.udea.edu.co
Fri Nov 21 23:00:47 CET 2008


Finally I found the cause of the error, in the file SCI/routines/pvm/pvm_proc_ctrl.c I include a little modification

#if (defined __MSC__)  || defined(__MINGW32__) 
  strcpy(cmd, "scilex.exe");
#else
  /* I really need scilab here for gtk -version */
  //strcpy(cmd, "scilab"); CHANGE THIS LINE
  strcpy(cmd, "/share/apps/opt/scilab-4.1.2/bin/scilab"); //FOR THIS
#endif 

I expected that this could be of utility. SCILAB is a great tool. ENJOY

John

----- Mensaje original -----
De: "Centro Calculo" <centro.calculo at siu.udea.edu.co>
Para: users at lists.scilab.org
Enviados: Jueves, 20 de Noviembre de 2008 16:51:42 GMT -05:00 Colombia
Asunto: [scilab-Users] PVM

I am trying to use the pvm library. The functions works well but the pvm_spawn that is critical don't works, always returns

 No such executable

The pvm_spawn_independent works. Anybody knows what could be happening?

John
-- 
-------------------------------------------------------------------------------------------
Centro Regional de Simulación y Cálculo Avanzado, CRESCA
Sede de Investigación Universitaria (SIU)
Clle. 62 No. 52-59 (Peatonal)
Cra. 53 No. 61-30 (Vehicular)
Tels. (574) 219-6612 (CRESCA), (574) 219-6400 (Conmutador)
Fax. (574) 219-6565
e-mail: centro.calculo at siu.udea.edu.co
website: http://siu.udea.edu.co/cresca
-------------------------------------------------------------------------------------------


-- 
-------------------------------------------------------------------------------------------
Centro Regional de Simulación y Cálculo Avanzado, CRESCA
Sede de Investigación Universitaria (SIU)
Clle. 62 No. 52-59 (Peatonal)
Cra. 53 No. 61-30 (Vehicular)
Tels. (574) 219-6612 (CRESCA), (574) 219-6400 (Conmutador)
Fax. (574) 219-6565
e-mail: centro.calculo at siu.udea.edu.co
website: http://siu.udea.edu.co/cresca
-------------------------------------------------------------------------------------------



More information about the users mailing list