Skip to content

Commit

Permalink
This version introduces data driven scheuling
Browse files Browse the repository at this point in the history
  • Loading branch information
lodygens committed Jan 27, 2015
0 parents commit 973d68a
Show file tree
Hide file tree
Showing 1,553 changed files with 1,124,257 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .classpath
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="xtremweb/testbed/" kind="src" path="src"/>
<classpathentry kind="lib" path="build/lib/ant-antlr-1.6.jar"/>
<classpathentry kind="lib" path="build/lib/ant-antlr.jar"/>
<classpathentry kind="lib" path="build/lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="build/lib/ant-nodeps.jar"/>
<classpathentry kind="lib" path="build/lib/ant-stylebook.jar"/>
<classpathentry kind="lib" path="build/lib/ant-xslp.jar"/>
<classpathentry kind="lib" path="build/lib/ant.jar"/>
<classpathentry kind="lib" path="build/lib/jarbundler-1.8.1.jar"/>
<classpathentry kind="lib" path="build/lib/optional.jar"/>
<classpathentry kind="lib" path="build/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="build/lib/xml-apis.jar"/>
<classpathentry kind="lib" path="classes/activation.jar"/>
<classpathentry kind="lib" path="classes/antlr.jar"/>
<classpathentry kind="lib" path="classes/jcert.jar"/>
<classpathentry kind="lib" path="classes/MinML.jar"/>
<classpathentry kind="lib" path="classes/pop3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="classes/smartsockets-1.4.jar"/>
<classpathentry kind="lib" path="classes/jetty-6.1.7.jar"/>
<classpathentry kind="lib" path="classes/jetty-util-6.1.7.jar"/>
<classpathentry kind="lib" path="classes/attic-all-0.3.jar"/>
<classpathentry kind="lib" path="classes/bcprov-jdk16-140.jar"/>
<classpathentry kind="lib" path="classes/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="classes/commons-fileupload-1.2.jar"/>
<classpathentry kind="lib" path="classes/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="classes/commons-io-1.3.2.jar"/>
<classpathentry kind="lib" path="classes/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="classes/hsqldb-2.0.1.jar"/>
<classpathentry kind="lib" path="classes/ibis-util-2.1.jar"/>
<classpathentry kind="lib" path="classes/log4j-1.2.9.jar"/>
<classpathentry kind="lib" path="classes/mysql-connector-java-5.1.6-bin.jar"/>
<classpathentry kind="lib" path="classes/servlet-api-2.5-6.1.5.jar"/>
<classpathentry kind="lib" path="classes/slf4j-api-1.5.3.jar"/>
<classpathentry kind="lib" path="classes/slf4j-log4j12-1.5.3.jar"/>
<classpathentry kind="output" path="src"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>XWHEP</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
29 changes: 29 additions & 0 deletions AUTHORS
@@ -0,0 +1,29 @@
XWHEP is developped within the
Laboratoire de l'Accelerateur Lineaire
http://www.xtremweb-hep.org

XWHEP is based on XtremWeb 1.8.0
http://www.xtremweb.net

Project Leader:
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Developer:
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Debugging:
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Scripting:
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Database:
Etienne Urbah <etienne d o t urbah a t gmail.com>
Maintainer :
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Security :
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Packager :
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Documentation :
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Specifications:
Oleg Lodygensky <lodygens a t lal.in2p3.fr>
Etienne Urbah <etienne d o t urbah a t gmail.com>

2 changes: 2 additions & 0 deletions BUGS
@@ -0,0 +1,2 @@

See "Known Bugs" section in Changelog file.
622 changes: 622 additions & 0 deletions COPYING

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions ChangeLog
@@ -0,0 +1,29 @@
/*
* Copyrights : CNRS
* Author : Oleg Lodygensky
* Acknowledgment : XtremWeb-HEP is based on XtremWeb 1.8.0 by inria : http://www.xtremweb.net/
* Web : http://www.xtremweb-hep.org
*
* This file is part of XtremWeb-HEP.
*
* XtremWeb-HEP is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* XtremWeb-HEP is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with XtremWeb-HEP. If not, see <http://www.gnu.org/licenses/>.
*
*/




Please, see https://trac.lal.in2p3.fr/DGHEP/report/9


25 changes: 25 additions & 0 deletions Copyrights.txt
@@ -0,0 +1,25 @@
/*
* Copyrights : CNRS
* Author : Oleg Lodygensky
* Acknowledgment : XtremWeb-HEP is based on XtremWeb 1.8.0 by inria : http://www.xtremweb.net/
* Web : http://www.xtremweb-hep.org
*
* This file is part of XtremWeb-HEP.
*
* XtremWeb-HEP is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* XtremWeb-HEP is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with XtremWeb-HEP. If not, see <http://www.gnu.org/licenses/>.
*
*/



