Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
4 years agolist last modifications
Frederic Suter [Wed, 10 Jul 2019 21:19:50 +0000 (23:19 +0200)]
list last modifications

4 years agoMC/compare: compare_heap_area_without_type becomes heap_area_equal_without_type.
Arnaud Giersch [Wed, 10 Jul 2019 21:17:20 +0000 (23:17 +0200)]
MC/compare: compare_heap_area_without_type becomes heap_area_equal_without_type.

4 years agoCosmetics.
Arnaud Giersch [Wed, 10 Jul 2019 20:57:33 +0000 (22:57 +0200)]
Cosmetics.

4 years agoReindent.
Arnaud Giersch [Wed, 10 Jul 2019 20:36:50 +0000 (22:36 +0200)]
Reindent.

4 years agoKill Poor man's TCO.
Arnaud Giersch [Wed, 10 Jul 2019 20:16:30 +0000 (22:16 +0200)]
Kill Poor man's TCO.

(Tail Call Optimization).

4 years agoMC/compare: mmalloc_compare_heap becomes mmalloc_heap_equal.
Arnaud Giersch [Wed, 10 Jul 2019 19:34:42 +0000 (21:34 +0200)]
MC/compare: mmalloc_compare_heap becomes mmalloc_heap_equal.

4 years agoMC/compare: cleanup++
Arnaud Giersch [Wed, 10 Jul 2019 15:54:40 +0000 (17:54 +0200)]
MC/compare: cleanup++

4 years agoMC/compare: first round of cleanups.
Arnaud Giersch [Wed, 10 Jul 2019 15:49:41 +0000 (17:49 +0200)]
MC/compare: first round of cleanups.

4 years agodeprecate xbt_mutex and xbt_cond
Frederic Suter [Wed, 10 Jul 2019 15:53:38 +0000 (17:53 +0200)]
deprecate xbt_mutex and xbt_cond

4 years agoRemove option model-checker/hash; This is always activated now.
Martin Quinson [Wed, 10 Jul 2019 14:43:31 +0000 (16:43 +0200)]
Remove option model-checker/hash; This is always activated now.

4 years agomc/compare: kill dead code
Martin Quinson [Wed, 10 Jul 2019 14:34:51 +0000 (16:34 +0200)]
mc/compare: kill dead code

4 years agoREADME: TL;DR to install it
Martin Quinson [Wed, 10 Jul 2019 08:42:18 +0000 (10:42 +0200)]
README: TL;DR to install it

4 years agodocker: apt allow-releaseinfo-change + cosmetics
Martin Quinson [Wed, 10 Jul 2019 08:21:34 +0000 (10:21 +0200)]
docker: apt allow-releaseinfo-change + cosmetics

4 years agovarious ignorable cosmetics
Martin Quinson [Wed, 10 Jul 2019 06:16:28 +0000 (08:16 +0200)]
various ignorable cosmetics

4 years agosimplify smpirun script (and kill some perl)
Martin Quinson [Tue, 9 Jul 2019 23:19:45 +0000 (01:19 +0200)]
simplify smpirun script (and kill some perl)

4 years agoplease users
Frederic Suter [Wed, 10 Jul 2019 14:30:21 +0000 (16:30 +0200)]
please users

4 years agofix+activate rma test
Augustin Degomme [Wed, 10 Jul 2019 13:35:36 +0000 (15:35 +0200)]
fix+activate rma test

4 years agoTry to avoid rare bug on one ci node.
Augustin Degomme [Wed, 10 Jul 2019 12:59:57 +0000 (14:59 +0200)]
Try to avoid rare bug on one ci node.
A guess is that the win_lock call by a process may be finishing the comms posted by the raccumulate call from the other process.
And this would mean having max(0,undefined) as a result if memory is not initialized before win_lock_all.
I didn't find anything saying lock_all should be blocking/collective, so I'm not modifying it for so little.
Other guess: something's rotten with locks, as I think we don't check properly for them before posting rma calls.

4 years agoemptty said it is better like this. Obey!
Frederic Suter [Wed, 10 Jul 2019 10:28:17 +0000 (12:28 +0200)]
emptty said it is better like this. Obey!

