swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d

sort by:
Revision Author Date Message Commit Date
b3d9247 added init to mapper 12 May 2014, 09:25:49 UTC
1eaa992 The initialisation function will receive the number of the core it is running on. 12 May 2014, 09:24:38 UTC
b096fc7 Start adding initialisation and finalisation functions to each parallel combinator. 12 May 2014, 09:24:27 UTC
1fc192b Factor exception handling code 12 May 2014, 09:23:42 UTC
125cb4d Added code to get the number of available cores, and use it to compute default number of cores. 26 February 2014, 22:12:20 UTC
ee86243 Merge pull request #16 from pippijn/install-fixes fix make install to obey DESTDIR 02 September 2013, 14:47:10 UTC
54a1589 don't check for camlp4, parmap doesn't use it fixes rdicosmo/parmap#17 25 July 2013, 11:25:48 UTC
f245a88 fix make install to obey DESTDIR 25 July 2013, 01:50:32 UTC
61f92a7 Added generation and installation of the manpage 25 June 2013, 13:12:17 UTC
1d23faa Merge branch 'master' of github.com:rdicosmo/parmap 23 February 2013, 10:46:11 UTC
f8821c3 Removed outdated instructions for OCaml 3.11 users (configure properly handles this case). 23 February 2013, 10:45:20 UTC
bf3d603 added interface for parmap_utils 22 February 2013, 09:31:01 UTC
c6a4a8c Removed stray myocamlbuild.* from installation 18 February 2013, 22:54:14 UTC
4dc6d3d Merge branch 'master' of github.com:rdicosmo/parmap 18 February 2013, 22:43:04 UTC
f081720 Merge pull request #12 from rixed/fix-link-bytecode Add required cclib to link with parmap.cma (thanks Cedric) 18 February 2013, 22:39:58 UTC
85aa0c5 Add required cclib to link with parmap.cma When linking statically against parmap, one need to link with parmap_stubs library (since it's not recorded in the cma itself). Findlib can automatically add the required -cclib option. 18 February 2013, 21:24:29 UTC
00e81c8 Bumped up version to 1.0-rc2 18 February 2013, 16:36:04 UTC
e873e1e Fixed typo in code for Mac OS X core scheduling. 18 February 2013, 16:33:11 UTC
7596fdc Bumped up version to 1.0-rc1 18 February 2013, 15:36:43 UTC
0ebc0a6 Add parmap_utils to the build system 10 October 2012, 07:33:01 UTC
5dfb222 Added parmap_utils to Makefile_3.11.in 09 October 2012, 13:44:41 UTC
6afce79 same indentation level in whole file 15 August 2012, 04:30:15 UTC
c8af916 debug became log_debug so that it is more explicit about what it does 15 August 2012, 04:28:44 UTC
52d6398 - some code was moved in parmap_utils.ml so now a Utils module is used explicitely - smarter use of backslash in long strings - rm some empty lines - better formatting in some parts 15 August 2012, 04:24:57 UTC
bd9bb29 added so that functions not directly related to parallelization in parmap.ml can move to this file 15 August 2012, 04:08:41 UTC
2c6a86d moved dead code into the comment it looks related to 15 August 2012, 02:33:41 UTC
9ca7112 info was renamed to log_error as previous name was misleading 15 August 2012, 02:07:44 UTC
567e9da emacs removed all trailing whitespaces 15 August 2012, 02:01:34 UTC
abb70e0 cut long lines (> 80 chars) 15 August 2012, 02:00:54 UTC
f35ae18 Merge pull request #2 from HappyCrow/less_verbose lowered the logging level of two statements from info to debug. 01 August 2012, 07:34:43 UTC
36e2164 lowered the logging level of two statements from info to debug. In fact, the info function is used for error logging level so its name is misleading 31 July 2012, 02:21:54 UTC
405530e Better section titles in doc strings of parmap.mli 19 July 2012, 19:41:18 UTC
ec7a234 Added code to handle empty input sequences 17 July 2012, 08:24:12 UTC
da7933d Made stdout/stderr redirection optional (default: false) 14 June 2012, 21:47:10 UTC
2d69621 Fixing redirection bug 13 June 2012, 21:28:34 UTC
1c5b5ea Added default ncores parameter 06 June 2012, 13:03:59 UTC
3838e4b Make sure we call List.map if nproc <= 1 06 June 2012, 13:03:11 UTC
c696692 Removed debugging code from mandels_sdl.ml and added command line parameters 06 June 2012, 11:39:04 UTC
69b61a2 Merge branch 'sdl' 04 June 2012, 17:33:01 UTC
29b2778 New version of Mandelbrot example using SDL. 04 June 2012, 17:32:13 UTC
4dfa88c Added code to catch corner cases (redundant, it is in all levels of the library primitives) 31 May 2012, 11:41:01 UTC
7701169 Added debugging toggle. 31 May 2012, 11:40:15 UTC
d56ae79 Bumped up version number to 0.9.9 24 May 2012, 20:04:30 UTC
3801539 Merge branch 'iterators' 24 May 2012, 19:42:56 UTC
9c56102 added BuildDepends added ocamlbuild in BuildTools corrected Path in Library section so that ocamlbuild stops winning 18 May 2012, 06:02:28 UTC
79534ae a script to test the _oasis file is correct 18 May 2012, 05:49:30 UTC
3540ff0 added 18 May 2012, 05:47:49 UTC
19ba5d6 Added indexed version for the specialised array combinators 11 May 2012, 23:25:06 UTC
5ed3f4d Added versions of the combinators that pass the index as an extra argument. 11 May 2012, 23:11:40 UTC
4158a71 Renamed intv to range 11 May 2012, 23:11:17 UTC
21e1295 Started working on version of code containing iterators on top of maps. 28 April 2012, 12:50:45 UTC
b0d47a1 Added working SDL version of the Mandelbrot test example. Now we call parmap directly, and there are no problems like with Graphics. 06 February 2012, 21:34:32 UTC
e29fd33 Code style 02 February 2012, 10:37:39 UTC
c0b4803 Removed leftover dependency on extlib 01 February 2012, 22:17:15 UTC
3926a4c Modified code of mandels.ml to use a client server approach and avoid crashing with Parmap + Graphics. 29 January 2012, 14:38:44 UTC
4e57e0f Stable version of Mandelbrot code that has a decent event loop. Clearly show the problem with the interaction with the Graphics library. 28 January 2012, 18:22:41 UTC
3f54e81 Moved tests to a tests directory 27 January 2012, 17:37:30 UTC
9ce0699 Removed dependency on ExtLib in Meta, and in the files in example, adding local tail recursive versions of various functions. 27 January 2012, 17:37:30 UTC
3f0bd26 Create tmpdir only in father process 27 January 2012, 17:37:30 UTC
94bf392 Removed useless ;; in the source 27 January 2012, 17:37:26 UTC
497b7a9 Removed dependency on extlib, adding local tail recursive version of concat and fold_right. 27 January 2012, 17:37:19 UTC
5b8fcdc Adapted configure and Makefile_3.11.in to OCaml compilers without support for ocamlbuild, -annot and -shared. 25 January 2012, 16:50:25 UTC
f9ccad8 Change configure to test for an ocamlbuild with the -use-ocamlfind option. If this is not present, fall back to the pre 3.12 makefile. 24 January 2012, 12:36:23 UTC
365a5dd add pre ocaml 3.12 build system small change in the configure script make Makefile_3.11 ./configure aware 22 January 2012, 10:34:27 UTC
0064fbd Added Makefile for OCaml 3.11 10 January 2012, 20:40:45 UTC
b2c3bec Added configure to ease installation from git 10 January 2012, 17:13:41 UTC
eb48d9e Merge branch 'pipes' Conflicts: example/utils.ml parmap.ml 06 December 2011, 12:33:59 UTC
0ad62e5 Changed #ifdef to #if 03 December 2011, 12:17:35 UTC
737abc8 Initial support for setcore on Mac OS X 02 December 2011, 21:40:56 UTC
bfafe56 Removed dead code, fixed huge_size 30 November 2011, 21:56:46 UTC
98ed2d6 Fixed missing tab in Makefile.in 30 November 2011, 19:34:22 UTC
cc8915b Fixed README 30 November 2011, 14:43:01 UTC
265eac5 Added ChangeLog 30 November 2011, 14:31:33 UTC
50e45ad Changed marshal to be compatible with Mac OSX (and slightly less efficient on Linux) 30 November 2011, 13:54:55 UTC
6b8adc7 Make setcore_stubs.c compile on a Mac 30 November 2011, 07:52:55 UTC
89bdafb Added call to GC before fork, better name for bigarray buffer 29 November 2011, 08:27:02 UTC
4ba1fbd Added documentation target, cleaned up AUTHORS and README, minor change in setcore_stubs.c 27 November 2011, 14:06:29 UTC
19382c6 Added AUTHORS file and bumped up version number 24 November 2011, 13:51:51 UTC
11b0719 Array_float_parmap now takes as an optional parameter a buffer that can be shared among multiple invocations 19 November 2011, 09:10:42 UTC
ece2a7f Array_float_parmpa now accepts a pre-existing result array, and supports chunksize 19 November 2011, 07:18:36 UTC
355de51 Stable working version with maximum float array performance 18 November 2011, 17:46:53 UTC
1da829e First win in struggle to build .cmxs 17 November 2011, 14:43:25 UTC
8f6db61 Added configure and moved to ocamlbuild. 17 November 2011, 13:26:40 UTC
fa7f24d Last improvements on float_array_map at the OCaml level 16 November 2011, 10:36:00 UTC
63dccf3 Clarified LICENCE and origin of bytearray code. 16 November 2011, 10:35:20 UTC
db5c466 Added reinstall Makefile target 16 November 2011, 07:45:03 UTC
320b9b0 Moved examples to ocamlbuild. 15 November 2011, 21:45:38 UTC
9e9490d Helper functions for debug; moved stdout/stderr to /tmp 15 November 2011, 21:39:21 UTC
2e6cd11 Cleanup of the example code, added test for float arrays. 15 November 2011, 16:27:49 UTC
fe278be Significant reorganization of the code: - one mapper primitive for load balancing - one simplemapper primitive for one shot - shared output bigarray for floats - better documentation in the interface 15 November 2011, 16:27:39 UTC
3ef96e6 promoted 'a sequence definition 14 November 2011, 21:49:09 UTC
b8b05c1 Split message kinds, add .so to Makefile 14 November 2011, 21:47:32 UTC
5ee5013 Removed type specialisation to float arrays. 14 November 2011, 12:48:22 UTC
f491ac6 Specialised version for float arrays (no chunksize yet, only for experimenting) 11 November 2011, 16:45:27 UTC
d296f61 Removed bound check from array access. 11 November 2011, 10:10:34 UTC
1f550f3 Added example on floats. 11 November 2011, 10:09:17 UTC
2b1a53d Removed bound check from array access. 11 November 2011, 10:08:17 UTC
2afd30c Better handling of Finished token 10 November 2011, 22:39:00 UTC
4ddf4a3 Make explicit the use of the tail recursive append from ExtLib. 10 November 2011, 10:58:38 UTC
61cc46c Make explicit the use of the tail recursive append from ExtLib. 10 November 2011, 10:56:35 UTC
back to top