158 changes: 158 additions & 0 deletions INSTALL
@@ -0,0 +1,158 @@
GETTING STARTED


Table Of Content :

-1- Introduction
-2- Requirements
-3- Installing from sources
-4- Installing from binary distribution
-5- Installing the client from binary distribution


============================================================

-1- Introduction
===========

XWHEP platform is made of three components :
- the server : a centralized component which aims to manage the platform
- the worker : a distributed component which aims to aggregate CPUs
- the client : a distributed component which aims use the platform (submit jobs, retreive results)

Deploying an XWHEP platform consists on
-1- installing a server
-2- deploying workers on volunteer PCs
-3- deploying clients so that end users can submit jobs, retreive their results etc.



============================================================

-2- Requirements :
============

Java 1.6 or above (http://java.cun.com)

Mysql (http://www.mysql.com)
Under Debian : apt-get install mysql-server

uuidgen This can be found in package libuuid1 (Debian)




============================================================

-3- Installing from sources :
======================

Installing from sources generates the binary distribution

Compiling and instalfing the binary distribution :
Edit build/build.conf file and fill all field marked "*** MUST BE FILLED ***""
in the directory build, execute the following commands :
- make

To rebuild all:
- make clean
- make

Uninstallation:
note that the build/build.conf must be correctly filled
- make clean
- make uninstall



============================================================

-4- Installing from binary distribution :
===================================

The binary distribution is available from our web site.
You may also have prepared it from source distribution in previous chapter.


To prepare an XWHEP deployment, please use the script
- bin/xwconfigure

Directory tree
==============

-bin................................XWHEP scripts
-bin/xwconfigure....................Linux script to prepare a deployement
-bin/xtremweb.client.app............Mac OS X client GUI
-bin/xtremweb.client.bat............Win32 client GUI
-bin/xwgui..........................Linux client GUI
-bin/xwXXX..........................Linux client scripts
-bin/xtremweb.client................Linux client script
-bin/xtremweb.server................Linux server script
-bin/xtremweb.worker................Linux worker script

-conf...............................XWHEP configuration files

-doc................................XWHEP documentation files

-installers.........................Installers

-+-XWHEP-client-$VERSION.zip........XWHEP client package (platform independant)

-+-linux............................Linux installers
--+-rpm.............................RPM packages
---+-xtremweb.worker................XWHEP worker package
---+-xtremweb.server................XWHEP server package
---+-xtremweb.bridge................XWHEP bridge package
--+-dpkg............................Debian packages
---+-xtremweb.worker................XWHEP worker package
---+-xtremweb.server................XWHEP server package
---+-xtremweb.bridge................XWHEP bridge package

-+-macosx...........................Mac OS X installers
--+-xtremweb.worker.................XWHEP worker package
---+-installer......................XWHEP worker installation package
---+-uninstaller....................XWHEP worker uninstallation package
--+-xtremweb.server.................XWHEP server package
---+-installer......................XWHEP server installation package
---+-uninstaller....................XWHEP server uninstallation package

-+-win32............................Win32 installers
--+-xtremweb.worker.................XWHEP worker package
-------innoSetup....................XWHEP worker installation package

-+-xtremweb.client..................XWHEP client package (platform independant)


-keystore...........................XWHEP certificates

-lib................................XWHEP libraries



Preparing the deployment
========================
To prepare an XWHEP deployment, please use the script
- bin/xwconfigure

As xwconfigure succesfully ends, server, worker and client packages are ready.



============================================================

-5- Installing the client from binary distribution
==============================================

To install the client from XWHEP-client-$VERSION.zip :
-1- unzip the file where you want
-2- copy conf/xtremweb.client.conf.template to conf/xtremweb.client.conf
-3- edit conf/xtremweb.client.conf
-3.1- set login variable
-3.2- set password variable
-3.3- set SSLKeyStore variable


============================================================
= EOF =
============================================================

37 changes: 37 additions & 0 deletions License
@@ -0,0 +1,37 @@


http://www.xtremweb-hep.org



Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 CNRS, France
All rights reserved.

Redistribution and use in source and binary forms,
with or without modification, are permitted provided
that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* Neither the name of the CNRS nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15 changes: 15 additions & 0 deletions License.bouncycastle
@@ -0,0 +1,15 @@
Copyright (c) 2000 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

16 changes: 16 additions & 0 deletions License.jopenid
@@ -0,0 +1,16 @@


http://code.google.com/p/jopenid/


Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 973d68a

Please sign in to comment.