2013-07-17 |
Augustin Degomme | typo + compile without fortran |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Augustin Degomme | smpif90 changes (force gfortran for now), replace ... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Augustin Degomme | add fortran 90 tests |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Augustin Degomme | Fix potential segfault |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Augustin Degomme | add one binding |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Augustin Degomme | fix behavior of waitany |
commit | commitdiff | tree | snapshot |
2013-07-17 |
suter | oups forgot to describe new parameter |
commit | commitdiff | tree | snapshot |
2013-07-17 |
suter | don't allow java to attach user data to file (for now... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
suter | update examples with new prototype for open |
commit | commitdiff | tree | snapshot |
2013-07-17 |
suter | Allow users to attach arbitrary data to opened files |
commit | commitdiff | tree | snapshot |
2013-07-16 |
degomme | remove f77 attr tests |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | missing file |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | only use MPI_SOURCE when necessary |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | switch cmake variable names |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | cmakelists cleanup |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | Add (some) mpich3 f77 tests |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | have smpiff work on temporary file copies |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | correct a few mistakes with waitall, waitany, wait |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | make fortran new bindings almost functional |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | add two more functions |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Augustin Degomme | fix MPI_Initialized |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Augustin Degomme | Update changelog |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Augustin Degomme | remove references to old test suite |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Augustin Degomme | wrong (but still unimplemented) function was used |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Augustin Degomme | add "a few" fortran bindings |
commit | commitdiff | tree | snapshot |
2013-07-12 |
degomme | remove problematic (and unused for now) test from build |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnaud Giersch | Include directory is in source_dir, not in binary_dir. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnaud Giersch | Fix doxygen warning about parameter name that did not... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnaud Giersch | Remove useless file. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
degomme | (try to) fix tests |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | missing files |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | missing file for test |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | fix build and dist, add missing folder |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | remove older mpich test suite |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | Add mpich3 test suite, to replace older one. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | change some behaviors with MPI_IN_PLACE |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | change algo chosen for pairwise, to work with non power... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | initialize variable |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | usless and buggy line |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Augustin Degomme | remove MPI_COMM_WORLD references from star-mpi collectives |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Arnaud Giersch | Increase timeout for test java-async. |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Pierre Veyre | Fix MSG_storage_get_free_size() and add MSG_storage_get... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | fix unitialized |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | remove a few leaks and memory errors |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | MPI_Iprobe should return flag=true when asked with... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | MPI_UNIVERSE_SIZE is initialized at runtime with MPI_CO... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | fix MPI_Group_range_excl |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | fix usage of MPI_Initialized before run |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | exscan non commutative fix |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | Copy the group when doing a comm_split, to avoid to... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
Augustin Degomme | Crash with message when trying to use a log level that... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
suter | revalidate tesh file with dump output |
commit | commitdiff | tree | snapshot |
2013-07-11 |
suter | want the value not the address |
commit | commitdiff | tree | snapshot |
2013-07-11 |
suter | Finally succeed to bring back all the needed informatio... |
commit | commitdiff | tree | snapshot |
2013-07-11 |
suter | some cleanup |
commit | commitdiff | tree | snapshot |
2013-07-11 |
suter | bummer, have to strdup value |
commit | commitdiff | tree | snapshot |
2013-07-11 |
suter | set field value |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Pierre Veyre | Add MSG_host_get_storage_list() function |
commit | commitdiff | tree | snapshot |
2013-07-10 |
suter | add missing prototype declarations |
commit | commitdiff | tree | snapshot |
2013-07-10 |
suter | tiny conflict resolution |
commit | commitdiff | tree | snapshot |
2013-07-10 |
suter | unimplemented MSG_file_dump function |
commit | commitdiff | tree | snapshot |
2013-07-10 |
suter | add content type to storage structure |
commit | commitdiff | tree | snapshot |
2013-07-10 |
suter | store name and content type when creating storage resource |
commit | commitdiff | tree | snapshot |
2013-07-10 |
suter | useless comment to delimit sections |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Pierre Veyre | Add msg_storage_t structure, msg_storage_get_free_size... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Arnaud Giersch | Remove double declaration for Cmake option "enable_debug". |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | id -> storageId in mount tags + example of content_type... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | handle modifications of the DTD in surf |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | add a content_type attribute to the storage and storage... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | add the example of storage content in windows format... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | the name field of a msg_file_t is actually a full name... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | add an example of storage content in the windows format |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | change mind, fullname will be easier to deal with.... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
suter | split name into path+name in content file |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Arnaud Giersch | Don't break when there are spaces between tesh file... |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Arnaud Giersch | Remove space before closing parenthesis. |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Arnaud Giersch | Slightly improve error message. |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | handle non commutative case for scan/exscan |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | make sure refcount of a comm is really 1 when initialized |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | quick and naive implementation of the MPI_Exscan collective |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | MPI_Waitsome and MPI_Testsome can actually handle NULL... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | MPI_Translate_ranks should return MPI_PROC_NULL if... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | testany should work and return a flag if we test 0... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | Implement MPI_IN_PLACE behavior for collectives |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | Fix MPI_Comm_Split, to increment reference counter... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | add a reference counter in order to avoide deleting... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | have persistent communications use a PREPARED flag... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Augustin Degomme | Make internal collective flags negative (incorrect... |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Augustin Degomme | fix tracing issue with some communicators |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Arnaud Giersch | Make distcheck succeed. |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Arnaud Giersch | Use the same parameter name in the code and in the... |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Arnaud Giersch | Fix paths for msg/energy tests. |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Arnaud Giersch | Make it build again after commit 152117af2fbcf4c99d0da5... |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Augustin Degomme | add one missing test |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Augustin Degomme | fix dist build |
commit | commitdiff | tree | snapshot |
2013-07-05 |
acarpena | Merge branch 'dvfs' |
commit | commitdiff | tree | snapshot |
2013-07-04 |
acarpena | added tesh tests for DVFS |
commit | commitdiff | tree | snapshot |
2013-07-04 |
acarpena | added tesh tests for dvfs |
commit | commitdiff | tree | snapshot |
2013-07-03 |
suter | add MSG_host_get_process_list() function. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
suter | cosmetics |
commit | commitdiff | tree | snapshot |
next |