1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
2012-09-03 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventgenerator.cc, eventsink.cc: Take options --out and -in for
assigning the output and input port names, respectively.
2012-08-23 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventsource.cc: Take option --out for assigning the output port
name.
2012-08-13 Mikael Djurfeldt <mikael@djurfeldt.com>
* VisualiseNeurons.cpp: Added #include <unistd.h>.
2011-03-04 Mikael Djurfeldt <mikael@djurfeldt.com>
* application_mapper.cc, application_mapper.hh, music.cc: Added an
option -e to the music launcher tool. This option causes the
music launcher tool to write down one launcher script for each
application. These scripts can be used in place of the music tool
in environments which require this.
2010-07-28 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0.7
2009-10-25 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0.6
2009-10-24 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0.5
* application_mapper.cc (ApplicationMapper::mapConnectivity): Let
port code be unique within the multi-simulation.
2009-04-01 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* Release 1.0.4
2009-03-13 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0.3
2009-03-12 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0.2
2009-03-08 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0.1
2009-03-07 Mikael Djurfeldt <mikael@djurfeldt.com>
* VisualiseNeurons.cpp (VisualiseNeurons::printHelp): Updated text.
* eventcounter.cc (usage): Updated text.
2009-03-06 Mikael Djurfeldt <mikael@djurfeldt.com>
* music.cc: New option -v.
2009-03-04 Mikael Djurfeldt <mikael@djurfeldt.com>
* music.cc (print_map): New function.
(main): Add new option -m for printing of application ranks.
2009-03-03 Mikael Djurfeldt <mikael@djurfeldt.com>
* Release 1.0
2009-02-15 Mikael Djurfeldt <mikael@djurfeldt.com>
* application_mapper.cc (ApplicattionMapper::mapConnectivity):
Moved generation of port codes to a position which is treated
identically in all processes.
2009-02-11 Mikael Djurfeldt <mikael@djurfeldt.com>
* music.cc: Moved mpi dependent code to ../mpidep/mpidep.cc.
* Makefile.am: Removed dependency on librudeconfig for all
utilities except the music launcher.
* Makefile.am (music_LDADD): Added dependency on libmpidep.a.
* music.cc: Test if ompi_comm_free exists instead of
ompi_comm_create which doesn't exist in OpenMPI 1.3.
2009-02-10 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventcounter.cc, eventsource.cc, eventgenerator: Added option
--maxbuffered.
* music.cc (getRank): Added code to support newer (1.3.x) versions
of OpenMPI.
2009-02-05 Mikael Djurfeldt <mikael@djurfeldt.com>
* application_mapper.cc (ApplicationMapper::mapConnectivity):
Compute and propagate a unique "port code" for each port name.
2008-12-02 Mikael Djurfeldt <mikael@djurfeldt.com>
* Switch to CamelCase.
2008-11-16 Mikael Djurfeldt <mikael@djurfeldt.com>
* Makefile.am: Added eventcounter.
* eventcounter.cc: New file.
2008-11-06 Mikael Djurfeldt <mikael@djurfeldt.com>
* VisualiseNeurons.cpp: #include <cstring>. (Should change to C++
code.)
* music.cc (launch): Added standard configuration variable "wd",
specifying working directory.
2008-11-05 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventgenerator.cc: New file.
* Makefile.am: Added eventgenerator.cc.
2008-11-03 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventsink.cc, eventselect.cc: New files.
* Makefile.am: Added eventsink, eventselect.
* eventsource.cc: Error checking when opening files.
* Makefile.am: Compile viewevents conditionally.
2008-11-02 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventsource.cc: Extended to support global and local indices and
roundrobin index maps.
2008-10-30 Mikael Djurfeldt <mikael@djurfeldt.com>
* Changes to implement propagation of configuration
information and routing of spikes.
2008-10-10 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventsource.cc: Updated to use global_index.
2008-10-08 Mikael Djurfeldt <mikael@djurfeldt.com>
* eventsource.cc, datafile.h, datafile.cc: New files.
* Makefile.am: Added eventsource.
2007-11-06 Mikael Djurfeldt <mikael@djurfeldt.com>
* music.cc (BGL): #include <rts.h>
2007-11-02 Mikael Djurfeldt <mikael@djurfeldt.com>
* application_map.hh: #include "rudeconfig/src/config.h" instead
of <rude/config.h>.
* Makefile.am (music_CXXFLAGS): Added -I$(top_srcdir).
* music.cc (get_rank): Support OPENMPI.
2007-11-01 Mikael Djurfeldt <mikael@djurfeldt.com>
* parse.hh, parse.cc: Moved to src.
* music.cc: Rewritten.
* Makefile.am (music_SOURCES): Added application_map.hh,
application_map.cc.
2007-10-25 Mikael Djurfeldt <mikael@djurfeldt.com>
* Makefile.am, music.cc, parse.cc, parse.hh: New files.
2007-08-17 Mikael Djurfeldt <mikael@djurfeldt.com>
* Pang!
|