[Opengeoscience-developers] OpenGeoscience branch, test-mpi-stream, updated. c53e223678693be0748d65135c06b04c9f8a2ec6
Ben Burnett
bburnett at poly.edu
Mon Mar 18 11:51:45 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".
The branch, test-mpi-stream has been updated
via c53e223678693be0748d65135c06b04c9f8a2ec6 (commit)
via 44177ffe18bedd06aab6e648323bcb8dcfc1ffbe (commit)
via 54d962cf03d79e0450f43da5018a43dddc45993c (commit)
via 6d2f4e860997c3bbc13b13fe3d004863db07b477 (commit)
via c38a69d95e5d9da499e7d25087488a937144d4ab (commit)
via 5187966d12b544113dfdeceaf86b6ab52f5362ef (commit)
via 2ed35dd44ae2b8a1a6a79e1be9fd3b13effae2ff (commit)
via 17e2b63b7dce74b8cfe8779a3f4bd690d0a29b59 (commit)
via f991a5f4aa555c6bb2566534af3baa5f1334fbcb (commit)
via 62c47eeb7c94203a1a0c97ac532667d9d0d66024 (commit)
via fdae460bea2632744893ff9904047d314c264a0c (commit)
via d0a58060235e0d14fef6953d573030c89812c0a3 (commit)
via 14524fc8367433bdcedaf90870151632c28794bd (commit)
via c75f17b57266558bc96568261f570a5785ec52a2 (commit)
via 5a6b316020debc3d527f0bf3b6f2af5f9f629463 (commit)
via a8c603785b92b733dc1715189f64be62fb251e2c (commit)
via 7604fc3021c5177496dd4951cda3a87205037d97 (commit)
via 4eb71770b5ea922652949c693e9b90fbe58e87c7 (commit)
via e11d01da3ed6603af4bb1265355b37aaeed880c8 (commit)
via 21d8020a06413710f3ed68a59c9cbbb3637c7bf9 (commit)
via b180acc90f65a7c224bac606c6dfdd00b4590de9 (commit)
via cb31e4223f1c80e69b4cc874445a75fdcff60d97 (commit)
via b216c6223dfee9e33b5f35d8871d85053a37c472 (commit)
via 97abc95b4f87db9fc6be96c13be030d158d68031 (commit)
via ba062ae8f8d12d534b38c026a782944a5a70560d (commit)
via a6d84fe4108354a73db5f3d70a99fc372b29a91e (commit)
via e593d85de5d8027f5efba07be0d4cebdf9e3a0f6 (commit)
via dd6664ee5f3189ea98ba8d48ba0f7feab6073fff (commit)
from 409afb71e87b2676b931cfe0405ffaba110b8913 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=c53e223678693be0748d65135c06b04c9f8a2ec6
commit c53e223678693be0748d65135c06b04c9f8a2ec6
Author: Ben Burnett <bburnett at poly.edu>
Date: Mon Mar 18 11:50:02 2013 -0400
Removed MPI, numpy, and cdms hard dependcies.
I now import these libraries when the example page is loaded
instead of at top of file to allow the main server to run
even if these libraries are missing.
Also removed 'tmp' from the list of source in CMakeLists.txt
CMakeLists.txt | 2 +-
ws/pi.py | 19 ++++++++++++++++---
ws/stream.py | 20 +++++++++++++++++---
3 files changed, 34 insertions(+), 7 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=44177ffe18bedd06aab6e648323bcb8dcfc1ffbe
commit 44177ffe18bedd06aab6e648323bcb8dcfc1ffbe
Merge: 409afb7 54d962c
Author: Ben Burnett <bburnett at poly.edu>
Date: Mon Mar 18 11:34:03 2013 -0400
Merge branch 'master' into test-mpi-stream
CMakeLists.txt | 21 +
data/tests/lines.json | 20 -
experimental/cherrypy/README.txt | 3 -
experimental/cherrypy/html/index.html | 45 -
experimental/cherrypy/js/jquery.min.js | 2 -
experimental/cherrypy/test01.py | 35 -
experimental/d3/index.html | 76 -
experimental/d3/unemployment.tsv | 3219 -----------------------
experimental/d3/us-counties.json | 3186 -----------------------
experimental/d3/us-states.json | 54 -
experimental/d3/us-test.json | 3 -
experimental/webgl/app.js | 463 ----
experimental/webgl/gl-matrix.js | 3456 -------------------------
experimental/webgl/glUtils.js | 193 --
experimental/webgl/index.html | 15 -
experimental/webgl/sylvester.js | 1 -
experimental/webgl/vesCamera.js | 186 --
experimental/webgl/vesModelViewMatrixStack.js | 22 -
web/lib/app.js | 61 +-
web/lib/core/timestamp.js | 25 +
web/lib/geo/feature.js | 86 +-
web/lib/geo/map.js | 30 +-
web/lib/vgl/boundingObject.js | 32 +-
web/lib/vgl/geomData.js | 370 ++--
web/lib/vgl/mapper.js | 77 +-
web/lib/vgl/material.js | 30 +-
web/lib/vgl/node.js | 22 +-
web/lib/vgl/object.js | 20 +-
web/lib/vgl/planeSource.js | 24 +-
web/lib/vgl/pointSource.js | 133 +
web/lib/vgl/shader.js | 17 +-
web/lib/vgl/shaderProgram.js | 12 +-
web/lib/vgl/texture.js | 75 +-
web/lib/vgl/uniform.js | 42 +-
web/lib/vgl/utils.js | 318 ++-
35 files changed, 947 insertions(+), 11427 deletions(-)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 23 +-
data/tests/lines.json | 20 -
experimental/cherrypy/README.txt | 3 -
experimental/cherrypy/html/index.html | 45 -
experimental/cherrypy/js/jquery.min.js | 2 -
experimental/cherrypy/test01.py | 35 -
experimental/d3/index.html | 76 -
experimental/d3/unemployment.tsv | 3219 -----------------------
experimental/d3/us-counties.json | 3186 -----------------------
experimental/d3/us-states.json | 54 -
experimental/d3/us-test.json | 3 -
experimental/webgl/app.js | 463 ----
experimental/webgl/gl-matrix.js | 3456 -------------------------
experimental/webgl/glUtils.js | 193 --
experimental/webgl/index.html | 15 -
experimental/webgl/sylvester.js | 1 -
experimental/webgl/vesCamera.js | 186 --
experimental/webgl/vesModelViewMatrixStack.js | 22 -
web/lib/app.js | 61 +-
web/lib/core/timestamp.js | 25 +
web/lib/geo/feature.js | 86 +-
web/lib/geo/map.js | 30 +-
web/lib/vgl/boundingObject.js | 32 +-
web/lib/vgl/geomData.js | 370 ++--
web/lib/vgl/mapper.js | 77 +-
web/lib/vgl/material.js | 30 +-
web/lib/vgl/node.js | 22 +-
web/lib/vgl/object.js | 20 +-
web/lib/vgl/planeSource.js | 24 +-
web/lib/vgl/pointSource.js | 133 +
web/lib/vgl/shader.js | 17 +-
web/lib/vgl/shaderProgram.js | 12 +-
web/lib/vgl/texture.js | 75 +-
web/lib/vgl/uniform.js | 42 +-
web/lib/vgl/utils.js | 318 ++-
ws/pi.py | 19 +-
ws/stream.py | 20 +-
37 files changed, 981 insertions(+), 11434 deletions(-)
delete mode 100644 data/tests/lines.json
delete mode 100644 experimental/cherrypy/README.txt
delete mode 100644 experimental/cherrypy/html/index.html
delete mode 100644 experimental/cherrypy/js/jquery.min.js
delete mode 100644 experimental/cherrypy/test01.py
delete mode 100644 experimental/d3/index.html
delete mode 100644 experimental/d3/unemployment.tsv
delete mode 100644 experimental/d3/us-counties.json
delete mode 100644 experimental/d3/us-states.json
delete mode 100644 experimental/d3/us-test.json
delete mode 100644 experimental/webgl/app.js
delete mode 100644 experimental/webgl/gl-matrix.js
delete mode 100644 experimental/webgl/glUtils.js
delete mode 100644 experimental/webgl/index.html
delete mode 100644 experimental/webgl/sylvester.js
delete mode 100644 experimental/webgl/vesCamera.js
delete mode 100644 experimental/webgl/vesModelViewMatrixStack.js
create mode 100644 web/lib/core/timestamp.js
create mode 100644 web/lib/vgl/pointSource.js
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list