forked from simgrid/simgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
737 lines (586 loc) · 29.7 KB
/
NEWS
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
_ _____ __________
__ _____ _ __ ___(_) ___ _ __ |___ / |___ /___ |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ / /
\ V / __/ | \__ \ | (_) | | | | ___) | ___) |/ /
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____//_/
(unreleased)
_ _____ _____ __
__ _____ _ __ ___(_) ___ _ __ |___ / |___ / / /_
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| '_ \
\ V / __/ | \__ \ | (_) | | | | ___) | ___) | (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ \___/
September 9. 2024
The Anne of Brittany release (she became a Duchess 536 years ago).
* Various improvements and unification of the simulation APIs
* MC: Enable the verification of Python programs, and of condvars and iprobe calls.
* MC: Exhibit the critical transition when a failure is found.
* (+ internal refactoring and bug fixes)
_ _____ _________
__ _____ _ __ ___(_) ___ _ __ |___ / |___ / ___|
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \___ \
\ V / __/ | \__ \ | (_) | | | | ___) | ___) |__) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/____/
November 23. 2023
The "Thanks Giving up stateful model-checking" release. Stateless model checking remains.
* Maint: liveness checking is gone. It was fragile and buggy.
* API: ActivitySet make it easier to manage sets of activities.
* Plugins chiller, photovoltaic and battery revamped and improved.
* Performance improvements, both in time and memory.
* (+ internal refactoring, usability improvements and bug fixes)
_ _____ _____ _ _
__ _____ _ __ ___(_) ___ _ __ |___ / |___ /| || |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| || |_
\ V / __/ | \__ \ | (_) | | | | ___) | ___) |__ _|
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ |_|
June 26. 2023
Save the planet, skip a release: 3.33 was due 6 months ago, so skip directly to 3.34.
* Maint: MSG and Java are gone (EOL was scheduled for 2020), move to C++17,
and drop 32bits support.
* Model: Introduce a fluid I/O model, mixing I/O and network, to represent
streaming from disk
* API: DAG/workflow loader; Introducing Tasks which are activities that can
be fired several times.
* Doc: Several new documentation sections, and a new tutorial on DAGs.
* MC: Safety properties now portable to every OS, activated by default
in all builds.
* MC: Introduction ODPOR/SDPOR reductions and guiding strategies (better
state space traversal).
* (+ internal refactoring, bug fixes and documentation improvement)
_ _____ _________
__ _____ _ __ ___(_) ___ _ __ |___ / |___ /___ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) |
\ V / __/ | \__ \ | (_) | | | | ___) | ___) / __/
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/_____|
October 3. 2022
The Wiedervereinigung release. Germany was reunited 32 years ago.
* Various cleanups around the virtual machines API
* Improved Python platform generation (more robust, easier to use)
* Further complete Python bindings (Comm, Engine, ptasks)
* (+ internal refactoring, MANY bug fixes and documentation improvement)
_ _____ _____ _
__ _____ _ __ ___(_) ___ _ __ |___ / |___ // |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| |
\ V / __/ | \__ \ | (_) | | | | ___) | ___) | |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/|_|
March 22. 2022
The ненасильство release. We stand against war.
* Refactoring the model-checker, enabling synchronization objects and future improvements
* Introducing BMF sharing, enabling ptasks in regular models (experimental)
* Further complete Python bindings (Mutex, Semaphore and Barrier)
* (+ internal refactoring, many bug fixes and documentation improvement)
_ _____ _____ ___
__ _____ _ __ ___(_) ___ _ __ |___ / |___ / / _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| | | |
\ V / __/ | \__ \ | (_) | | | | ___) | ___) | |_| |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ \___/
January 30. 2022
The Sunday Bloody Sunday release.
* SimDAG is finally removed, fully superseded by S4U.
* New documentation on calibrating MPI.
* The Algorithms tutorial can now be taken in Python.
* (+ many bug fixes and internal refactoring)
_ _____ ____ ___
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | (_) |
\ V / __/ | \__ \ | (_) | | | | ___) | / __/ \__, |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____| /_/
October 7. 2021
The "Ask a stupid question" release
* Python bindings for the platform creation API
* Introduce non-linear resource sharing, allowing decay models
* New documentation section on realistic I/O modeling
* (+ many bug fixes and internal refactoring)
_ _____ ____ ___
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \( _ )
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) / _ \
\ V / __/ | \__ \ | (_) | | | | ___) | / __/ (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____\___/
July 14. 2021
The Victoriadagarna Release (birthday of Crown Princess Victoria)
* Programmatic platform description (only C++ for now).
* New plugin to simplify producer/consumer applications.
* MC: new tutorial and associated docker image.
* SMPI: improve error handling for incorrect advanced usages.
* Many internal cleanups and refactoring to prepare the future.
_ _____ ____ _____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \___ |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | / /
\ V / __/ | \__ \ | (_) | | | | ___) | / __/ / /
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____/_/
March 29. 2021
The Ragnar Release (anniversary of the siege of Paris by Vikings in 845)
* SMPI: can now report leaks and hint about the mallocs and kernels hindering simulation scalability
* Doc: Several new sections in the user manual, and start documenting the internals.
* S4U: Direct comms from host to host, without mailboxes.
* Many internal cleanups and refactoring to prepare the future.
_ _____ ____ __
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / /_
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | '_ \
\ V / __/ | \__ \ | (_) | | | | ___) | / __/| (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|\___/
December 15. 2020
The Release release (the French lockdown was eased).
* SMPI: improved support of the proxy apps (including those using petsc)
* WiFi: easier description in XML; energy plugin; more examples.
* ns-3: Many bug fixes, can use the wifi models too.
* (+ many bug fixes, documentation improvement and internal refactoring)
_ _____ ____ ____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \| ___|
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) |___ \
\ V / __/ | \__ \ | (_) | | | | ___) | / __/ ___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|____/
February 2. 2020 (02 02 2020)
The Palindrom Day Release.
* Improve the Python usability (stability and documentation).
* Further deprecate MSG: you now have to pass -Denable-MSG=ON to cmake.
* SimDAG++: Automatic dependencies on S4U activities (experimental).
* (+ many bug fixes and internal refactoring)
_ _____ ____ _ _
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \| || |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | || |_
\ V / __/ | \__ \ | (_) | | | | ___) | / __/|__ _|
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____| |_|
October 9. 2019
The Clean Disk Release.
* Introduce an experimental Wifi network model.
* Introduce <disk> (cleaner logic than <storage>).
* SMPI: Implement Errhandlers and some more MPI3.1 calls.
* (+ many bug fixes and internal refactorings)
_ _____ ____ _____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \|___ /
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | |_ \
\ V / __/ | \__ \ | (_) | | | | ___) | / __/ ___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|____/
June 25. 2019
The Exotic Solstice Release.
* Support for Solaris and Haiku OSes. Just for fun :)
* SMPI: more of MPI3.1; some MPI/IO and async collectives.
* Python bindings can now be installed from pip.
* (+ a whole load of bug fixes and internal refactorings)
_ _____ ____ ____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \|___ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | __) |
\ V / __/ | \__ \ | (_) | | | | ___) | / __/ / __/
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|_____|
April 1. 2019
The Easter Christmas Release (this one is somewhat late).
* Introducing the Python bindings (still beta)
* Doc: SMPI tutorial and platform description ported to RTD
* Many internal cleanups leading to some user-level speedups
* (+ the classical bug fixes and internal refactorings)
_ _____ ____ _
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \/ |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | |
\ V / __/ | \__ \ | (_) | | | | ___) | / __/| |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|_|
October 3. 2018
The Restarting Documentation (TRD) release.
* Start to overhaul the documentation, and move to Sphinx + RTD.
* Allow dynamic replay of MPI apps, controlled by S4U actors
* Rewrite the support for auto-restarted actors (was utterly broken)
* (+ the classical bug fixes and doc improvement)
_ _____ ____ ___
__ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | | | |
\ V / __/ | \__ \ | (_) | | | | ___) | / __/| |_| |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_____|\___/
June 24. 2018
The proxy snake_case() release.
* Sanitize the public API. Compatibility wrappers in place for one year.
* More CI: ~45 Proxy Apps + BigDFT + StarPU now tested nightly
* MPI: Port the trace replay engine to C++, fix visualization
* (+ the classical bug fixes and doc improvement)
_ _____ _ ___ _
__ _____ _ __ ___(_) ___ _ __ |___ / / |/ _ \ / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | (_) || |
\ V / __/ | \__ \ | (_) | | | | ___) || |\__, || |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_| /_(_)_|
March 22 2018
The Fixed ABI release.
* Reduce the changes to the binary interface of MSG,
accidentally introduced by v3.19.
_ _____ _ ___
__ _____ _ __ ___(_) ___ _ __ |___ / / |/ _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | (_) |
\ V / __/ | \__ \ | (_) | | | | ___) || |\__, |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_| /_/
March 20 2018
The Moscovitly-cold Spring release.
* SMPI: Allow to start new actors and ranks after simulation start.
* SMPI: Support ICC, better testing on classical proxy apps.
* Some kernel headers are now installed, allowing external plugins.
* (+ the classical bug fixes and doc improvement)
_ _____ _ ___
__ _____ _ __ ___(_) ___ _ __ |___ / / |( _ )
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | |/ _ \
\ V / __/ | \__ \ | (_) | | | | ___) || | (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|\___/
December 24 2017
The "Ho Ho Ho! SimGrid 4 beta is coming to town" release.
SimGrid 4 *may* be there by the next solstice.
* Convert almost all interesting MSG examples to S4U.
* New model: energy consumption due to the network.
* Major cleanups in the disk and storage subsystems.
* (+ further deprecate XBT, bug fixes and doc improvement)
_ _____ _ _____
__ _____ _ __ ___(_) ___ _ __ |___ / / |___ |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | / /
\ V / __/ | \__ \ | (_) | | | | ___) || | / /
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|/_/
October 8 2017
The Drained Leaks release: (almost) no known leaks despite the tests.
* Many many internal cleanups (almost 700 commits since 3.16).
* The coverage of our tests is above 80%.
* All memleaks but one plugged; A dozen of bugs fixed.
* XBT: Further replace XBT with std::* constructs.
_ _____ _ __
__ _____ _ __ ___(_) ___ _ __ |___ / / |/ /_
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | '_ \
\ V / __/ | \__ \ | (_) | | | | ___) || | (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|\___/
June 22 2017
The Blooming Spring Release: developments are budding.
* S4U: Progress; Activity refcounting is now automatic.
* XML: <AS> can now be named <zone> as they should.
* SMPI: Further performance improvements; RMA support.
* Cloud: Multi-core VMs (do not overcommit them yet)
* (+ bug fixes, cleanups and documentation improvements)
_ _____ _ ____
__ _____ _ __ ___(_) ___ _ __ |___ / / | ___|
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | |___ \
\ V / __/ | \__ \ | (_) | | | | ___) || |___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|____/
Mar 22 2017
The Spring Release: continuous integration servers become green.
* S4U: progress, integrating more parts of SimDag; New examples.
* SMPI: Support MPI 2.2; Convert internals to C++ (TBC).
* Java: Massive memleaks and performance issues fixed.
* (+ bug fixes, cleanups and documentation improvements)
_ _____ _ _ _ _ ____ ___
__ _____ _ __ ___(_) ___ _ __ |___ / / | || | / | ___|/ _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | || |_ | |___ \ (_) |
\ V / __/ | \__ \ | (_) | | | | ___) || |__ _|| |___) \__, |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_| |_|(_)_|____/ /_/
Dec 28 2016
The Christmas Pi Release (better approximation).
* Fix various glitches in the previous release.
_ _____ _ _ _
__ _____ _ __ ___(_) ___ _ __ |___ / / | || |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | || |_
\ V / __/ | \__ \ | (_) | | | | ___) || |__ _|
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_| |_|
Dec 24 2016
The Christmas Pi Release.
* Documentation reorganized and improved
* S4U interface further rising, toward SimGrid 4
- Routing code rewritten for readability
- Virtual Machines almost turned into a plugin
- MSG, SimDag, MPI interfaces mostly unchanged
* The model-checker now works on FreeBSD too.
_ _____ _ _____
__ _____ _ __ ___(_) ___ _ __ |___ / / |___ /
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | |_ \
\ V / __/ | \__ \ | (_) | | | | ___) || |___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|____/
Apr 27 2016
The Half Release, a.k.a. the Zealous Easter Trim.
* Half of the lines of code are gone.
- v3.12: 286k lines; v3.13: 142k lines (+ comments)
- Experimental untested unused "features" removed
- We rewrote several parts in C++ instead of C
* Introducing v4 of the XML platform format
- Many long-due cleanups (details in the Changelog)
* MSG examples fully reorganized (in C and Java)
* The S4U interface is rising, toward SimGrid 4
- All host manipulations now done in S4U
- SimDag was mostly rewritten on top of S4U
- MSG & SimDag interfaces mostly unchanged
_ _____ _ ____
__ _____ _ __ ___(_) ___ _ __ |___ / / |___ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | __) |
\ V / __/ | \__ \ | (_) | | | | ___) || |/ __/
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|_____|
Oct 12 2015
The Facelift Release. Major changes:
* Many interface glitches addressed, everywhere.
- Require g++-4.7, Java 7 and boost 1.48
- Builds on Linux, OS X, Windows and FreeBSD
- See ChangeLog for renamed functions and options.
* Energy plugin: major cleanups/rewrites.
http://simgrid.org/tutorials/simgrid-energy-101.pdf
* Model-Checker progresses toward production use:
- More robust (now runs in a separate process).
- More efficient (with snapshots' memory compaction).
- More usable (execution paths replayed out of MC)
http://simgrid.org/tutorials/simgrid-mc-101.pdf
* SMPI improvements:
- Better standard coverage - SMP-aware collectives
- InfiniBand model - Early support for RMA
- Replay: Dynamic selector - MVAPICH2 selector
http://simgrid.org/tutorials/simgrid-smpi-101.pdf
Upcoming v3.13 will introduce new interfaces, toward SimGrid 4.
_ _____ _ _
__ _____ _ __ ___(_) ___ _ __ |___ / / / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | |
\ V / __/ | \__ \ | (_) | | | | ___) || | |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|_|
May 31 2014
The Class Release. Major changes:
* Surf is now in C++ (and documented!)
* Virtual Machine model for Cloud Simulation
* Surf callbacks: plug your code directly in Surf!
* Simcalls are script-generated to clean the mess
_ _____ _ ___
__ _____ _ __ ___(_) ___ _ __ |___ / / |/ _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | | | |
\ V / __/ | \__ \ | (_) | | | | ___) || | |_| |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_|\___/
Nov 17 2013
The Clean Diaper Release, a.k.a. SimGrid is leak-free. Major changes:
* Preliminary DVFS support to track the energy consumption
* Java is back in the main package (and is very stable).
* The storage sub-modules is now believed to be usable.
* SMPI is now very stable (we pass most MPICH tests).
* Lots of memory leaks were corrected in this release.
* Verification and model checking further improved:
liveness+SMPI works; reduction through state equality detection
Plus the usual load of bug fixes and small improvements
_ _____ ___
__ _____ _ __ ___(_) ___ _ __ |___ // _ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ (_) |
\ V / __/ | \__ \ | (_) | | | | ___) \__, |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)/_/
Feb 5 2013
The "Grasgory" release. Major changes:
* Gras was completely removed from this version.
* Documentation reorganization to ease browsing it.
* New default value for the TCP_gamma parameter: 4MiB
_ _____ ___ _
__ _____ _ __ ___(_) ___ _ __ |___ / ( _ ) / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / _ \ | |
\ V / __/ | \__ \ | (_) | | | | ___) | (_) || |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)___(_)_|
Oct 27 2012
The "we are told that some people want to also *install* the simgrid
framework" release.
* Add missing manpage to the archive.
_ _____ ___
__ _____ _ __ ___(_) ___ _ __ |___ / ( _ )
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / _ \
\ V / __/ | \__ \ | (_) | | | | ___) | (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)___/
Oct 25 2012
The Psssshiiiit release: SimGrid jumps into the Cloud.
Major changes:
* Experimental interface to manipulate VMs, EC2-style.
* Fixes around process restart and stochastic workloads
* platf: New C interface to create fixed or random platforms
* SimDag: Many fixes and improvements of typed tasks
* SMPI now covers more of the MPI interface.
More datatypes, more functions, more robust.
* Model-checking: mmalloc is more robust to user errors.
_ _____ _____ _
__ _____ _ __ ___(_) ___ _ __ |___ /|___ / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / /| |
\ V / __/ | \__ \ | (_) | | | | ___) | / /_| |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_/(_)_|
June 7 2012
The "cleaning the cleanup" release. Major changes:
* Portability fixups for Mac OSX and Windows
* Some other bug fixing and various polishing.
_ ____ _____
__ _____ _ __ ___(_) ___ _ __ |___ /|___ |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / /
\ V / __/ | \__ \ | (_) | | | | ___) | / /
\_/ \___|_| |___/_|\___/|_| |_| |____(_)_/
May 15 2012
The "spring cleanups (before the next Big Project kicks in)" release.
Major changes:
* Major cleanups all around (doc, user options, MSG, Lua, internals)
Small backward compatibility glitches may have been introduced
* Parallel execution of user code should be stable and efficient now
* SMPI is now considered stable
* Add temporals to Model-Checking (highly experimental right now)
_ _____ __ ____
__ _____ _ __ ___(_) ___ _ __ |___ / / /_ |___ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| '_ \ __) |
\ V / __/ | \__ \ | (_) | | | | ___) | (_) | / __/
\_/ \___|_| |___/_|\___/|_| |_| |____(_)___(_)_____|
Oct 5 2011
The "Not coding new stuff allows to polish old things" release.
* Portability to Mac and Windows improved.
* Possible misconfigurations (contexts, libPCRE) made impossible by
removing the option or providing sane default value.
* Experimental support to NS3 simulator as a back-end.
_ _____ __ _
__ _____ _ __ ___(_) ___ _ __ |___ / / /_ / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| '_ \ | |
\ V / __/ | \__ \ | (_) | | | | ___) | (_) || |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)___(_)_|
Jun 27 2011
The "Oops, we broke Macs too" release.
Bug fix to an issue preventing SimGrid from working on Mac OSX.
_ _____ __
__ _____ _ __ ___(_) ___ _ __ |___ / / /_
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| '_ \
\ V / __/ | \__ \ | (_) | | | | ___) | (_) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)___/
Jun 21 2011
The "OMG! They Killed Kenny!" version. Major changes:
* Java and Ruby bindings were removed from the main archive
- They are now distributed separately
* GRAS is not considered as stable anymore, but experimental. Sorry.
* First support for parallel simulation:
- Can run the user code of any simulation in parallel.
- Basic support for multi-cores hosts in platform files
* Improved P2P support:
- Peer tag in platform files for DSL connected nodes
- Vivaldi routing scheme for lightweigted yet accurate models
* Improved SMPI: Faster Fortran, automatic privatization of C globals
* Tracing: trace contains the full platform hierarchy
exactly as declared using the ASes of the platform file
Plus numerous other goodies (check the ChangeLog for details)
_ _____ ____
__ _____ _ __ ___(_) ___ _ __ |___ / | ___|
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |___ \
\ V / __/ | \__ \ | (_) | | | | ___) | ___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/
01 Dec 2010
The "Winter in Frejus" release. Also known as "ANR/ADT funding helps"
Major changes are:
* New feature: Model check any simgrid simulation
* SMPI is now very usable.
* Visualization:
- now covers the whole framework
- major usability improvements
* SURF:
- scalable platform management through hierarchical description
- new efficient way to bypass the XML parser
* MSG: at last asynchronous functions are available
* SIMDAG: many usability improvements (dotloader, ...)
* GRAS: finally catch up with latest internal evolutions
* Build chain:
- Windows port: should be usable now but still considered experimental
- Autotools have now been completely removed
_ _____ _ _ _
__ _____ _ __ ___(_) ___ _ __ |___ /| || | / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| || |_ | |
\ V / __/ | \__ \ | (_) | | | | ___) |__ _|| |
\_/ \___|_| |___/_|\___/|_| |_| |____(_) |_|(_)_|
04 May 2010
The "Polishing easter eggs is probably a good idea" release.
This is a bug fixes release only.
_ _____ _ _
__ _____ _ __ ___(_) ___ _ __ |___ /| || |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| || |_
\ V / __/ | \__ \ | (_) | | | | ___) |__ _|
\_/ \___|_| |___/_|\___/|_| |_| |____(_) |_|
28 Apr 2010
The "Easter in Cargese" release. Also known as (major changes):
* the "se habla Java, Ruby 話せます, fala-se Lua (and deaf-friendly)"
~> bindings were greatly improved
~> new tracing infrastructure for better visualization introduced
* the "Welcome to configury modernity" release.
~> we switched from autotools to cmake, and improved our cdash
_ _____ _____ _ _
__ _____ _ __ ___(_) ___ _ __ |___ / |___ /| || |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| || |_
\ V / __/ | \__ \ | (_) | | | | ___) | ___) |__ _|
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____(_) |_|
24 Dec 2009
The "Desktop Grid needs love too" release (also called "Xmas release").
Most important changes:
* Big speedup through lazy evaluation of the linear models
* Supernovae mode: Compile everything in one unit to improve inlining
* Simix network module for internal cleanups
* Load DAX of applications into SimDag
* Lot of small cleanups and other bug fixes
_ _____ _____ _____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ / |___ /
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ |_ \
\ V / __/ | \__ \ | (_) | | | | ___) | ___) | ___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____(_)____/
20 Aug 2009
The "Need for Speed" release.
Big speedup through some function inlining.
_ _____ _____ ____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ / |___ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) |
\ V / __/ | \__ \ | (_) | | | | ___) | ___) | / __/
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____(_)_____|
19 Aug 2009
The "Simplicity does not preceed complexity, but follows it" release.
Most important changes:
* surf and simix modules reworked for simplification.
It lays the ground for future extensions and improvements of SimGrid
* SMPI was further improved, although not ready for production use yet.
On the way, we gained a bit more than 5% on the classical master/slave
example. More to come on this in future releases.
_ _____ _____ _
__ _____ _ __ ___(_) ___ _ __ |___ / |___ / / |
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ | |
\ V / __/ | \__ \ | (_) | | | | ___) | ___) || |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____(_)_|
27 Jun 2009
This dot release is mainly a maintenance one. Most important changes:
* We fixed a large amount of bugs all around
* We sanitized the way configuration is handled internally.
Try passing --cfg-help to binaries compiled against this version.
* SMPI is in better shape: lot of bugs fixing & usability improvements
It may be worth trying it (even if all bugs are not gone yet)
This version may have a bit more of memleaks than 3.3. This will be
fixed in a latter release.
____ _ ____ _ _
/ ___|(_)_ __ ___ / ___|_ __(_) __| |
\___ \| | '_ ` _ \| | _| '__| |/ _` |
___) | | | | | | | |_| | | | | (_| |
|____/|_|_| |_| |_|\____|_| |_|\__,_|
_ _____ _____
__ _____ _ __ ___(_) ___ _ __ |___ / |___ /
\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \
\ V / __/ | \__ \ | (_) | | | | ___) | ___) |
\_/ \___|_| |___/_|\___/|_| |_| |____(_)____/
_ _ _
_ _ _ _ | |___ __ _ __| |_ ___ __| |
| || | ' \| / -_) _` (_-< ' \/ -_) _` |
\_,_|_||_|_\___\__,_/__/_||_\___\__,_|
Mar 16 2007
homepage: http://simgrid.gforge.inria.fr/
download: http://gforge.inria.fr/frs/?group_id=12
At least, after 2 years of hard work, we managed to release the 3.3
version of the SimGrid framework. There is so many changes that the
changelog only lists the most important ones, leaving alone the small
improvements, bug fixing and new gadgets.
In short:
* Java bindings
* New simulation models, and improvement of the GTNetS wrapper
* Large memory savings (mainly in parser)
* Faster (twice faster is not uncommon, and from 20 hours to 2
minutes on very large scenarios)
* Much better scalability (tested up to 250,000 processes)
* Complete regression testing framework so that you can trust the tool
* Lot of neat new modules in the XBT toolbox
This version was thoroughly tested on linux 32bits and 64bits
(debian), as well as Mac OSX (leopard).
Unfortunately, our windows-guy left, and we cannot release the windows
version at the same time than the other archs. Any help would be
really welcomed here.
Some of the 96 included test suites are known to fail, but everything
should work anyway (don't panic):
* The amok module does not work in real deployment ATM, but I don't
see this as release critical since I'm not aware of anyone needing
this right now
* Some tests about the ability of GRAS to receive messages from
exotic platforms fail because I've lost access to these platforms
(such as AIX)
* the example/gras/pmm sometimes fails (about 1/10 of cases). I'm
quite puzzled, but I suspect a bug in the test, not in the lib.
* the tesh auto-tests "fail" on Mac OSX. This is because "rm -rf" is
sometimes too verbose (when the OS creates hidden files, I
suspect), but tesh definitely work as the rest on this arch.
We hope to manage to do more timely releases in the future, even if
that may turn out difficult since big stuff is coming (I don't say
much here for the suspense ;)
We hope you'll enjoy this new version, and please report any feedback
on the <[email protected]> list.
Martin Quinson (for Da SimGrid Team)