- 09 Jan, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: c53fcaa2dbed09262429297fc881c71b3e7fdc56
-
- 06 Jan, 2013 1 commit
-
-
Matthieu Schaller authored
Former-commit-id: 0492623ec719f4a063e028bfa4d2681662c66538
-
- 20 Dec, 2012 3 commits
-
-
Pedro Gonnet authored
Former-commit-id: 954392daef3c507356cbd20a07a1b218961b0820
-
Pedro Gonnet authored
Former-commit-id: cd3a33df122fe358fb3ff244bc63106451abd5f5
-
Pedro Gonnet authored
Former-commit-id: 3faa03ed1880138adeb71df6d3cfcc5d9cd59f7f
-
- 18 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: b60bf512adce2195d2c1ce244ed9f98bb8e91907
-
Pedro Gonnet authored
preliminary implementation of variable time stepping. still problems with sorting, should be more careful building the task tree. Former-commit-id: 903851927b5bf4b34cfda269d488386c2378e445
-
- 15 Dec, 2012 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: e53686ef167cd1dc61e4fa4a50fff34963ea51e8
-
- 13 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: f2f9d3c17951e66890a8ac707e9410ce42d9a8fd
-
Pedro Gonnet authored
Former-commit-id: db2a9a4f05f5fc86ef660e0861aaf7de341ae317
-
- 12 Dec, 2012 4 commits
-
-
Pedro Gonnet authored
Former-commit-id: 34fff717ccaff6ee8c5e9448cbd855857b5aec57
-
Pedro Gonnet authored
Former-commit-id: f3728118e343a5901eacba9709494ca28065dd1c
-
Pedro Gonnet authored
Former-commit-id: ca1107fd3c329c87dd061f6cfce1d0a1c98d918b
-
Pedro Gonnet authored
Former-commit-id: 152df3a9b0832933bb9cdc98973ec7fbc4a0a583
-
- 10 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: 7c98b7f1f10b2e060a3fd883f2ae561c3968cfd8
-
Pedro Gonnet authored
generalized concept of sub-tasks, added space_subsize to determine when subs are created, cleaned-up task creation and cell splitting. Former-commit-id: 2d34a8c144463e04ed5fc54ba914e1b2fa74b6d3
-
- 07 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: 737b76276be9ce2a673e54963941a5da88c84607
-
Pedro Gonnet authored
Former-commit-id: dbe48ffac91fdca4909a9de4484b9c5385e8f2cf
-
- 06 Dec, 2012 4 commits
-
-
Pedro Gonnet authored
Former-commit-id: 1d4a50edf9497409fa0ff166b7252dbadd01e0d5
-
Pedro Gonnet authored
Former-commit-id: 5a500a57d03f93905b53695dba4f20e5034f3b05
-
Pedro Gonnet authored
Former-commit-id: 29820fb70f23e03f8c0f16300a5a69d95763e474
-
Pedro Gonnet authored
Former-commit-id: acc89a147cff089b894d2540e464ef9a33aae6e4
-
- 03 Dec, 2012 6 commits
-
-
Pedro Gonnet authored
Former-commit-id: cd88dff0a0e24da4435d961ea4a8219f5af0db74
-
Pedro Gonnet authored
Former-commit-id: 23fa519ca82863e510757674d30856106b9b62fa
-
Pedro Gonnet authored
Former-commit-id: be8549c54c1a26dcfa7c31b0c3478cea1183ec24
-
Pedro Gonnet authored
Former-commit-id: 5a60d1376e3f5ae68f64ff85ade2a92aea602f0f
-
Pedro Gonnet authored
Former-commit-id: 10c32ce7415e6887b399c5469c048093d8d14a59
-
Pedro Gonnet authored
Former-commit-id: 00d92b2b60c7d1041482fb0eea49b5c98831c4de
-
- 02 Dec, 2012 6 commits
-
-
Pedro Gonnet authored
Former-commit-id: 409cb4852ca9b083add7c431ecfdebbc9c5d3309
-
Pedro Gonnet authored
Former-commit-id: d69cab25b8185b836c27e84a31742adfc3583416
-
Pedro Gonnet authored
Former-commit-id: db6de0b4654111f68fb0fd87a88858c671edbefe
-
Pedro Gonnet authored
engine_ranktasks now actually stores the ranked order, no real need to re-sort tasks in queues. added engine_prepare, which re-sorts the particles into cells and rebuilds the tasks lists and queues if necessary. removed sorting along dt for now. Former-commit-id: 799188eb9e75ce8cdbee53fba2efa69b060ba7cf
-
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 3 commits
-
-
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
-
Matthieu Schaller authored
Former-commit-id: a52ef3edbc60c4b63cfd8eaba46ed7b5c9e2e39b
-
Matthieu Schaller authored
The ID of particles is now a 'long' and not an 'int' anymore for compatibility with GADGET and because we will use more than 10^9 particles anyway. Former-commit-id: 4e086d540cae2f68080a77e055a146d5b35f130a
-
- 29 Nov, 2012 3 commits
-
-
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
-
Matthieu Schaller authored
Corrected (this time in the right way) the two printf messages that had the wrong formats depending on the architecture (64/32 bits) of the machine. Former-commit-id: a369bff9f6576c17c0ea0bbf6c441f7fb12d0712
-
Matthieu Schaller authored
Former-commit-id: 7fbf7981fa52d1c13d62cdd564c46d88f167b594
-