From amstocker at dons.usfca.edu Wed Apr 1 18:49:32 2015 From: amstocker at dons.usfca.edu (Andrew Stocker) Date: Wed, 1 Apr 2015 16:49:32 -0700 Subject: [Swift-user] Question about connection times Message-ID: Hi All, I'm working on a project to develop a small swift cluster at my school. Our current test setup consists of 4 iMacs connected via a switch. We're running into a problem where if a job takes too long, one or more of the machines will lose their connection to the cluster. I'm wondering if there is some configuration which determines the maximum time for a job? I've looked through the documentation but it's a bit overwhelming for me since I'm new to this. Here are the contents of our configuration files; sites.xml: passive 3 .11999 10000 /tmp/swift cf: use.provider.staging=true wrapperlog.always.transfer=false execution.retries=10 provider.staging.pin.swiftfiles=false sitedir.keep=false use.wrapper.staging=false -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: cf Type: application/octet-stream Size: 162 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sites.xml Type: text/xml Size: 564 bytes Desc: not available URL: From jscherer at anl.gov Wed Apr 1 21:22:16 2015 From: jscherer at anl.gov (Scherer, Justin C.) Date: Thu, 2 Apr 2015 02:22:16 +0000 Subject: [Swift-user] Question about connection times In-Reply-To: References: Message-ID: <0C1D9134D7E7C042A9EBEE22F29A4CACAE104666@HALAS.anl.gov> Depends on which version you are using, between 0.94 or the main trunk, but the property name remains the same. I think what you are looking for is the following: jobWalltime Description: The maximum number amount of time allocated in a scheduler job, in hh:mm:ss format. Here is the page in the documentation where this is listed. http://swift-lang.org/guides/trunk/userguide/userguide.pdf#page=35 Hope this helps! Justin Scherer Software Engineer 630-252-5598 ________________________________ From: swift-user-bounces at ci.uchicago.edu [swift-user-bounces at ci.uchicago.edu] on behalf of Andrew Stocker [amstocker at dons.usfca.edu] Sent: Wednesday, April 01, 2015 6:49 PM To: Swift User Subject: [Swift-user] Question about connection times Hi All, I'm working on a project to develop a small swift cluster at my school. Our current test setup consists of 4 iMacs connected via a switch. We're running into a problem where if a job takes too long, one or more of the machines will lose their connection to the cluster. I'm wondering if there is some configuration which determines the maximum time for a job? I've looked through the documentation but it's a bit overwhelming for me since I'm new to this. Here are the contents of our configuration files; sites.xml: passive 3 .11999 10000 /tmp/swift cf: use.provider.staging=true wrapperlog.always.transfer=false execution.retries=10 provider.staging.pin.swiftfiles=false sitedir.keep=false use.wrapper.staging=false -------------- next part -------------- An HTML attachment was scrubbed... URL: From yadudoc1729 at gmail.com Thu Apr 2 19:00:01 2015 From: yadudoc1729 at gmail.com (Yadu Nand) Date: Thu, 2 Apr 2015 19:00:01 -0500 Subject: [Swift-user] Error with SSH and SSH-CL In-Reply-To: <0C1D9134D7E7C042A9EBEE22F29A4CACAE1042F7@HALAS.anl.gov> References: <0C1D9134D7E7C042A9EBEE22F29A4CACAE1042F7@HALAS.anl.gov> Message-ID: Hi Justin, Could you send me a tarball of the configs and the log files generated ? Meanwhile, could you try the configs from the test-suite for the MCS systems ? https://github.com/swift-lang/swift-k/tree/release-0.95-swift/tests/sites/mcs You would need the sites.template.xml, swift.properties and tc.template.data. Thanks, Yadu On Mon, Mar 30, 2015 at 4:10 PM, Scherer, Justin C. wrote: > I have been trying to get the simple hello.swift script to run on a remote > host that I have set up with another researcher. I will post my sites.xml, > config file, and tc.data files along with this message. After going through > all of the steps to get ssh to work, I get the following error for running > it in ssh mode: > > RunID: 20150330-1550-ut0jr8rf > Progress: time: Mon, 30 Mar 2015 15:50:36 -0500 > Execution failed: > Could not initialize shared directory on remotehost > Caused by: > org.globus.cog.abstraction.impl.file.FileResourceException: Error > while communicating with the SSH server on 146.137.66.189:22 > Caused by: > Invalid private key or passphrase > Caused by: > Can't read key due to cryptography problems: > java.security.NoSuchAlgorithmException: Unsupported passphrase algorithm: > AES-128-CBC > greeting, hello.swift, line 9 > > I tried both the dsa algorithm and putting in the rsa algorithm for this. > Here is my sites.xml for this: > > > > > > 0 > 10000 > /home/swift-user/temp > > > > also, here is the tc.data file: > > #This is the transformation catalog. > # > #It comes pre-configured with a number of simple transformations with > #paths that are likely to work on a linux box. However, on some systems, > #the paths to these executables will be different (for example, sometimes > #some of these programs are found in /usr/bin rather than in /bin) > # > #NOTE WELL: fields in this file must be separated by tabs, not spaces; and > #there must be no trailing whitespace at the end of each line. > # > # sitename transformation path INSTALLED platform profiles > localhost echo /bin/echo INSTALLED INTEL32::LINUX > null > localhost cat /bin/cat INSTALLED INTEL32::LINUX > null > localhost ls /bin/ls INSTALLED INTEL32::LINUX > null > localhost grep /bin/grep INSTALLED INTEL32::LINUX > null > localhost sort /bin/sort INSTALLED INTEL32::LINUX > null > localhost paste /bin/paste INSTALLED INTEL32::LINUX > null > localhost cp /bin/cp INSTALLED INTEL32::LINUX > null > localhost touch /bin/touch INSTALLED INTEL32::LINUX > null > localhost wc /usr/bin/wc INSTALLED INTEL32::LINUX > null > localhost sleep /bin/sleep null null null > remotehost echo /bin/echo INSTALLED INTEL32::LINUX > null > > and the configuration file is exactly like what is shown in the > documentation. > > If I try to do the ssh-cl interface, I get the following error: > > RunID: 20150330-1529-4b3sr1u4 > Progress: time: Mon, 30 Mar 2015 15:29:20 -0500 > Execution failed: > Exception in echo: > Arguments: [Hello, world!] > Host: remotehost > Directory: hello-20150330-1529-4b3sr1u4/jobs/c/echo-c3z4un6m > > Caused by: > Could not submit job > Caused by: > Could not start coaster service > Caused by: > java.lang.NullPointerException > at > org.globus.cog.abstraction.impl.execution.coaster.AutoCA.ensureCACertsExist(AutoCA.java:143) > at > org.globus.cog.abstraction.impl.execution.coaster.AutoCA.createProxy(AutoCA.java:128) > at > org.globus.cog.abstraction.impl.execution.coaster.ServiceManager.setupGSIProxy(ServiceManager.java:238) > at > org.globus.cog.abstraction.impl.execution.coaster.ServiceManager.startService(ServiceManager.java:194) > at > org.globus.cog.abstraction.impl.execution.coaster.ServiceManager.reserveService(ServiceManager.java:132) > at > org.globus.cog.abstraction.impl.execution.coaster.ServiceManager.reserveService(ServiceManager.java:151) > at > org.globus.cog.abstraction.impl.execution.coaster.JobSubmissionTaskHandler.getChannel(JobSubmissionTaskHandler.java:119) > at > org.globus.cog.abstraction.impl.execution.coaster.JobSubmissionTaskHandler.submit(JobSubmissionTaskHandler.java:105) > at > org.globus.cog.abstraction.impl.common.AbstractTaskHandler.submit(AbstractTaskHandler.java:45) > at > org.globus.cog.karajan.scheduler.submitQueue.NonBlockingSubmit.run(NonBlockingSubmit.java:97) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > greeting, hello.swift, line 9 > > There is no shared folder, so I have to use scheduling. > > I am using Swift version 0.94.1 from the main website. Any help is > appreciated. Thank you! > > Justin Scherer > _______________________________________________ > Swift-user mailing list > Swift-user at ci.uchicago.edu > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user > -- Yadu Nand B -------------- next part -------------- An HTML attachment was scrubbed... URL: From iraicu at cs.iit.edu Tue Apr 7 23:28:53 2015 From: iraicu at cs.iit.edu (Ioan Raicu) Date: Tue, 07 Apr 2015 23:28:53 -0500 Subject: [Swift-user] IEEE Cluster 2015 - Call for Posters Message-ID: <5524AE85.40508@cs.iit.edu> April 7, 2015 Release IEEE International Conference on Cluster Computing September 8-11, 2015 Chicago, IL, USA http://www.mcs.anl.gov/ieeecluster2015/ *** CALL FOR POSTERS *** The IEEE Cluster 2015 provides a forum for both academia and industry professionals to present their latest research findings in all aspects of cluster, cloud, and grid technologies in the form of a posters, which will be included in the conference proceedings. Posters will be presented during the same session, during the conference. Additionally, authors may submit posters for publication on the web. *** TOPICS OF INTEREST *** The topics of interest are the same as in the Call for Papers. Area 1: Application, Algorithms, and Libraries * HPC Applications on Clusters * Performance Modeling and Measurement * Novel Algorithms on Clusters * Hybrid programming techniques (MPI+OpenMP, MPI+OpenCL, etc.) * Cluster Benchmarks * Application-level libraries on clusters * Effective use of clusters in novel applications * Performance evaluation tools Area 2: Architecture, Network/Communications, and Management * Energy-efficient cluster architectures * Node and system architecture * Packaging, power and cooling * GPU/ManyCore and heterogeneous clusters * Interconnect/memory architectures * Single system image clusters * Administration and maintenance tools Area 3: Programming and System Software * Cluster System Software/Operating Systems * Cloud-enabling cluster technologies and virtualization * Energy-efficient middleware * Cluster system-level Protocols and APIs * Cluster Security * Resource and job management * Programming and Software Development Environment on Clusters * Fault tolerance and high-availability Area 4: Data, Storage, and Visualization * Cluster Architecture for Big Data storage and processing * Middleware for Big Data management * Cluster-based Cloud Architecture for Big Data * File systems and I/O libraries * Support and Integration of Non-Volatile Memory * Visualization clusters and tiled displays * Big Data visualization tools * Programming models for Big Data processing * Big Data Application studies on cluster architectures *** TYPES OF POSTERS *** Participants submitting proceedings-published posters are required to submit a short paper (2 pages) describing the poster content, the research supporting it, and the relevance and importance to the cluster, cloud, and grid computing community. If accepted, this short paper will be published in the proceedings of the conference. Participants submitting web-published posters are required to submit a short 1-page extended abstract. These abstracts will not be included in the conference proceedings. Both proceedings-published and web-published posters will be displayed during the conference. We encourage accepted authors of demos to prepare a poster to accompany their demo. All accepted posters (including posters prepared for demos) will be posted on the conference website. *** DISPLAY POSTER SIZE *** The recommended poster size is A1 (594mm by 841mm, portrait). *** SUBMISSION GUIDELINES *** Submitted manuscripts should be structured as technical papers and may not exceed 1 (web published) or 2 (proceedings published) letter size (8.5 x 11) pages including figures, tables and references using the IEEE format for conference proceedings. See formatting templates for details: * LaTex Package ZIP ftp://pubftp.computer.org/Press/Outgoing/proceedings/IEEE_CS_Latex8.5x11x2.zip * Word Template DOC and PDF ftp://pubftp.computer.org/Press/Outgoing/proceedings/instruct8.5x11x2.doc ftp://pubftp.computer.org/Press/Outgoing/proceedings/instruct8.5x11x2.pdf Please submit your posters via the EasyChair submission system: https://easychair.org/conferences/?conf=ieeecluster2015 *** IMPORTANT DATES *** May 15, 2015 (extended) Posters Submission Deadline May 9, 2015 Papers Acceptance Notification *** STUDENT TRAVEL AWARDS *** Several travel awards are sponsored by the National Science Foundation for students enrolled in American institutions who participates in the Student Mentoring Program (http://www.mcs.anl.gov/ieeecluster2015/student-program/). Students with accepted posters or papers must also apply to and participate in the Student Mentoring Program to be eligible for the travel award. The deadlines for the Student Mentoring Program application are at http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates/. Notice of travel awards will be made prior to the conference. The travel awards will be distributed post-conference in the form of reimbursements against actual travel, registration, and accommodation expenses submitted by the student. The travel award will be contingent on the participating of the awarded student in the Student Mentoring Program at Cluster 2015. *** CLUSTER 2015 POSTER CHAIR *** Seetharami Seelam, IBM T. J. Watson Research Center (sseelam AT us.ibm.com). ---------------------------------------------- ...Follow us on Facebook athttps://www.facebook.com/ieee.cluster ...Follow us on Twitter athttps://twitter.com/IEEECluster ...Follow us on Linkedin at https://www.linkedin.com/groups/IEEE-International-Conference-on-Cluster-7428925 ...Follow us on RenRen athttp://page.renren.com/601871401 ---------------------------------------------- -- ================================================================= Ioan Raicu, Ph.D. Assistant Professor, Illinois Institute of Technology (IIT) Guest Research Faculty, Argonne National Laboratory (ANL) ================================================================= Data-Intensive Distributed Systems Laboratory, CS/IIT Distributed Systems Laboratory, MCS/ANL ================================================================= Editor: IEEE TCC, Springer Cluster, Springer JoCCASA Chair: IEEE/ACM MTAGS, ACM ScienceCloud ================================================================= Cel: 1-847-722-0876 Office: 1-312-567-5704 Email: iraicu at cs.iit.edu Web: http://www.cs.iit.edu/~iraicu/ Web: http://datasys.cs.iit.edu/ LinkedIn: http://www.linkedin.com/in/ioanraicu Google: http://scholar.google.com/citations?user=jE73HYAAAAAJ ================================================================= ================================================================= -------------- next part -------------- An HTML attachment was scrubbed... URL: From iraicu at cs.iit.edu Wed Apr 15 18:48:32 2015 From: iraicu at cs.iit.edu (Ioan Raicu) Date: Wed, 15 Apr 2015 18:48:32 -0500 Subject: [Swift-user] CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015 Message-ID: <552EF8D0.4020508@cs.iit.edu> CALL FOR PAPERS --------------------------------------------------------------------------------------- 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 http://datasys.cs.iit.edu/events/BDC2015/ --------------------------------------------------------------------------------------- December 7-10, 2015 St. Raphael Resort, Limassol, Cyprus Co-located with 8th IEEE/ACM International Conference on Utility and Cloud Computing ======================================================================================= Rapid advances in digital sensors, networks, storage, and computation along with their availability at low cost is leading to the creation of huge collections of data -- dubbed as Big Data. This data has the potential for enabling new insights that can change the way business, science, and governments deliver services to their consumers and can impact society as a whole. This has led to the emergence of the Big Data Computing paradigm focusing on sensing, collection, storage, management and analysis of data from variety of sources to enable new value and insights. To realize the full potential of Big Data Computing, we need to address several challenges and develop suitable conceptual and technological solutions for dealing them. These include life-cycle management of data, large-scale storage, flexible processing infrastructure, data modeling, scalable machine learning and data analysis algorithms, techniques for sampling and making trade-off between data processing time and accuracy, and dealing with privacy and ethical issues involved in data sensing, storage, processing, and actions. The International Symposium on Big Data Computing (BDC) 2015 -- held in conjunction with 8th IEEE/ACM International Conference on Utility and Cloud Computing (UCC) 2015, December 7-10, 2015, St. Raphael Resort, Limassol, Cyprus, aims at bringing together international researchers, developers, policy makers, and users and to provide an international forum to present leading research activities, technical solutions, and results on a broad range of topics related to Big Data Computing paradigms, platforms and their applications. The conference features keynotes, technical presentations, posters, and workshops. TOPICS: --------------------------------------------------------------------------------------- I. Big Data Science * Analytics * Algorithms for Big Data * Energy-efficient Algorithms * Big Data Search * Big Data Acquisition, Integration, Cleaning, and Best Practices * Visualization of Big Data II. Big Data Infrastructures and Platforms * Programming Systems * Cyber-Infrastructure * Performance evaluation * Fault tolerance and reliability * I/O and Data management * Storage Systems (including file systems, NoSQL, and RDBMS) * Resource management * Many-Task Computing * Many-core computing and accelerators III. Big Data Security and Policy * Management Policies * Data Privacy * Data Security * Big Data Archival and Preservation * Big Data Provenance IV. Big Data Applications * Scientific application cases studies on Cloud infrastructure * Big Data Applications at Scale * Experience Papers with Big Data Application Deployments * Data streaming applications * Big Data in Social Networks * Healthcare Applications * Enterprise Applications IMPORTANT DATES --------------------------------------------------------------------------------------- Papers: * Papers Due: 03 July, 2015 * Author Notifications: 21 August, 2015 * Final Papers Due: 21 September, 2015 Posters * Proceedings-published posters due: 28 August, 2015 * Notification of acceptance: 18 September, 2015 * Camera-ready posters due: 21 September, 2015 PAPER SUBMISSION --------------------------------------------------------------------------------------- Authors are invited to submit papers electronically. Submitted manuscripts should be structured as technical papers and may not exceed 10 letter size (8.5 x 11) pages including figures, tables and references using the following templates (latex, pdf, doc). Authors should submit the manuscript in PDF format and make sure that the file will print on a printer that uses letter size (8.5 x 11) paper. The official language of the meeting is English. All manuscripts will be reviewed and will be judged on correctness, originality, technical strength, significance, quality of presentation, and interest and relevance to the conference attendees. Papers conforming to the above guidelines can be submitted through the BDC 2015 paper submission system (https://www.easychair.org/conferences/?conf=bdc2015). Submitted papers must represent original unpublished research that is not currently under review for any other conference or journal. Papers not following these guidelines will be rejected without review and further action may be taken, including (but not limited to) notifications sent to the heads of the institutions of the authors and sponsors of the conference. Submissions received after the due date, exceeding length limit, or not appropriately structured may also not be considered. Authors may contact the conference PC Chair for more information. Selected papers from BDC 2015 will be invited to extend and submit to the Special Issue on Big Data Computing in the IEEE Transaction on Cloud Computing. ORGANIZATION --------------------------------------------------------------------------------------- General Chairs * Rajkumar Buyya, University of Melbourne, Australia * George Angelos Papadopoulos,University of Cyprus, Cyprus Program Committee Chairs (bdc15-chairs at datasys.cs.iit.edu) * Ioan Raicu, Illinois Institute of Technology & Argonne National Laboratory, USA * Amy Apon, National Science Foundation, USA * Manish Parashar, Rutgers University, USA Program Committee Vice Chairs * Omer Rana, Cardiff University, UK * Ilkay Altintas, University of California, San Diego, USA Program Committee Members * Alexander Rasin, DePaul University, USA * Alok Choudhary, Northwestern University, USA * Abhishek Chandra, University of Minnesota, USA * Andre Luckow, BMW IT Research Center, USA * Daniel Katz, University of Chicago and Argonne National Lab, USA * Dongfang Zhao, Illinois Institute of Technology, USA * Douglas Thain, University of Notre Dame, USA * Florian Schintke, Zuse Institute Berlin, Germany * Giuliano Casale, Imperial College London, UK * Jaliya Ekanayake, Microsoft, USA * Jessica Chen-Burger, Heriot-Watt University, UK * Judy Qiu, Indiana University, USA * Justin Wozniak, Argonne National Lab, USA * Ke Wang, Illinois Institute of Technology, USA * Kesheng (John) Wu, Lawrence Berkeley National Lab, USA * Kyle Chard, University of Chicago and Argonne National Lab, USA * Lavanya Ramakrishnan, Lawrence Berkeley National Laboratory, USA * Marco Netto, IBM Research, Brazil * Matei Ripeanu, University of British Columbia, Canada * Matei Stroila, HERE, USA * Nagiza Samatova, North Carolina State University, USA * Paolo Missier, Newcastle University, UK * Paul Watson, NewCastle University, UK * Peter Burnap, Cardiff University, UK * Rahul Potharaju, Microsoft, USA * Rajkumar Kettimuthu, Argonne National Lab and University of Chicago, USA * Robert Ross, Argonne National Lab, USA * Samer Al-Kiswany, University of British Columbia, Canada * Scott Klasky, Oak Ridge National Lab, USA * Wei Tang, Argonne National Lab, USA * Weidong Shi, University of Houston, USA * Xiaolin (Andy) Li, University of Florida, USA * Yanlong Yin, Bloomberg, USA * Yong Chen, Texas Tech University, USA * Yong Zhao, University of Electronic Science and Technology, China * Zhao Zhang, University of California, Berkeley, USA Cyber Co-Chairs * Dongfang Zhao, Illinois Institute of Technology, USA Local Organizing Committee * George Angelos Papadopoulos, University of Cyprus, Cyprus SPONSORSHIP --------------------------------------------------------------------------------------- IEEE*, ACM*, and IIT* *Final approval on sponsorship is pending. -- ================================================================= Ioan Raicu, Ph.D. Assistant Professor, Illinois Institute of Technology (IIT) Guest Research Faculty, Argonne National Laboratory (ANL) ================================================================= Data-Intensive Distributed Systems Laboratory, CS/IIT Distributed Systems Laboratory, MCS/ANL ================================================================= Editor: IEEE TCC, Springer Cluster, Springer JoCCASA Chair: IEEE/ACM MTAGS, ACM ScienceCloud ================================================================= Cel: 1-847-722-0876 Office: 1-312-567-5704 Email: iraicu at cs.iit.edu Web: http://www.cs.iit.edu/~iraicu/ Web: http://datasys.cs.iit.edu/ LinkedIn: http://www.linkedin.com/in/ioanraicu Google: http://scholar.google.com/citations?user=jE73HYAAAAAJ ================================================================= ================================================================= From jozik at anl.gov Thu Apr 23 14:08:53 2015 From: jozik at anl.gov (Ozik, Jonathan) Date: Thu, 23 Apr 2015 19:08:53 +0000 Subject: [Swift-user] Trunk vs 0.95RC6 configuration syntax Message-ID: <48281575-0E2D-4982-8BC9-45039FB6BB1A@anl.gov> Hello all, I just wanted to make sure if it is the case that the syntax shown here for the configuration of trunk Swift/K: http://swift-lang.org/guides/trunk/userguide/userguide.html#_configuration is not compatible with 0.95RC6? Thank you, Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From wilde at anl.gov Fri Apr 24 08:38:06 2015 From: wilde at anl.gov (Michael Wilde) Date: Fri, 24 Apr 2015 08:38:06 -0500 Subject: [Swift-user] Trunk vs 0.95RC6 configuration syntax In-Reply-To: <48281575-0E2D-4982-8BC9-45039FB6BB1A@anl.gov> References: <48281575-0E2D-4982-8BC9-45039FB6BB1A@anl.gov> Message-ID: <553A473E.6010904@anl.gov> Jonathan, That is correct: trunk (leading to 0.96) introduces a new format for configuring Swift sites, properties and apps all in one file, with a syntax that is cleaner and simpler. - Mike On 4/23/15 2:08 PM, Ozik, Jonathan wrote: > Hello all, > > I just wanted to make sure if it is the case that the syntax shown > here for the configuration of trunk Swift/K: > http://swift-lang.org/guides/trunk/userguide/userguide.html#_configuration > is not compatible with 0.95RC6? > > Thank you, > > Jonathan > > > _______________________________________________ > Swift-user mailing list > Swift-user at ci.uchicago.edu > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user -- Michael Wilde Mathematics and Computer Science Computation Institute Argonne National Laboratory The University of Chicago -------------- next part -------------- An HTML attachment was scrubbed... URL: From igor.souza.russo at gmail.com Tue Apr 28 17:09:45 2015 From: igor.souza.russo at gmail.com (Igor Russo) Date: Tue, 28 Apr 2015 19:09:45 -0300 Subject: [Swift-user] Remote SGE cluster Message-ID: Hi All, It is possible to use Swift with a remote SGE/OGE cluster? Regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: