- 09 Sep, 2015 3 commits
-
-
Peter W. Draper authored
This reverts commit 324bd359 [formerly 78052f0629ab80163631a248a0af9f596d27c4a2]. Conflicts: src/engine.c src/proxy.c Reverts unwanted debug output from mpi_fixes branch. Former-commit-id: f7ee5a97b39c9fd82ec0fe9d5dfa819eb70b128d
-
Peter W. Draper authored
This reverts commit decf122a [formerly 70bc02755eb2c0d36163afa582ef8338bb9b042e]. Conflicts: src/debug.c src/engine.c src/engine.h These were fixes from the paranoid branch. Former-commit-id: 158c336b03466a33192ba9df5517703185cde5c5
-
Pedro Gonnet authored
Small changes for clang compatibility I have made some minor changes (mostly to space.c) so that the code now compiles out of the box with the clang compiler. The main change is the removal of nested functions in space.c. They have been replaced by static functions. See merge request !32 Former-commit-id: 2cd4eaf9f37f79fa04271b6dec78c8be321d5262
-
- 07 Sep, 2015 2 commits
-
-
Matthieu Schaller authored
Handle disable doxygen configure option Previously this broke when using the --disable-doxygen-doc option as detailed in #44. See merge request !33 Former-commit-id: 840b6991d97b81feacf07cce60fc9e4193da78de
-
Peter W. Draper authored
Previously this broke when using the --disable-doxygen-doc option Former-commit-id: f89fa64e4b00c94f5d83e10e6983e6708c99f6ad
-
- 06 Sep, 2015 1 commit
-
-
Matthieu Schaller authored
Former-commit-id: 715f950ec856c778b0752f28763d706f896a4906
-
- 01 Sep, 2015 6 commits
-
-
Matthieu Schaller authored
Former-commit-id: 37e23cc072299da8e12ac91d80c8714440d9a98b
-
Matthieu Schaller authored
Former-commit-id: 918c17d5f2eb5d5920da879cba70831d0c32d5f7
-
Matthieu Schaller authored
Former-commit-id: 0c4421a9ace916a12ecaf9c33330d3c151f89fad
-
Matthieu Schaller authored
Former-commit-id: 4e048d52f655dd0b8c2a7dac5d8bdaf2cb26adf1
-
Matthieu Schaller authored
Former-commit-id: 0fd9021530e82523298d2699c158d7d2e99d492d
-
Matthieu Schaller authored
Formatting Fixes issue #42. See merge request !31 Former-commit-id: e2a519b75c95e0fcf60272765868b67509cfce77
-
- 31 Aug, 2015 6 commits
-
-
Pedro Gonnet authored
Conflicts: src/engine.c src/proxy.c src/runner.c src/scheduler.c src/space.c src/task.c Former-commit-id: 97aa233cd52050e707d1aca5bec071e3f6f82515
-
Pedro Gonnet authored
Former-commit-id: 19fbc6ca163c7911b2d6c2f30ca2166152e3341c
-
Pedro Gonnet authored
Former-commit-id: d901d007257f585dd104dd79de4ac3caa96b5013
-
Pedro Gonnet authored
Former-commit-id: 08929cc7d4d18b19f7307c801321528e48723186
-
Pedro Gonnet authored
Former-commit-id: f6115445747ec20c72c754c53ee79590b76cbafa
-
Pedro Gonnet authored
Cleaned out the OpenMP statements Removed all the OpenMP pragmas, OpenMP functions and header inclusions. Also replaced the associated atomic operations with normal operations. There might have been some race condition problems in some routines of space.c where some non-atomic operations were performed in critical parts of the code. Not sure whether it was actually a problem. Closes issue #20. See merge request !28 Former-commit-id: c8c82f2cf89aa6d3dd6a7ac76addf932ed1ccc0f
-
- 30 Aug, 2015 4 commits
-
-
Pedro Gonnet authored
Former-commit-id: c30cf7048b327adde3c1a03fd3743eb4a05ab239
-
Pedro Gonnet authored
Former-commit-id: 91658e395c7e520ce8f38f00828d1ab5a23cab73
-
Pedro Gonnet authored
Former-commit-id: ad57abd66743bb61032ac57dfe07b616a8a6434a
-
Pedro Gonnet authored
Former-commit-id: 70bc02755eb2c0d36163afa582ef8338bb9b042e
-
- 21 Aug, 2015 2 commits
-
-
Peter W. Draper authored
The configure script can now read MPIRUN from environment variables + README update The configure script can now read MPIRUN from environment variables See merge request !30 Former-commit-id: 18a08073af738230b2068c35d1116b7b35e59551
-
Peter W. Draper authored
Former-commit-id: efc227dfc257362f0fa01914aef1615170f8d166
-
- 20 Aug, 2015 8 commits
-
-
Matthieu Schaller authored
Former-commit-id: 5e800eb37f53e07b9eed379e67fa05ea26f949b0
-
Matthieu Schaller authored
Former-commit-id: 73d0eda9b7af1c979b5505b3734a61ba2c3a6e92
-
Matthieu Schaller authored
Makes MPIRUN modifiable via an environment variable and not just as an argument to the script. (Also adds documentation with --help) Former-commit-id: 65ab9098c4fd505a9ad9266791adbd5226c8809b
-
Matthieu Schaller authored
Allow the mpirun command to be re-define using the MPIRUN environment variable PRACE seem to call theirs mpirun_xxx See merge request !29 Former-commit-id: 3a4dc3f7218c8b1d6031fad54891593b683f7f1c
-
Peter W. Draper authored
PRACE seem to call theirs mpirun_xxx Former-commit-id: 1d1472e87fd247fa8d6a8124213a545902f2746c
-
Matthieu Schaller authored
Former-commit-id: fc1ae35cebc787c5b98821e27ac2bbade9912f1d
-
Matthieu Schaller authored
Former-commit-id: 048c726330e81f1a8d7f7e7a2a36bb324a8b8eba
-
Matthieu Schaller authored
Former-commit-id: dbf79c6373aaf253e7e1898aee5afad68ee30c01
-
- 19 Aug, 2015 1 commit
-
-
Matthieu Schaller authored
Cleaned out all but 3 omp statements. Might also have corrected a race condition in the space construction. Former-commit-id: e0b9e6872f5388f09b94489c65869acc28e3eb7c
-
- 17 Aug, 2015 7 commits
-
-
Pedro Gonnet authored
Former-commit-id: 5ff67c3a9f7e62c407928489bcaa9b4f0f54736a
-
Pedro Gonnet authored
Former-commit-id: 3e2e2fd2880bc17520646797d360921a71514379
-
Pedro Gonnet authored
Former-commit-id: 67253fd5d24b593bdd7822863d0b25781cb1e744
-
Matthieu Schaller authored
Autotools update Fix problem configuring against HDF5 without CFLAGS and LDFLAGS set. Fix problem building without MPI support. Improve the installation documentation. See merge request !27 Former-commit-id: ac0293bd397169e4e42eaad4e3163bd1624c6490
-
Peter W. Draper authored
Former-commit-id: 21620a3f08de0f2e1cfd759802a2b367bbe83f6b
-
Peter W. Draper authored
Former-commit-id: 109682c3f976c1ddafa3b4aa540ad07c082479d7
-
Peter W. Draper authored
These are needed when the environment CFLAGS do not point at the HDF5 include directory. Use CPPFLAGS as CFLAGS is not set Former-commit-id: cd1da96aeecf3e8abce21946d0b1168ae6159e53
-