Log In | Get Help   
Home My Page Projects Code Snippets Project Openings BonFIRE VCOC Demonstration Kit
Summary Activity SCM Files Wiki
[bonfiredemokit] Diff of /ea/submit_file.py
[bonfiredemokit] / ea / submit_file.py Repository:
ViewVC logotype

Diff of /ea/submit_file.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1, Mon Aug 27 11:46:35 2012 UTC revision 14, Mon Oct 8 09:46:28 2012 UTC
# Line 1  Line 1 
1    #
2    # BonFIRE Virtual Clusters on Federated Clouds Demonstration Kit
3    #
4    # Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012
5    #
6    # License Apache Software
7    #
8    # The research leading to these results has received funding from
9    # the European Community's Seventh Framework Programme (FP7/2007-2013)
10    # under agreement number 257386
11    #
12    # This software is provided with ABSOLUTELY NO WARRANTY
13    #
14  '''  '''
15  Created on 20/03/2012  Created on 20/03/2012
16    
# Line 16  Line 29 
29  import ea_bonfire as ea  import ea_bonfire as ea
30    
31    
32  #print 'Ruta completa del Json que define experimento:'  #print 'Path to Json:'
33  #filej=raw_input()  #filej=raw_input()
34  if len(sys.argv) < 2:  if len(sys.argv) < 2:
35      sys.stderr.write('A JSON file is needed')      sys.stderr.write('A JSON file is needed')
# Line 42  Line 55 
55    
56    
57  #duration = 120  #duration = 120
58  multi = 5  #Number of repetitions
59    
60    multi = 1
61    
62  #for i in exp:  #for i in exp:
63  #    print i  #    print i

Legend:
Removed from v.1  
changed lines
  Added in v.14

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge