Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 192B417C51 for ; Sun, 14 Jun 2015 17:45:07 +0000 (UTC) Received: (qmail 66047 invoked by uid 500); 14 Jun 2015 17:45:06 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 65997 invoked by uid 500); 14 Jun 2015 17:45:06 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 65987 invoked by uid 99); 14 Jun 2015 17:45:06 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2015 17:45:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F21ABC09BE for ; Sun, 14 Jun 2015 17:45:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.109 X-Spam-Level: X-Spam-Status: No, score=-1.109 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ce2GszcobG0P for ; Sun, 14 Jun 2015 17:45:04 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 8507442AA6 for ; Sun, 14 Jun 2015 17:45:04 +0000 (UTC) Received: by qgfg8 with SMTP id g8so2853525qgf.2 for ; Sun, 14 Jun 2015 10:44:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; bh=FWpMc7kJvuVzzzg/U/2pLbHG9Z6CDo/umX9CeW4h934=; b=hkMhPdok8IoH5+jQkOmcEb7s7A2Vi6xWWWYhM7kq/WI5MA6WttV9UcJpqOIbIrM/Ap 5p9rImNb4txo+a49okvNHFLRZ3ATO4CwtCA5XQFgvdEv30xMsWLvVTCuSCaB1YSdHtR4 ODm4f6qcGLpOTtbzFDnJlUbLIm5fyECct7QEFErP0SiNOq7pDK7nX34A/2kJw5Y8efID /ZLUcRGhMs8igbZITYSiWnFQGVg1cTsHsVtNei3JeWgybZ5bwQM72LNtIB0re5PwTE4n up122ILiKVIG7829HuLQzDZ74GiYBKErJNoxfJwRGRUhImTPz3uLnOFc/cKaCqnK+3/G MaAw== X-Gm-Message-State: ALoCoQn+Uw/7Xs95uJilcwI890a/S42xakuJDcPRruSeis/QbKV6T61/XNsnv21Pn+/CsQGcRus/ X-Received: by 10.140.149.129 with SMTP id 123mr33160969qhv.56.1434303852406; Sun, 14 Jun 2015 10:44:12 -0700 (PDT) Received: from [192.168.2.87] (pool-173-56-214-208.nycmny.fios.verizon.net. [173.56.214.208]) by mx.google.com with ESMTPSA id h63sm5019115qkh.34.2015.06.14.10.44.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Jun 2015 10:44:11 -0700 (PDT) From: Douglas Chau Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: GSoC project Message-Id: <7661EF04-47A1-48DE-86A4-46813975772C@binghamton.edu> Date: Sun, 14 Jun 2015 13:44:08 -0400 To: dev@airavata.apache.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) Hello, For my GSoC project I want to tackle the issue of cluster recommendation = for airavata users; I will be working with John, another GSoC student, = on this component. The current PGA interface forces a user to pick a = specific resource, but of course, as an end user, they may likely have = no idea as to which resource to choose. The end goal is to provide a = tip/hint in the user interface that points to the cluster that will be = most =E2=80=9Coptimal=E2=80=9D for the job; however, users will still be = allowed to select a resource of their choice regardless of = recommendation. The cluster recommendation component will consist of two metrics (these = categories can be further fleshed out): availability and runtime = benchmarks. Availability will be determined by the cluster health, queue = prediction times, total allocations (SU=E2=80=99s), filesystem = availability, etc. Most of our clusters now are under XSEDE, so this = information can be queried from their API. For other clusters outside = XSEDE we will have to use other methods to send back information (i.e. = manually ssh-ing into a cluster to grab information). But, for now I am = going to focus on the grabbing information from the XSEDE clusters. = Runtime benchmarking falls under John=E2=80=99s GSoC project, but the = idea is beyond availability of a cluster, we also need to consider which = cluster is historically known to run specific jobs faster; this is a = more challenging problem. In the end, these two metrics will be = evaluated to give a recommended cluster for a specific job. All this cluster information will be stored in registry. Then we can add = a new airavata API method to query and crunch this cluster information = from the registry. After a recommendation is determined, the information = will return to the PGA client and populate the page with the = recommendation information. This is a quick overview of what I want to do and there are probably = more details that I may have left out, so if there are any questions = please ask! Also, tips or advice on how to tackle this problem would be = appreciated. Doug=