- 19 Apr, 2015 1 commit
-
-
Matthieu Schaller authored
The Makefile now generates a file containing the git revision hash key of the project. A temporary file is used for the distributed tarball versions. Former-commit-id: ca3f77c1607c85ef4a236d15717bb85131605789
-
- 10 Mar, 2015 1 commit
-
-
Peter W. Draper authored
These belong in configure.ac and top-level Makefile.am Former-commit-id: 5a1d813e9537eb32cf6d7f86d8ebf0113add9ca8
-
- 03 Mar, 2015 1 commit
-
-
Peter W. Draper authored
a distribution tarball that will build. Former-commit-id: 44ba56a6537a74bea9894016c7b48ab9eac7b61a
-
- 21 Oct, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: 6ae814f4b6e04f232d3e3e52ae7c50e13b23fea9
-
- 29 Sep, 2013 1 commit
-
-
Matthieu Schaller authored
The serial i/o now also outputs the units. Former-commit-id: 541c149359cb0e1afd3e564ad19c218c1e69fcbd
-
- 28 Sep, 2013 1 commit
-
-
Matthieu Schaller authored
Former-commit-id: 4c330ce2267ccb1cfe110a242bf1e93a3df0c606
-
- 26 Sep, 2013 1 commit
-
-
Matthieu Schaller authored
Former-commit-id: 3e7ffe02e2b791b3f07c014515d0fff43ad751f5
-
- 12 Sep, 2013 1 commit
-
-
Matthieu Schaller authored
First version of parallel output using parallel HDF5. The structure of the output file is unchanged. Each MPI task writes its particles to the same file in parallel. Attributes are unchanged. Chunking and compression to reduce file size still has to be investigated. Former-commit-id: 9efb575b93016b2c27146e8702e7094d5a8e4d15
-
- 17 Aug, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: 41472e03d439a86511b8a379cf77da84c8dd4d0e
-
- 04 Jul, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: 757455acd56e80fe5d0eca51ac17b4ec20fc0f2a
-
- 24 Jun, 2013 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: b41688e9098c77bdfc60465375c439289d083cbb
-
Pedro Gonnet authored
Former-commit-id: db4d3aa9d24dc019f91f77c56f5a2884997b7c94
-
- 21 Jun, 2013 1 commit
-
-
Pedro Gonnet authored
massive refactoring, added spearate scheduler, new scheduling policy based on task rank, should expand to task weight some time soon. Former-commit-id: 40f69e4385302ae59779b3d58eac557331d5cd42
-
- 08 Apr, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: bf2363673cc5f457afd78548a13d9d3d6496eb27
-
- 12 Feb, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: fa77a1b6804434b679dc88ffed39f6b96ceaa5f4
-
- 07 Feb, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: 36567220a6b658f9dbff8091561e53ed45c4bf7a
-
- 04 Feb, 2013 1 commit
-
-
Matthieu Schaller authored
Turned the i/o routines in a module in one single pair of files io.h and io.c. No change in functionalities Former-commit-id: e79f9e43f0921ebfc6d2d0b895533e2e60157512
-
- 31 Jan, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: c6a968263d1d47644bfac82ba3459a44e618890e
-
- 27 Jan, 2013 2 commits
-
-
Matthieu Schaller authored
Former-commit-id: 37a7eefc9fa0e792a8fe0cb0083284ab96845bc9
-
Matthieu Schaller authored
Added a debugging routine which prints all the relevant particle information in a grep and gnuplot friendly way. Former-commit-id: 6b8d9dc8541bd68d6b57800f15a6bf898dc232d1
-
- 23 Jan, 2013 2 commits
-
-
Matthieu Schaller authored
Former-commit-id: f17c0b3035232a97db951f6aaba2cac41c9a6cf0
-
Pedro Gonnet authored
Former-commit-id: e2337231bd3a93920a628055854316bdf7d240d0
-
- 22 Jan, 2013 1 commit
-
-
Pedro Gonnet authored
major re-vamp of the time stepper, cells are now re-constructed only when needed. task are still re-built every step. Former-commit-id: 9ad93a4770e58ce6f8a20e7823e900f3fcbe3293
-
- 09 Jan, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: fce1166cf2800c7a2f37c0448226dd9d3149f4f6
-
- 02 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: 93675a7f9624c07906ea80fd01f57b678f4ebc31
-
Pedro Gonnet authored
added lowest-level sorting of particles, minor fixes to the ic-reader, and extension of the copyright statement. Former-commit-id: 8f1de71456a8c10e009da2d48cbc7683106418c4
-
- 30 Nov, 2012 1 commit
-
-
Matthieu Schaller authored
The ICs for particles and the box can now be read from a (GADGET-)HDF5 file. The file name is passed to the comand line via the option -f and all the (now) unnecessary comand line options have been removed. All the values that can be read from the files are read from the file. The source file ic.c can be easily changed to read additional arrays from the HDF5 inputs. The Makefiles have been updated to reflect the changes and the need to link against the (serial) HDF5 libreary. Former-commit-id: 5b8896489301cbad20fe566c72e624b52a8f593f
-
- 29 Nov, 2012 1 commit
-
-
Matthieu Schaller authored
Added the HDF5 library search in the autotool script. The code can now be compiled and linked against a serial version of HDF5. To deactivate this library, the configure script can be called with the option '--with-hdf5=no'. The code does not do anything with HDF5 yet. Former-commit-id: 4ccdb9b4745d9a9929f8298834e67252c141b16f
-
- 28 Nov, 2012 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: 15aa1eaeaf5b07cd6e14842275f4379cae6ddfd8
-
- 22 Nov, 2012 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: e5e7bd22be9d0b084c4d349a0654817d014238a9
-
- 21 Nov, 2012 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: e13f23d1ae2d6365cb8bc7261afabb478c164c3d
-
- 20 Oct, 2012 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: d291ae4cadb5810b8982c69933dfb08bf0588686
-
- 02 Oct, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: f3056a3bc94257a14a740392129b1e0bf5a731ea
-
Pedro Gonnet authored
Former-commit-id: e3d79ccca47be821e425f2b305cf3a68548fa4f1
-