All Projects → pygridtools → gridmap

pygridtools / gridmap

Licence: GPL-3.0 license
Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gridmap

vue-grid-responsive
Responsive grid system based on Bootstrap for Vue
Stars: ✭ 27 (-65.82%)
Mutual labels:  grid
griding
🧱 lean grid & responsive for react
Stars: ✭ 18 (-77.22%)
Mutual labels:  grid
grid-container
A grid for the future, CSS Grid Layout + Web Components (Custom Elements v1 + Shadow DOM v1)
Stars: ✭ 51 (-35.44%)
Mutual labels:  grid
react-super-styled
Responsive JSX layouts with Styled Components
Stars: ✭ 77 (-2.53%)
Mutual labels:  grid
examples
speedata Publisher examples
Stars: ✭ 25 (-68.35%)
Mutual labels:  grid
bootstrap-grid-card
Bootstrap grid in Lovelace UI
Stars: ✭ 25 (-68.35%)
Mutual labels:  grid
laravel-simplegrid
A simple component for generating powerful grids with Laravel.
Stars: ✭ 35 (-55.7%)
Mutual labels:  grid
lazyExcel
a simply software like MS-Excel.it can be running muiti-platform...
Stars: ✭ 37 (-53.16%)
Mutual labels:  grid
neat-components
A styled-components implementation of Thoughtbot's Neat
Stars: ✭ 32 (-59.49%)
Mutual labels:  grid
react-mason
React Masonry grid
Stars: ✭ 13 (-83.54%)
Mutual labels:  grid
tk tools
Python tkinter tools, Python3.7+
Stars: ✭ 86 (+8.86%)
Mutual labels:  grid
gridbugs-ru
Перевод списка багов в CSS Grid Layout, курируемого Рейчел Эндрю
Stars: ✭ 27 (-65.82%)
Mutual labels:  grid
egjs-grid
A component that can arrange items according to the type of grids
Stars: ✭ 188 (+137.97%)
Mutual labels:  grid
cice-playground
CICE Full Stack Web Course
Stars: ✭ 12 (-84.81%)
Mutual labels:  grid
rebass
⚛️ React primitive UI components built with styled-system.
Stars: ✭ 7,844 (+9829.11%)
Mutual labels:  grid
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (-65.82%)
Mutual labels:  grid
gatsby-remark-images-grid
Use css grid layouts in markdown
Stars: ✭ 22 (-72.15%)
Mutual labels:  grid
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (-17.72%)
Mutual labels:  grid
react-native-gridview
A React Native component that renders a grid of items. It uses ListView under the hood.
Stars: ✭ 16 (-79.75%)
Mutual labels:  grid
gride
Gride is a stylus and scss, simple and flexible grid system.
Stars: ✭ 15 (-81.01%)
Mutual labels:  grid

GridMap

Build status PyPI downloads Latest version on PyPI

License

A package to allow you to easily create jobs on the cluster directly from Python. You can directly map Python functions onto the cluster without needing to write any wrapper code yourself.

This is the ETS fork of an older project called Python Grid. Unlike the older version, it is Python 2/3 compatible. Another major difference is that you can change the configuration via environment variables instead of having to modify a Python file in your site-packages directory. We've also fixed some bugs.

For some examples of how to use it, check out map_reduce.py (for a simple example of how you can map a function onto the cluster) and manual.py (for an example of how you can create list of jobs yourself) in the examples folder.

For complete documentation read the docs.

NOTE: You cannot use GridMap on machines that are not allowed to submit jobs (e.g., worker or edge nodes).

Requirements

Acknowledgments

Thank you to Max-Planck-Society and Educational Testing Service for funding the development of GridMap.

Changelog

See GitHub releases.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].