Changeset 14807
- Timestamp:
- 01/31/13 11:55:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/rootfilehandler.C
r13853 r14807 242 242 if ( hostName.Contains("isdc") ) //IF ONE IS WORKING AT ISDC 243 243 { 244 244 cout << "computing site is ISDC" << endl; 245 245 dataDirectory = "/fact/"; 246 246 homeDirectory = "/home_nfs/isdc/jbbuss/"; 247 247 } 248 if ( hostName.Contains("hpc")||hostName.Contains("node") ) //IF ONE IS WORKING AT PHIDO249 { 250 248 else if ( hostName.Contains("hpc")||hostName.Contains("node") ) //IF ONE IS WORKING AT PHIDO 249 { 250 cout << "computing site is PhiDO" << endl; 251 251 dataDirectory = "/fhgfs/groups/app/fact-construction/"; 252 252 homeDirectory = "/fhgfs/users/jbuss/";
Note:
See TracChangeset
for help on using the changeset viewer.