4 years agoMerge branch 'master' of https://framagit.org/simgrid/simgrid
Frederic Suter [Wed, 10 Jul 2019 10:20:47 +0000 (12:20 +0200)]
Merge branch 'master' of https://framagit.org/simgrid/simgrid

4 years agountested C interface to Condition Variables
Frederic Suter [Wed, 10 Jul 2019 10:20:20 +0000 (12:20 +0200)]
untested C interface to Condition Variables

4 years agoActivate crashing random bug on linux only.
Arnaud Giersch [Wed, 10 Jul 2019 09:56:06 +0000 (11:56 +0200)]
Activate crashing random bug on linux only.

4 years agoImprove crash detection; still not working correctly.
Arnaud Giersch [Wed, 10 Jul 2019 09:52:49 +0000 (11:52 +0200)]
Improve crash detection; still not working correctly.

4 years agofix https://framagit.org/simgrid/simgrid/issues/30
Frederic Suter [Wed, 10 Jul 2019 09:40:49 +0000 (11:40 +0200)]
fix https://framagit.org/simgrid/simgrid/issues/30

4 years agooups
Frederic Suter [Wed, 10 Jul 2019 08:43:37 +0000 (10:43 +0200)]
oups

4 years agofix https://framagit.org/simgrid/simgrid/issues/29
Frederic Suter [Wed, 10 Jul 2019 08:30:19 +0000 (10:30 +0200)]
fix https://framagit.org/simgrid/simgrid/issues/29

4 years agoMisc sonar threats.
Arnaud Giersch [Wed, 10 Jul 2019 06:48:45 +0000 (08:48 +0200)]
Misc sonar threats.

4 years agoDisable leak check on abort.
Arnaud Giersch [Wed, 10 Jul 2019 06:38:11 +0000 (08:38 +0200)]
Disable leak check on abort.

4 years agoFix duplicated entries.
Arnaud Giersch [Tue, 9 Jul 2019 22:36:27 +0000 (00:36 +0200)]
Fix duplicated entries.

4 years agoDead entries in gitignore.
Arnaud Giersch [Tue, 9 Jul 2019 22:26:11 +0000 (00:26 +0200)]
Dead entries in gitignore.

4 years agofix https://framagit.org/simgrid/simgrid/issues/28
Frederic Suter [Tue, 9 Jul 2019 22:11:38 +0000 (00:11 +0200)]
fix https://framagit.org/simgrid/simgrid/issues/28
* move 2 other MSGfunctions to legacy
* do not call MSG from XBT anymore

4 years agoMessage has been removed.
Arnaud Giersch [Tue, 9 Jul 2019 18:27:45 +0000 (20:27 +0200)]
Message has been removed.

4 years agofix NS3 build + avoid vector copies
Martin Quinson [Tue, 9 Jul 2019 18:02:42 +0000 (20:02 +0200)]
fix NS3 build + avoid vector copies

4 years agodoc: improve install page
Martin Quinson [Tue, 9 Jul 2019 16:27:22 +0000 (18:27 +0200)]
doc: improve install page

4 years agoload the header needed by this file
Martin Quinson [Tue, 9 Jul 2019 16:03:05 +0000 (18:03 +0200)]
load the header needed by this file

4 years agoHide system-dependent message.
Arnaud Giersch [Tue, 9 Jul 2019 17:24:20 +0000 (19:24 +0200)]
Hide system-dependent message.

4 years agoKill obsolete Fortran bindings for smpi/dvfs.
Arnaud Giersch [Tue, 9 Jul 2019 17:14:38 +0000 (19:14 +0200)]
Kill obsolete Fortran bindings for smpi/dvfs.

4 years agoFix distcheck, and cosmetics.
Arnaud Giersch [Tue, 9 Jul 2019 16:56:27 +0000 (18:56 +0200)]
Fix distcheck, and cosmetics.

4 years agoSort cmake list "source_to_pack".
Arnaud Giersch [Tue, 9 Jul 2019 16:54:57 +0000 (18:54 +0200)]
Sort cmake list "source_to_pack".

