[root] / trunk / net / net / src / TGrid.cxx Repository:
ViewVC logotype

Log of /trunk/net/net/src/TGrid.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 23091 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 15:04:27 2008 UTC (6 years, 9 months ago) by rdm
File length: 3074 byte(s)
Copied from: trunk/net/src/TGrid.cxx revision 23090
Diff to previous 20882
moving the follwing directories to "net":

alien, auth, glite, globusauth, krb5auth, ldap, monalisa, net, netx,
rootd, rpdutils, srputils, xrootd

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3074 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3074 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3121 byte(s)
Diff to previous 11900
remove :$ from tag line

Revision 11900 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 27 13:47:37 2005 UTC (9 years, 7 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3131 byte(s)
Diff to previous 11837
From Andreas Peters + me:
moved the file copy and merge API from TGrid to a stand-alone class
TFileMerger. This class allows for easy copying of two files using the
TFile plugins (i.e. it can copy from castor to dcap, or from xrootd to
chirp, etc.). It file merge functionality is taken from hadd. It is part
of libProof since that library is already linked with libHist and libTree.
To use it do, e.g.:
   TFileMerger m
   m->Cp("srcUrl", "destUrl")
or
   m->AddFile("url1")
   m->AddFile("url2")
   m->Merge()
the AddFile() and Merge() use the Cp() to copy the file locally before
making the merge, and if the output file is remote the merged file
will be copied back to the remote destination.

Revision 11837 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 20 11:04:56 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 12576 byte(s)
Diff to previous 11836
disable Grid ROOT file merge feature since it would make Core
depend on Hist. Looking for better solution.

Revision 11836 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 20 10:33:00 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 12485 byte(s)
Diff to previous 11832
Fix compile problem on MacOS X.

Revision 11832 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 20 09:59:35 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 12417 byte(s)
Diff to previous 11782
From Andreas Peters:
mods in the TGrid and helper abstract interface.

Revision 11782 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 13 08:49:54 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 6195 byte(s)
Diff to previous 11778
fix compiler warnings showing up on MacOS X.

Revision 11778 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 12 13:19:39 2005 UTC (9 years, 8 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 6182 byte(s)
Diff to previous 7582
From Andreas and Derek:
modify the abstract grid interface to be smaller and more flexible.
Added abstract classes to describe Grid Jobs, JobStatus, JDL, file collections.
Removed specific PROOF interface which is not needed anymore.

Revision 7582 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 13 15:15:11 2003 UTC (11 years, 2 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3066 byte(s)
Diff to previous 4934
From Andreas Peters:
updated TGrid and related classes, and updated TAlien plugin for the AliEN grid.
To build the TAlien plugin one needs to install the AliEn client API lib.
How the basic TGrid class works with AliEn is described in the file
README/README.ALIEN.
Also provided is a Grid/AliEn controlled distribtution and startup system
for PROOF. This uses the TGridProof/TAlienProof classes and the LFN/PFN
information in the TDSet to find the AliEn sites where the data resides.
On these sites PROOF daemons (proofd) are started by AliEn (using an
interactive submission queue). Once the proofd's are running standard
PROOF is started which then connects to these proofd's. After that the
user performs his analysis, like on a local PROOF cluster.

Revision 4934 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 16 13:59:19 2002 UTC (12 years, 6 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3891 byte(s)
Diff to previous 4634
mods related to using the new features of the plugin manager. The plugin
manager can be used in more places, this is coming.

Revision 4634 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 31 11:29:24 2002 UTC (12 years, 7 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3983 byte(s)
Diff to previous 4615
Added alien.C test and example program and more updates to Grid/Alien classes.

Revision 4615 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 30 13:28:57 2002 UTC (12 years, 7 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3725 byte(s)
Diff to previous 4607
continued improvement to alien interface.

Revision 4607 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 28 16:41:46 2002 UTC (12 years, 7 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 3701 byte(s)
Diff to previous 4526
more improvements to AliEn grid interface.

Revision 4526 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon May 13 10:35:19 2002 UTC (12 years, 8 months ago) by rdm
Original Path: trunk/net/src/TGrid.cxx
File length: 2781 byte(s)
new abstract interface to GRID services.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9