neptune 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. data/LICENSE +39 -0
  2. data/README +50 -0
  3. data/bin/neptune +16 -0
  4. data/doc/AppControllerClient.html +468 -0
  5. data/doc/CommonFunctions.html +368 -0
  6. data/doc/LICENSE.html +131 -0
  7. data/doc/Object.html +431 -0
  8. data/doc/README.html +135 -0
  9. data/doc/bin/neptune.html +58 -0
  10. data/doc/created.rid +7 -0
  11. data/doc/images/brick.png +0 -0
  12. data/doc/images/brick_link.png +0 -0
  13. data/doc/images/bug.png +0 -0
  14. data/doc/images/bullet_black.png +0 -0
  15. data/doc/images/bullet_toggle_minus.png +0 -0
  16. data/doc/images/bullet_toggle_plus.png +0 -0
  17. data/doc/images/date.png +0 -0
  18. data/doc/images/find.png +0 -0
  19. data/doc/images/loadingAnimation.gif +0 -0
  20. data/doc/images/macFFBgHack.png +0 -0
  21. data/doc/images/package.png +0 -0
  22. data/doc/images/page_green.png +0 -0
  23. data/doc/images/page_white_text.png +0 -0
  24. data/doc/images/page_white_width.png +0 -0
  25. data/doc/images/plugin.png +0 -0
  26. data/doc/images/ruby.png +0 -0
  27. data/doc/images/tag_green.png +0 -0
  28. data/doc/images/wrench.png +0 -0
  29. data/doc/images/wrench_orange.png +0 -0
  30. data/doc/images/zoom.png +0 -0
  31. data/doc/index.html +90 -0
  32. data/doc/js/darkfish.js +116 -0
  33. data/doc/js/jquery.js +32 -0
  34. data/doc/js/quicksearch.js +114 -0
  35. data/doc/js/thickbox-compressed.js +10 -0
  36. data/doc/lib/app_controller_client_rb.html +60 -0
  37. data/doc/lib/common_functions_rb.html +68 -0
  38. data/doc/lib/job_rb.html +55 -0
  39. data/doc/scripts/appscale/add_appserver_rb.html +52 -0
  40. data/doc/scripts/appscale/add_database_rb.html +52 -0
  41. data/doc/scripts/appscale/add_loadbalancer_rb.html +52 -0
  42. data/doc/scripts/appscale/add_slave_rb.html +52 -0
  43. data/doc/scripts/cewssa/cewssa-output.html +104 -0
  44. data/doc/scripts/cewssa/get_cewssa_output_rb.html +52 -0
  45. data/doc/scripts/cewssa/run_cewssa_rb.html +52 -0
  46. data/doc/scripts/cewssa/test_dfsp_rb.html +52 -0
  47. data/doc/scripts/dfsp/get_dfsp_output_rb.html +52 -0
  48. data/doc/scripts/dfsp/make_output_public_rb.html +52 -0
  49. data/doc/scripts/dfsp/run_dfsp_rb.html +52 -0
  50. data/doc/scripts/dfsp/see_acl_rb.html +52 -0
  51. data/doc/scripts/dfsp/test_dfsp_rb.html +52 -0
  52. data/doc/scripts/mapreduce/get_mapreduce_output_rb.html +52 -0
  53. data/doc/scripts/mapreduce/input-10.html +114 -0
  54. data/doc/scripts/mapreduce/input-30.html +114 -0
  55. data/doc/scripts/mapreduce/input-7.html +104 -0
  56. data/doc/scripts/mapreduce/map_rb.html +56 -0
  57. data/doc/scripts/mapreduce/reduce_rb.html +56 -0
  58. data/doc/scripts/mapreduce/run_java_mr_rb.html +52 -0
  59. data/doc/scripts/mapreduce/run_mapreduce_rb.html +52 -0
  60. data/doc/scripts/mpi/Makefile.html +125 -0
  61. data/doc/scripts/mpi/get_mpi_output_rb.html +52 -0
  62. data/doc/scripts/mpi/hw2_c.html +52 -0
  63. data/doc/scripts/mpi/hw2harness_c.html +52 -0
  64. data/doc/scripts/mpi/hw2harness_h.html +52 -0
  65. data/doc/scripts/mpi/run_mpi_cpi_rb.html +52 -0
  66. data/doc/scripts/mpi/run_mpi_powermethod_rb.html +52 -0
  67. data/doc/scripts/mpi/test_rb.html +52 -0
  68. data/doc/scripts/x10/Makefile.html +106 -0
  69. data/doc/scripts/x10/get_x10_output_rb.html +52 -0
  70. data/doc/scripts/x10/run_x10_kmeans_rb.html +52 -0
  71. data/doc/scripts/x10/run_x10_montypi_rb.html +52 -0
  72. data/doc/scripts/x10/run_x10_nqueens_rb.html +52 -0
  73. data/doc/scripts/x10/run_x10_powermethod_rb.html +52 -0
  74. data/doc/scripts/x10/run_x10_qsort_rb.html +52 -0
  75. data/doc/scripts/x10/test_rb.html +52 -0
  76. data/lib/app_controller_client.rb +135 -0
  77. data/lib/common_functions.rb +107 -0
  78. data/lib/job.rb +161 -0
  79. metadata +145 -0