4 years ago- Update xml DTD to handle WIFI sharing policy
Loic Guegan [Tue, 9 Jul 2019 16:14:41 +0000 (18:14 +0200)]
- Update xml DTD to handle WIFI sharing policy
- Regenerate xml parser source files

4 years agoWifi model interface:
Loic Guegan [Tue, 9 Jul 2019 16:09:05 +0000 (18:09 +0200)]
Wifi model interface:
 - Modify CM02 to handle WIFI links
 - Modify xml parser to handle WIFI sharing policy
 - Modify xml parser to create links with sevral bandwidths for WIFI

4 years agoimprove verification of crashing programs
Martin Quinson [Tue, 9 Jul 2019 15:46:00 +0000 (17:46 +0200)]
improve verification of crashing programs

4 years agoHide hidden symbols from doxygen
Martin Quinson [Mon, 8 Jul 2019 20:36:37 +0000 (22:36 +0200)]
Hide hidden symbols from doxygen

4 years agoRevert "Reduce dependency on ptrace."
Arnaud Giersch [Tue, 9 Jul 2019 15:28:34 +0000 (17:28 +0200)]
Revert "Reduce dependency on ptrace."

This reverts commit 6ae5ae138e9dd397b95d9e7741a5b28f194705d0.

4 years agoReduce dependency on ptrace.
Arnaud Giersch [Tue, 9 Jul 2019 13:07:23 +0000 (15:07 +0200)]
Reduce dependency on ptrace.

4 years agoSpecify visibility (hide warning).
Arnaud Giersch [Tue, 9 Jul 2019 07:32:10 +0000 (09:32 +0200)]
Specify visibility (hide warning).

4 years agostart the cycle of 3.23.3
Martin Quinson [Mon, 8 Jul 2019 17:39:24 +0000 (19:39 +0200)]
start the cycle of 3.23.3

4 years agodebian just got released
Martin Quinson [Mon, 8 Jul 2019 17:06:16 +0000 (19:06 +0200)]
debian just got released

4 years agoDon't use null objects v3.23.2
Martin Quinson [Mon, 8 Jul 2019 16:08:15 +0000 (18:08 +0200)]
Don't use null objects

Fixes https://github.com/simgrid/simgrid/issues/328

4 years agofix the build on appveyor since travis has no artifacts
Martin Quinson [Mon, 8 Jul 2019 15:52:02 +0000 (17:52 +0200)]
fix the build on appveyor since travis has no artifacts

4 years agoFix cmake error...
Arnaud Giersch [Mon, 8 Jul 2019 15:42:52 +0000 (17:42 +0200)]
Fix cmake error...

4 years agoQuick hack to check MANIFEST.in
Arnaud Giersch [Mon, 8 Jul 2019 15:37:35 +0000 (17:37 +0200)]
Quick hack to check MANIFEST.in

4 years agofix pip package generation
Martin Quinson [Mon, 8 Jul 2019 15:13:25 +0000 (17:13 +0200)]
fix pip package generation

4 years agotry to dot-release
Martin Quinson [Mon, 8 Jul 2019 14:37:11 +0000 (16:37 +0200)]
try to dot-release

4 years agodoc: fix a broken link and cosmetics
Martin Quinson [Wed, 3 Jul 2019 20:52:06 +0000 (22:52 +0200)]
doc: fix a broken link and cosmetics

4 years agodon't install system javasphinx on our docker build-deps
Martin Quinson [Wed, 3 Jul 2019 20:47:30 +0000 (22:47 +0200)]
don't install system javasphinx on our docker build-deps

I want to test whether our embeeded version works

4 years agocosmetics for sorting
Augustin Degomme [Sat, 6 Jul 2019 23:35:17 +0000 (01:35 +0200)]
cosmetics for sorting

4 years agoswitch to mojave on travis
Augustin Degomme [Sat, 6 Jul 2019 22:35:48 +0000 (00:35 +0200)]
switch to mojave on travis

4 years agoupdate description to remove appveyor and add travis-windows
Augustin Degomme [Sat, 6 Jul 2019 22:32:29 +0000 (00:32 +0200)]
update description to remove appveyor and add travis-windows

4 years agoRefactoring of commit 1ebb8e111d904fea559e48ec193c1f7c5dee2245.
Loic Guegan [Fri, 5 Jul 2019 08:07:57 +0000 (10:07 +0200)]
Refactoring of commit 1ebb8e111d904fea559e48ec193c1f7c5dee2245.

4 years agoFixed simgrid/simgrid#27.
Arnaud Giersch [Thu, 4 Jul 2019 13:50:58 +0000 (15:50 +0200)]
Fixed simgrid/simgrid#27.

4 years agoMerge remote-tracking branch 'github/master'
Arnaud Giersch [Thu, 4 Jul 2019 15:24:13 +0000 (17:24 +0200)]
Merge remote-tracking branch 'github/master'

(fixed comment in NativeLib.java)

4 years agoMerge branch 'master' of framagit.org:simgrid/simgrid
Loic Guegan [Thu, 4 Jul 2019 15:21:51 +0000 (17:21 +0200)]
Merge branch 'master' of framagit.org:simgrid/simgrid

4 years agoRevert "Extend Link interface in order to handle links with multiple bandwidths."
Loic Guegan [Thu, 4 Jul 2019 15:19:16 +0000 (17:19 +0200)]
Revert "Extend Link interface in order to handle links with multiple bandwidths."
Changes will be move to NetworkWikiLink.

This reverts commit 1ebb8e111d904fea559e48ec193c1f7c5dee2245.

