- 12 Apr, 2018 9 commits
-
-
Roy Fabrice authored
Switch from CeCILL to GNU GPL3
-
Roy Fabrice authored
Skeleton with licence and module layout
-
Roy Fabrice authored
test.f90 source code and corresponding makefile. It just reads a star cube and does nothing expect print the number of particles.
-
Roy Fabrice authored
First commit for some files, everything is still to be done
-
Roy Fabrice authored
Read cube for sorted and not sorted star cubes One process reads one file, even if it is a 'mpi' file written by several processes Data and metadata are sorted in structures
-
Roy Fabrice authored
-
Roy Fabrice authored
Corrected dataset names that didn't match with the other versions
-
Roy Fabrice authored
-
Roy Fabrice authored
-
- 11 Apr, 2018 6 commits
-
-
Roy Fabrice authored
Only standard star cubes can be read Uses new type for collection of stars ToDo: sorted cube, mpi cube, mpi sorted cube
-
Roy Fabrice authored
Type with allocatable arrays for particle properties, logical to show which properties are used, and size (nb of particles) Extension for stars and dm particles Subroutine to allocate the arrays and set the size for the 3 types
-
Roy Fabrice authored
Function to handle allocate errors: abort run ToDo: close every file before abort
-
Roy Fabrice authored
Conversion from integer4 to char(len=5): useful for process rank
-
Roy Fabrice authored
Group for do_timings has been corrected
-
Roy Fabrice authored
New file with type_particles
-
- 04 Apr, 2018 1 commit
-
-
Roy Fabrice authored
amr2cell can compile has to be tested
-
- 03 Apr, 2018 4 commits
-
-
Roy Fabrice authored
-
Roy Fabrice authored
Tool to write cubes with hydro and grav data (name will change)
-
Roy Fabrice authored
Many undocumented changes haloanalyzer development is suspended until cubes with hydro and grav are available
-
Roy Fabrice authored
Add a mod and a obj directories for modules and object files Compile modules and objects in these directories
-
- 29 Mar, 2018 1 commit
-
-
Roy Fabrice authored
Add mod and obj directory for build
-
- 28 Mar, 2018 4 commits
-
-
Roy Fabrice authored
-
Roy Fabrice authored
Change some constant or type names Adapt Makefile
-
Roy Fabrice authored
-
Roy Fabrice authored
Add a subroutine to read halo_dm_data Correct some bugs in H5read_halo_hfprop
-
- 23 Feb, 2018 2 commits
-
-
Roy Fabrice authored
-
Roy Fabrice authored
Debug target different from release target
-
- 22 Feb, 2018 1 commit
-
-
Roy Fabrice authored
-
- 21 Feb, 2018 2 commits
-
-
Roy Fabrice authored
Closes https://gitlab.obspm.fr/roy/pFoF_dev/issues/1 If particle type is star then constant_mass = 0 If particle type is dark matter then constant_mass=1 if do_skip_mass=true and constant_mass=-1 if do_skip_mass=false
-
Roy Fabrice authored
Fix #5 Compute global_npart for DM particles in Select_dm_particles Remove global_npart computation from modio.f90 Write correct global_npart in modwritehalo.f90 and modwritedmcube.f90 Add global_npart to the calling arguments of the subroutines that write halo hdf5 files in modfofpara.f90
-
- 20 Feb, 2018 10 commits
-
-
Roy Fabrice authored
The 4 different cube are implemented A first test has been passed Implements #8 issue
-
Roy Fabrice authored
Write dataset in parallel only if the whole dataset in not empty i.e. if the global size of the array is not 0
-
Roy Fabrice authored
write a message for star cube output
-
Roy Fabrice authored
Downcase + some small changes in names of variables
-
Roy Fabrice authored
Warning: the fin=deb line is a potential source of problems
-
Roy Fabrice authored
New file in object list: modwritestarcube.f90
-
Roy Fabrice authored
Add particle type as optional input parameter to Write_meta_common If particle type is not present, default value is dark matter.
-
Roy Fabrice authored
-
Roy Fabrice authored
-
Roy Fabrice authored
global_npart can now be != nres**3
-