[gate-users] Condor

Fernando Rannou rannou at diinf.usach.cl
Wed May 11 17:19:38 CEST 2005


Hi Junhyung

I would recommend the NFS approach, although Condor
should be able to handle other configurations. The directory
where you install a software should be visible to all nodes
in the cluster, because when Gate is started in that node it will
try to link the libraries. But that is not enough. You also
need to have the user be NFS, so all macro definitions like
LD_LIBRARY_PATH and ROOTSYS, etc, etc are also know everywhere.

Also add the following line to your Condor submit file

Getenv = True

so when the remote job starts, Gate will read the environment
variables that were set during the moment of submission in
your local node (submit machine). Do you follow?

Fernando


On Mon, 2005-05-09 at 13:46 +0900, "JunHyung Lee" wrote:
> 
> 
> Dear Fernando and Manu
> 
>  
> 
> Your communication about Condor is very interesting to me,
> because I am also working on the clustering to speed up a GATE
> simulation.
> 
>  
> 
> I will explain my Condor configuration and problem.
> 
>  
> 
> I have four computers.
> One was installed GATE and Condor(Central manager),
> and the others were installed only Condor(Nodes).
> 
>  
> 
> I gave a executable permission to directories and files for Condor.
> So, a Condor Pool was made up completely.
> 
>  
> 
> I found that a Condor job seemed to work fine in the Central manager.
> However, a Condor job seemed to stop in the Nodes after a certain
> time.
> In other words, when I submit a Condor job to the cluster, 
> it sits there for a few minutes, then it disappears.
> 
>  
> 
> I think something was wrong with NFS.
> I registered only the GATE directory with NFS.
> 
>  
> 
> If I want to execute the GATE using each nodes with Condor,
> as Fernando mentioned in the users mailing list(04/28/2005),
> do I have to install the GATE, Geant4, CLHEP, root and LMF in same
> directory?
> 
> 
> For example
> -------------------
> /nfs/GATE
> /nfs/geant4
> /nfs/CLHEP
> /nfs/root
> /nfs/lmf
> 
>  
> 
> And I would like to ask a favor.
> Would you please share your macro files of the GATE and set-up files
> of the Condor?
> 
>  
> 
> Best regards,
> Junhyung Lee
> 
> 
> _______________________________________________
> gate-users mailing list
> gate-users at lphe1pet1.epfl.ch
> http://lphe1pet1.epfl.ch/mailman/listinfo/gate-users



More information about the Gate-users mailing list