4 years agoAdd windows to travis (#327)
adegomme [Thu, 4 Jul 2019 14:24:05 +0000 (16:24 +0200)]
Add windows to travis (#327)

travis: compile on windows (and drop appveyor)

4 years agoMerge branch 'master' of framagit.org:simgrid/simgrid
henricasanova [Thu, 4 Jul 2019 14:07:44 +0000 (16:07 +0200)]
Merge branch 'master' of framagit.org:simgrid/simgrid

4 years agoRemoved unused variable warning
henricasanova [Thu, 4 Jul 2019 14:07:30 +0000 (16:07 +0200)]
Removed unused variable warning

4 years agoFix build on CI.
Arnaud Giersch [Thu, 4 Jul 2019 13:23:38 +0000 (15:23 +0200)]
Fix build on CI.

4 years agoEnable test for simgrid/simgrid#27.
Arnaud Giersch [Thu, 4 Jul 2019 13:21:02 +0000 (15:21 +0200)]
Enable test for simgrid/simgrid#27.

4 years agoJust keep the same exception_ptr (no copy).
Arnaud Giersch [Thu, 4 Jul 2019 12:56:55 +0000 (14:56 +0200)]
Just keep the same exception_ptr (no copy).

See https://stackoverflow.com/q/37249698 or https://stackoverflow.com/q/30580128

Let's see if it helps for issue simgrid/simgrid#27.

4 years ago- Add wifi link
Loic Guegan [Thu, 4 Jul 2019 12:55:33 +0000 (14:55 +0200)]
- Add wifi link
- Change "bandwith" to "bandwidth"

4 years agoExtend Link interface in order to handle links with multiple bandwidths.
Loic Guegan [Thu, 4 Jul 2019 12:06:32 +0000 (14:06 +0200)]
Extend Link interface in order to handle links with multiple bandwidths.
It will be used by wifi access points (each station connected to an access point
will communicate using one of the rate available on the access point).

4 years ago(#27) added a (commented out) test that highlights a wait_any bug.
henricasanova [Thu, 4 Jul 2019 11:48:47 +0000 (13:48 +0200)]
(#27) added a (commented out) test that highlights a wait_any bug.

4 years ago[sonar] Add @deprecated in javadoc.
Arnaud Giersch [Thu, 4 Jul 2019 07:08:43 +0000 (09:08 +0200)]
[sonar] Add @deprecated in javadoc.

4 years ago[sonar] Ignore rules S1133 for Java too.
Arnaud Giersch [Thu, 4 Jul 2019 06:58:56 +0000 (08:58 +0200)]
[sonar] Ignore rules S1133 for Java too.

4 years agofix make distcheck
Martin Quinson [Wed, 3 Jul 2019 13:21:11 +0000 (15:21 +0200)]
fix make distcheck

4 years agodoc: Migrate Deploying_your_Application to RST
Martin Quinson [Tue, 2 Jul 2019 21:50:21 +0000 (23:50 +0200)]
doc: Migrate Deploying_your_Application to RST

4 years agodoc: copy/paste error
Martin Quinson [Mon, 1 Jul 2019 18:05:00 +0000 (20:05 +0200)]
doc: copy/paste error

4 years agoautopep8 this file
Martin Quinson [Sun, 30 Jun 2019 19:04:27 +0000 (21:04 +0200)]
autopep8 this file

4 years agofix some sphinx warnings
Martin Quinson [Sun, 30 Jun 2019 18:49:08 +0000 (20:49 +0200)]
fix some sphinx warnings

4 years agojavasphinx: fix deprecation warnings
Martin Quinson [Sun, 30 Jun 2019 18:44:14 +0000 (20:44 +0200)]
javasphinx: fix deprecation warnings

4 years ago[sonar] Replace "std::function" by a template parameter.
Arnaud Giersch [Wed, 3 Jul 2019 12:31:35 +0000 (14:31 +0200)]
[sonar] Replace "std::function" by a template parameter.

4 years ago[sonar] Set static field from static method.
Arnaud Giersch [Wed, 3 Jul 2019 12:21:02 +0000 (14:21 +0200)]
[sonar] Set static field from static method.

4 years ago[sonar] Move all #include directives before any code for C++ too.
Arnaud Giersch [Wed, 3 Jul 2019 08:18:46 +0000 (10:18 +0200)]
[sonar] Move all #include directives before any code for C++ too.

4 years ago[sonar] Inherit from std::exception.
Arnaud Giersch [Wed, 3 Jul 2019 08:11:37 +0000 (10:11 +0200)]
[sonar] Inherit from std::exception.

4 years ago[sonar] Mark deprecated method as "@Deprecated".
Arnaud Giersch [Wed, 3 Jul 2019 07:54:15 +0000 (09:54 +0200)]
[sonar] Mark deprecated method as "@Deprecated".

4 years agoCosmetics: namespace simgrid is implicit.
Arnaud Giersch [Tue, 2 Jul 2019 14:15:57 +0000 (16:15 +0200)]
Cosmetics: namespace simgrid is implicit.

4 years agoRename simgrid::TimeoutError to simgrid::TimeoutException.
Arnaud Giersch [Tue, 2 Jul 2019 14:14:38 +0000 (16:14 +0200)]
Rename simgrid::TimeoutError to simgrid::TimeoutException.

4 years agoDeprecate legacy xbt_ex; kill xbt_errcat_t.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Deprecate legacy xbt_ex; kill xbt_errcat_t.

4 years agoDefine and throw simgrid::TracingError.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Define and throw simgrid::TracingError.

4 years agoDefine and throw simgrid::VmFailureException.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Define and throw simgrid::VmFailureException.

4 years agoThrow std::out_of_range.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Throw std::out_of_range.

4 years agoThrow std::invalid_argument.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Throw std::invalid_argument.

4 years agoReplace some calls to THROWF.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Replace some calls to THROWF.

4 years agoCatch specialized exceptions instead of generic xbt_ex.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Catch specialized exceptions instead of generic xbt_ex.

4 years agoCosmetics: improve indentation.
Arnaud Giersch [Tue, 2 Jul 2019 13:47:05 +0000 (15:47 +0200)]
Cosmetics: improve indentation.

4 years agoDefine proper exceptions subclasses.
Arnaud Giersch [Tue, 2 Jul 2019 13:30:30 +0000 (15:30 +0200)]
Define proper exceptions subclasses.

4 years agoUse std::future_error.
Arnaud Giersch [Tue, 2 Jul 2019 13:29:33 +0000 (15:29 +0200)]
Use std::future_error.

4 years ago[sonar] Replace usage of "printf" by a logger.
Arnaud Giersch [Tue, 2 Jul 2019 12:42:00 +0000 (14:42 +0200)]
[sonar] Replace usage of "printf" by a logger.

4 years ago[sonar] Move include before any code.
Arnaud Giersch [Tue, 2 Jul 2019 09:51:03 +0000 (11:51 +0200)]
[sonar] Move include before any code.