############################################################### # # each enabled endpoint needs a corresponding ini section, which # accepts the ini keys listed below (defaults in brackets). # # url ("") - contact url for job service endpoint # ctype (UserPass) - context type to be used # user ("") - user name for context # pass ("") - password name for context # cert ("") - certificate name for context # key ("") - keyfile name for context # proxy ("") - proxy name for context # cadir ("") - CA directory for context # exe ("") - client executable # pwd ("") - working directory for client # njobs ("") - number of clients foir this endpoint # args ("") - space delimited vector of argument strings # # note that args will always be *pre*pended by the runs # job spool advert dir (url), and the clients id (integer). # ############################################################### ############################################################### # # main config section # [mandelbrot] # numerical user id, used to determine default location of X509 certificate (/tmp/x509up_u$[mandelbrot.user_id]) user_id = 1007 contact = andre--interop@merzky.net # the backends details are collectively defined in: backend_ini = ${SAGA_DEMO_ROOT}/../mandelbrot_backend.ini # output device to be used output_device_x11 = no output_device_png = yes output_png_filename = mandelbrot.png # all job buckets are created under that advert directory, by # appending the session uid and the client jobnum: # saga::advert::directory (// advert_dir = advert://SAGA:SAGA_client@cyder.cct.lsu.edu:8080/applications/mandelbrot/merzky/ # mandelbrot algorithm parameters plane_x_0 = -2.0 plane_y_0 = -1.0 plane_x_1 = +1.0 plane_y_1 = +1.0 limit = 256 escape = 4 # work item definitions (box == work item) img_size_x = 1200 img_size_y = 800 box_num_x = 2 box_num_y = 15 # flags debug = 1 ############################################################### # # enable/disable specific backends # [mandelbrot.backends] gin-arc-hungary = yes gin-bespp-local = yes gin-ec2-aws = yes gin-gram-degrid-unido = yes gin-gram-deisa-lrz = yes gin-gridsam-oxford = yes gin-ssh-cct = yes gin-qcg-poznan-userpass = yes gin-qcg-poznan-x509 = yes gin-unicore-juelich = yes fg-genesis2-alamo = yes fg-genesis2-india = yes fg-genesis2-debug-pass = no fg-genesis2-debug-cert = no fg-genesis2-sierra = yes fg-ssh-alamo = yes fg-ssh-hotel = yes fg-ssh-india = yes fg-ssh-sierra = yes fg-unicore-india = yes fg-unicore-sierra = yes tg-gram-blacklight = yes tg-gram-kraken = yes tg-gram-lonestar = yes tg-gram-ranger = yes tg-gram-trestles = yes tg-gsissh-blacklight = yes tg-gsissh-kraken = yes tg-gsissh-lonestar = yes tg-gsissh-ranger = yes tg-gsissh-trestles = yes priv-fork-local = yes priv-ssh-local = yes loni-gram-queenbee = yes -endpoint-failing = no -endpoint-job-awol = no -endpoint-job-bomb = no -endpoint-job-dummy = no -endpoint-job-fail = no -endpoint-job-joke = no -endpoint-job-lazy = no -endpoint-missing = no