ToDos - abrantsma/Pneumo GitHub Wiki

TODO:

  • Clean up the repository. (Put unnecessary files in a folder. Put sub-functions in a folder. Write out what things are.)

  • Create a method for testing new versions of eitModelingDifferenceScript_v4.m programmatically. (Like ways to save or export data in order to compare resulting matrices without re-calculating everything every time.)

  • Format the Wiki

  • Actually learn about octave forge parallel package.

    We already know how to do pserver We already know how to do pconnect Create an example that does local parallel processing. Create an example that does remote parallel processing. Create an example that does both local and remote parallel processing.

  • Add more things to the linear instructions.

  • Add more packages to the List of packages.

  • Create a script on master that shows the speed of all four cores.

    The command for each is: $ sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq $ sudo cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq $ sudo cat /sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_cur_freq $ sudo cat /sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_cur_freq