- 27 Jan, 2013 1 commit
-
-
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 4 commits
-
-
Pedro Gonnet authored
Former-commit-id: de34e33cd14afd74276aeb4d84522cc8e4c0c2fa
-
Matthieu Schaller authored
Former-commit-id: a10e6828e22416893ff0528e7fe6b8f88031995f
-
Pedro Gonnet authored
Former-commit-id: 190cd1b9cae99df960026932f991a7bb039cad7b
-
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
-
- 21 Jan, 2013 1 commit
-
-
Matthieu Schaller authored
Former-commit-id: e59ca444428547c14c9764e976be34c76b89e37f
-
- 18 Jan, 2013 2 commits
-
-
Matthieu Schaller authored
Former-commit-id: 0c6659e7d095cb2d8b64e0c0e6fad7fc8b5ba1a3
-
Matthieu Schaller authored
Added the ability to read only fields if they are present in the IC file to the read_ic routine. Every particle field can be COMPULSORY or OPTIONAL depending on whether the code must necessary find the corresponding data set in the HDF5 file. If set to COMPULSORY and the data set is not found, the code stops. Former-commit-id: 023c3abc881bdb3f9060fe87c56c23ed38c0ca58
-
- 14 Jan, 2013 1 commit
-
-
Pedro Gonnet authored
Former-commit-id: dd0c4a15e2feb67fdb227b301e07cc4c9cc48062
-
- 09 Jan, 2013 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: fce1166cf2800c7a2f37c0448226dd9d3149f4f6
-
Pedro Gonnet authored
Former-commit-id: c53fcaa2dbed09262429297fc881c71b3e7fdc56
-
- 20 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: cd3a33df122fe358fb3ff244bc63106451abd5f5
-
Pedro Gonnet authored
Former-commit-id: 3faa03ed1880138adeb71df6d3cfcc5d9cd59f7f
-
- 18 Dec, 2012 1 commit
-
-
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
-
- 13 Dec, 2012 2 commits
-
-
Pedro Gonnet authored
Former-commit-id: f2f9d3c17951e66890a8ac707e9410ce42d9a8fd
-
Pedro Gonnet authored
Former-commit-id: db2a9a4f05f5fc86ef660e0861aaf7de341ae317
-
- 12 Dec, 2012 3 commits
-
-
Pedro Gonnet authored
Former-commit-id: 34fff717ccaff6ee8c5e9448cbd855857b5aec57
-
Pedro Gonnet authored
Former-commit-id: f3728118e343a5901eacba9709494ca28065dd1c
-
Pedro Gonnet authored
Former-commit-id: 152df3a9b0832933bb9cdc98973ec7fbc4a0a583
-
- 10 Dec, 2012 1 commit
-
-
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 1 commit
-
-
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 3 commits
-
-
Pedro Gonnet authored
Former-commit-id: cd88dff0a0e24da4435d961ea4a8219f5af0db74
-
Pedro Gonnet authored
Former-commit-id: 23fa519ca82863e510757674d30856106b9b62fa
-
Pedro Gonnet authored
Former-commit-id: 00d92b2b60c7d1041482fb0eea49b5c98831c4de
-
- 02 Dec, 2012 5 commits
-
-
Pedro Gonnet authored
Former-commit-id: 409cb4852ca9b083add7c431ecfdebbc9c5d3309
-
Pedro Gonnet authored
Former-commit-id: d69cab25b8185b836c27e84a31742adfc3583416
-
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 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
-