metadata ADDED
@@ -0,0 +1,145 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: neptune
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - Chris Bunch
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-27 00:00:00 -08:00
19
+ default_executable: neptune
20
+ dependencies: []
21
+
22
+ description: " Neptune is a domain specific language that lets you deploy high performance\n computing applications to supported cloud platforms. Jobs can be deployed in\n standard Ruby syntax.\n"
23
+ email: appscale_community@googlegroups.com
24
+ executables:
25
+ - neptune
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README
30
+ - LICENSE
31
+ files:
32
+ - bin/neptune
33
+ - doc/README.html
34
+ - doc/CommonFunctions.html
35
+ - doc/Object.html
36
+ - doc/js/jquery.js
37
+ - doc/js/darkfish.js
38
+ - doc/js/quicksearch.js
39
+ - doc/js/thickbox-compressed.js
40
+ - doc/AppControllerClient.html
41
+ - doc/LICENSE.html
42
+ - doc/lib/job_rb.html
43
+ - doc/lib/app_controller_client_rb.html
44
+ - doc/lib/common_functions_rb.html
45
+ - doc/index.html
46
+ - doc/bin/neptune.html
47
+ - doc/images/wrench.png
48
+ - doc/images/loadingAnimation.gif
49
+ - doc/images/find.png
50
+ - doc/images/page_white_text.png
51
+ - doc/images/zoom.png
52
+ - doc/images/plugin.png
53
+ - doc/images/brick_link.png
54
+ - doc/images/page_green.png
55
+ - doc/images/brick.png
56
+ - doc/images/date.png
57
+ - doc/images/bug.png
58
+ - doc/images/bullet_black.png
59
+ - doc/images/page_white_width.png
60
+ - doc/images/tag_green.png
61
+ - doc/images/macFFBgHack.png
62
+ - doc/images/wrench_orange.png
63
+ - doc/images/ruby.png
64
+ - doc/images/bullet_toggle_plus.png
65
+ - doc/images/package.png
66
+ - doc/images/bullet_toggle_minus.png
67
+ - doc/scripts/cewssa/run_cewssa_rb.html
68
+ - doc/scripts/cewssa/test_dfsp_rb.html
69
+ - doc/scripts/cewssa/get_cewssa_output_rb.html
70
+ - doc/scripts/cewssa/cewssa-output.html
71
+ - doc/scripts/dfsp/get_dfsp_output_rb.html
72
+ - doc/scripts/dfsp/test_dfsp_rb.html
73
+ - doc/scripts/dfsp/make_output_public_rb.html
74
+ - doc/scripts/dfsp/run_dfsp_rb.html
75
+ - doc/scripts/dfsp/see_acl_rb.html
76
+ - doc/scripts/appscale/add_slave_rb.html
77
+ - doc/scripts/appscale/add_appserver_rb.html
78
+ - doc/scripts/appscale/add_loadbalancer_rb.html
79
+ - doc/scripts/appscale/add_database_rb.html
80
+ - doc/scripts/x10/run_x10_qsort_rb.html
81
+ - doc/scripts/x10/run_x10_nqueens_rb.html
82
+ - doc/scripts/x10/Makefile.html
83
+ - doc/scripts/x10/run_x10_montypi_rb.html
84
+ - doc/scripts/x10/run_x10_powermethod_rb.html
85
+ - doc/scripts/x10/test_rb.html
86
+ - doc/scripts/x10/get_x10_output_rb.html
87
+ - doc/scripts/x10/run_x10_kmeans_rb.html
88
+ - doc/scripts/mapreduce/run_mapreduce_rb.html
89
+ - doc/scripts/mapreduce/run_java_mr_rb.html
90
+ - doc/scripts/mapreduce/input-7.html
91
+ - doc/scripts/mapreduce/input-30.html
92
+ - doc/scripts/mapreduce/get_mapreduce_output_rb.html
93
+ - doc/scripts/mapreduce/reduce_rb.html
94
+ - doc/scripts/mapreduce/input-10.html
95
+ - doc/scripts/mapreduce/map_rb.html
96
+ - doc/scripts/mpi/hw2harness_h.html
97
+ - doc/scripts/mpi/Makefile.html
98
+ - doc/scripts/mpi/hw2harness_c.html
99
+ - doc/scripts/mpi/get_mpi_output_rb.html
100
+ - doc/scripts/mpi/hw2_c.html
101
+ - doc/scripts/mpi/test_rb.html
102
+ - doc/scripts/mpi/run_mpi_powermethod_rb.html
103
+ - doc/scripts/mpi/run_mpi_cpi_rb.html
104
+ - doc/created.rid
105
+ - lib/common_functions.rb
106
+ - lib/app_controller_client.rb
107
+ - lib/job.rb
108
+ - README
109
+ - LICENSE
110
+ has_rdoc: true
111
+ homepage: http://appscale.cs.ucsb.edu
112
+ licenses: []
113
+
114
+ post_install_message:
115
+ rdoc_options: []
116
+
117
+ require_paths:
118
+ - lib
119
+ required_ruby_version: !ruby/object:Gem::Requirement
120
+ none: false
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ hash: 3
125
+ segments:
126
+ - 0
127
+ version: "0"
128
+ required_rubygems_version: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ">="
132
+ - !ruby/object:Gem::Version
133
+ hash: 3
134
+ segments:
135
+ - 0
136
+ version: "0"
137
+ requirements: []
138
+
139
+ rubyforge_project:
140
+ rubygems_version: 1.4.2
141
+ signing_key:
142
+ specification_version: 3
143
+ summary: A domain specific language for deploying HPC apps to cloud platforms
144
+ test_files: []
145
+