[Swift-commit] r6501 - branches/release-0.94/docs/siteguide
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Mon May 6 10:44:30 CDT 2013
Author: davidk
Date: 2013-05-06 10:44:29 -0500 (Mon, 06 May 2013)
New Revision: 6501
Added:
branches/release-0.94/docs/siteguide/geyser
Modified:
branches/release-0.94/docs/siteguide/siteguide.txt
Log:
A brief Geyser/Caldera siteguide entry
Added: branches/release-0.94/docs/siteguide/geyser
===================================================================
--- branches/release-0.94/docs/siteguide/geyser (rev 0)
+++ branches/release-0.94/docs/siteguide/geyser 2013-05-06 15:44:29 UTC (rev 6501)
@@ -0,0 +1,37 @@
+Geyser and Caldera (x86 clusters)
+---------------------------------
+The Geyser and Caldera clusters are specialized data analysis and
+visualization resources at NCAR (National Center for Atmospheric
+Research).
+
+More information about these clusters can be found at
+http://www2.cisl.ucar.edu/resources/geyser_caldera.
+
+Example sites.xml
+~~~~~~~~~~~~~~~~~
+The following sites.xml has the basic definitions for how to run a job using
+the LSF scheduler.
+
+-----
+<config>
+ <pool handle="geyser">
+ <filesystem provider="local"/>
+ <execution provider="coaster" jobmanager="local:lsf"/>
+ <profile namespace="globus" key="jobsPerNode">1</profile>
+ <profile namespace="globus" key="maxTime">3600</profile>
+ <profile namespace="globus" key="maxwalltime">00:05</profile>
+ <profile namespace="globus" key="lowOverallocation">100</profile>
+ <profile namespace="globus" key="highOverallocation">100</profile>
+ <profile namespace="globus" key="nodeGranularity">1</profile>
+ <profile namespace="globus" key="maxNodes">1</profile>
+ <profile namespace="globus" key="project">P93300606</profile>
+ <profile namespace="globus" key="queue">small</profile>
+ <profile namespace="karajan" key="jobThrottle">4</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ <workdirectory>/glade/scratch/davkelly</workdirectory>
+ </pool>
+</config>
+-----
+
+The values for workdirectory, queue, and project will likely need to be
+adjusted based on the requirements of your project.
Modified: branches/release-0.94/docs/siteguide/siteguide.txt
===================================================================
--- branches/release-0.94/docs/siteguide/siteguide.txt 2013-05-02 21:49:35 UTC (rev 6500)
+++ branches/release-0.94/docs/siteguide/siteguide.txt 2013-05-06 15:44:29 UTC (rev 6501)
@@ -16,6 +16,8 @@
include::futuregrid[]
+include::geyser[]
+
include::grid[]
include::intrepid[]
More information about the Swift-commit
mailing list