Differences between revisions 5 and 6
Revision 5 as of 2010-01-13 14:31:57
Size: 1177
Editor: AndreasHaupt
Comment:
Revision 6 as of 2010-01-29 14:26:56
Size: 731
Editor: AndreasHaupt
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== Preparations ==

Most of the documentation under [[Batch_System_Usage]] is still valid with the new SGE 6.2 installation. To use it, just switch with:

{{{
ini sge62
}}}

By now there are 4 nodes with altogether around 150 cores available for testing. So please '''test''' your jobs whether they can run under the new installation. If you encounter any problems, please don't hesitate to request support at [mailto:uco-zn@desy.de].

This page describes the changes done for the new batch system installation in Zeuthen.

Most obvious changes

Change

Additional remarks

switch tmp_free renamed to tmpdir_size

The space provided via tmpdir_size (e.g.: -l tmpdir_size=5G) is now a hard quota of the directory accessible under $TMPDIR within the job. /!\ /tmp must still not be used!

switch arch is now x86_64 on 64bit systems

As all farm nodes are running 64bit systems the arch switch is actually useless by now.

All unix groups you are member of can now be used as project

However, only a subset of those projects have a share assigned

SGE62Changes (last edited 2010-01-29 14:26:56 by AndreasHaupt)