From b5071b792e53648f531b0239e1dc5528575f0e70 Mon Sep 17 00:00:00 2001 From: Yohai Meiron Date: Fri, 6 Mar 2020 10:37:41 -0500 Subject: [PATCH] Added TODO --- TODO.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..a81190a --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +TODO +==== + +* Get rid of all global variables. + +* Break main() into smaller chunks; operations that are timed should become independent functions. + +* Dynamically allocate the big arrays. + +* Create a key-value config file reader to replace the external parameter files. + +* Remove all ifdef blocks, options should be selected in the config file. + +* Optional HDF5 output. + +* In the config file let choose number of digits for ASCII output and 32 or 64-bit floats for HDF5.