1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-16 13:33:45 +02:00
Commit graph

574 commits

Author SHA1 Message Date
Oliver Hahn
eb5667c6cf
Merge pull request #5 from cosmo-sims/output-filenames
name output files after config and write output log
2024-07-18 08:51:29 +02:00
41a0e3440b
name output files after config and write output log 2024-07-17 17:52:24 +02:00
Oliver Hahn
a19b967f3b
Update README.md 2024-07-09 21:42:46 +02:00
Oliver Hahn
02a74498e5
Create CITATION.bib 2024-07-09 21:41:11 +02:00
Oliver Hahn
91b0dd0fcd
Update README.md 2024-07-09 16:10:10 +02:00
Oliver Hahn
0eedc765d0
Update README.md 2024-07-09 16:09:47 +02:00
Oliver Hahn
d399be804a
Update cmake-multi-platform.yml
forgot to use the mpi fftw version
2024-07-09 16:05:13 +02:00
Oliver Hahn
c91c8fba77
Create cmake-multi-platform.yml
initial commit of workflow
2024-07-09 16:02:08 +02:00
Oliver Hahn
62d3b2946b README.md edited online with Bitbucket 2024-04-15 11:47:11 +00:00
Adrián Gutierrez
6893b4dd22 Merged in master (pull request #42)
Implementation of fNL and gNL

Approved-by: Oliver Hahn
2024-04-15 11:44:30 +00:00
adrigut10
edb7c08b86 Added fNL and gNL part 2024-04-15 11:34:09 +02:00
adrigut10
6a677a08f9 test removing a file 2024-04-09 13:45:13 +02:00
adrigut10
7e8f921be6 Test on pushing stuff to the online repo 2024-04-09 13:42:07 +02:00
Oliver Hahn
75a35ff318 fixed mistakenly hardcoded float output in hdf5 backend for vectors 2024-03-20 23:15:09 +01:00
Oliver Hahn
cf4c1b12c5 fixed some const exceptions 2024-03-20 23:14:48 +01:00
Oliver Hahn
0bcfe6753e disable isocurvature when outputting only 1 species (only relevant when using ppt for dm) 2024-03-20 22:58:09 +01:00
Oliver Hahn
9df2d90e47 added additional linker options for newer versions of MacOS to re-enable C++ exceptions and prevent possible linker problems 2024-03-19 17:38:46 +01:00
Michael Bühlmann
f8af7d1469 Merged in update_genericio (pull request #41)
update genericio repository URL

Approved-by: Oliver Hahn
2024-03-12 21:22:17 +00:00
Michael Buehlmann
e6e6b5ed23 update genericio repository URL 2024-03-12 16:20:07 -05:00
Michael Bühlmann
5dc3d39604 Merged ohahn/monofonic into master 2024-03-12 16:01:45 -05:00
Lehman Garrison
c56136a8c3 Merged in master (pull request #40)
Fix parallel IO with gadget HDF5 format

Approved-by: Oliver Hahn
2023-11-21 21:21:08 +00:00
Lehman Garrison
9151f238eb output_gadget_hdf5: use this_fname_ instead of fname_ to write to correct file when using parallel IO 2023-11-21 16:05:04 -05:00
Oliver Hahn
6940d8f328 fixed bug where sometimes arepo plugin instead of gadget-4 plugin was called 2023-06-20 16:16:42 +02:00
Oliver Hahn
a2d83df9b3 improved code documentation, added doxygen target 2023-06-08 03:36:24 +02:00
Oliver Hahn
0db13cee68 finally fixed Gadget multiple output filename convention to filename.X.hdf5 2023-06-07 15:26:16 +02:00
Oliver Hahn
251ef81094 made particle numbers in gadget-hdf5 output 64bit, kept 32 bit version for legacy Gadget-2 compatibility via Gadgget2Compatibility=yes flag 2023-06-07 15:17:27 +02:00
Oliver Hahn
6d4aa3c4f9 add error when grid size is not even for nLPT>1, added some more verbosity 2023-06-07 15:02:15 +02:00
Lukas Winkler
fa444ef2d3 Merged in gadget-hdf5-header-metadata (pull request #39)
add monofonic metadata to Gadget-HDF5 output

Approved-by: Oliver Hahn
2023-04-24 19:43:55 +00:00
039b68bea0
add monofonic metadata to Gadget-HDF5 output 2023-04-24 14:55:14 +02:00
Oliver Hahn
69f8b1243c reformatted mem+time output 2023-04-04 01:08:26 +02:00
Oliver Hahn
8b267f07be added reporting of memory high marks 2023-04-04 00:48:38 +02:00
Oliver Hahn
c9cfbf3721 added extra check on valid range of transfer functions 2023-03-28 00:18:46 +02:00
Oliver Hahn
0c978f7ce3 fixed monofonic compilation problem. main branch now pulls old CLASS version from tag 2023-03-26 18:09:46 +02:00
Lukas Winkler
303ec60530 Merged in clang-fixes (pull request #36)
fix compiler error and warnings in clang

Approved-by: Oliver Hahn
2023-01-03 17:12:19 +00:00
d1fc6a2e67
fix compiler error and warnings in clang 2023-01-03 16:31:16 +01:00
Michael Bühlmann
981432269b Merged in master (pull request #32)
fix particle masses for HACCHydro, single species

Approved-by: Oliver Hahn
2022-12-15 12:42:36 +00:00
Lukas Winkler
f47fcca464 Merged in gadget-param-info (pull request #34)
put infomation about the gadget4 cosmology part of param.txt in output

Approved-by: Oliver Hahn
2022-12-15 12:42:12 +00:00
15be8f4b4f
put infomation about the gadget4 cosmology part of param.txt in output 2022-12-15 11:45:44 +01:00
Oliver Hahn
a6e148ed00 fixed compiler warning 2022-11-10 19:59:22 +01:00
Oliver Hahn
0c0b7086e7 Merged in newbaryonlattice (pull request #33)
Newbaryonlattice
2022-11-10 17:42:16 +00:00
Oliver Hahn
ee391f2575 Merge branch 'master' of bitbucket.org:ohahn/monofonic into newbaryonlattice 2022-11-10 18:27:05 +01:00
Oliver Hahn
82237a0c1c removed compilation problems with GCC 12 2022-11-10 11:16:28 +01:00
Michael Buehlmann
091c9dee75 fix HACC masses for HACCHydro, single species 2022-07-18 14:37:40 -05:00
Michael Bühlmann
b7f12faa89 Merged in master (pull request #26)
add missing HACC/GenericIO fields

Approved-by: Oliver Hahn
2022-04-28 21:44:06 +00:00
Michael Buehlmann
fbf6690458 add missing HACC/GenericIO fields 2022-04-28 15:50:14 -05:00
Oliver Hahn
8281f0bed6 added customization to particle masking 2022-03-25 18:17:10 +01:00
Oliver Hahn
819be9d48d moved warning that was in incorrect place 2022-02-09 17:56:56 +01:00
Oliver Hahn
a015ec0f42 cleaned up some compiler warnings 2022-02-04 21:16:55 +01:00
Oliver Hahn
a1e2158f17 subtract mean so that masked particles have correct statistics 2022-02-04 02:10:10 +01:00
Oliver Hahn
7155897fd8 added new ghost zone routines (that should be robust with MPI) 2022-02-04 02:09:47 +01:00