Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Getting access to LHC Computing Grid. One can find a brief introductory material at the RMKI's getting started page, where you can find information on how to get access to LCG. There are also simple examples on that page. Some more practical information on running a typical job. | ||||||||
Line: 112 to 112 | ||||||||
// Close the datafile. ipfile.close(); | ||||||||
Changed: | ||||||||
< < | // Open the datafile for writing. | |||||||
> > | // Open the datafile for writing, through a filter program. | |||||||
ogpstream opfile("/grid/cms/alaszlo/some_datafile.dat.gz", "gzip - > %f"); // Write data to your datafile with 'ogpstream::operator<<' or with 'ogpstream::write(char*, int)'. // Close the datafile. |