Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
4 years agoadd some color to project description
Augustin Degomme [Mon, 22 Jul 2019 13:44:29 +0000 (15:44 +0200)]
add some color to project description

4 years agobetter handling of some datatypes in fortran
Augustin Degomme [Mon, 22 Jul 2019 11:43:05 +0000 (13:43 +0200)]
better handling of some datatypes in fortran

4 years agoMerge branch 'master' into 'master'
Augustin Degomme [Sun, 21 Jul 2019 20:11:22 +0000 (22:11 +0200)]
Merge branch 'master' into 'master'

MC: complete workaround in the error msg seen on modern systems

See merge request simgrid/simgrid!13

4 years agoMC: complete workaround in the error msg seen on modern systems
Samuel Thibault [Sun, 21 Jul 2019 18:46:30 +0000 (20:46 +0200)]
MC: complete workaround in the error msg seen on modern systems

Ref #35

4 years agothat can be a bit too much for our poor ci vms
Augustin Degomme [Thu, 18 Jul 2019 23:20:19 +0000 (01:20 +0200)]
that can be a bit too much for our poor ci vms

4 years agocmake 3.15 changed its boost detection message
Augustin Degomme [Thu, 18 Jul 2019 22:14:16 +0000 (00:14 +0200)]
cmake 3.15 changed its boost detection message

4 years agosomehow mpich forgot to activate these tests
Augustin Degomme [Thu, 18 Jul 2019 21:36:12 +0000 (23:36 +0200)]
somehow mpich forgot to activate these tests

4 years agoActivate some OP tests, and add some optional (stupid) operations
Augustin Degomme [Thu, 18 Jul 2019 21:26:59 +0000 (23:26 +0200)]
Activate some OP tests, and add some optional (stupid) operations

4 years agoOnly wait on active requests (not null and not finished)
Augustin Degomme [Thu, 18 Jul 2019 16:25:56 +0000 (18:25 +0200)]
Only wait on active requests (not null and not finished)

4 years agofinally activate all weird modes of allpairf(90)
Augustin Degomme [Thu, 18 Jul 2019 15:04:18 +0000 (17:04 +0200)]
finally activate all weird modes of allpairf(90)

4 years agoFix the fix of the fix of testsome.
Augustin Degomme [Thu, 18 Jul 2019 15:03:56 +0000 (17:03 +0200)]
Fix the fix of the fix of testsome.

4 years agotestsome and waitsome in fortran need to fortranize indices.
Augustin Degomme [Thu, 18 Jul 2019 12:34:23 +0000 (14:34 +0200)]
testsome and waitsome in fortran need to fortranize indices.

4 years agoStatus must be given for a detached request. But not for a finished one.
Augustin Degomme [Thu, 18 Jul 2019 12:26:38 +0000 (14:26 +0200)]
Status must be given for a detached request. But not for a finished one.

4 years agothese can now be activated
Augustin Degomme [Wed, 17 Jul 2019 20:57:44 +0000 (22:57 +0200)]
these can now be activated

4 years agoreduce some tests duration as comm_create takes longer now (comms)
Augustin Degomme [Wed, 17 Jul 2019 20:53:58 +0000 (22:53 +0200)]
reduce some tests duration as comm_create takes longer now (comms)

4 years agoHave the communicators created together share a unique ID.
Augustin Degomme [Wed, 17 Jul 2019 20:53:20 +0000 (22:53 +0200)]
Have the communicators created together share a unique ID.
This allows to avoid matching communications meant for another communicator.
This was potentially causing very nasty bugs and was totally overlooked in SMPI.

4 years agoAdd simple support for MPI_Rsend, MPI_Rsend_init.
Arnaud Giersch [Wed, 17 Jul 2019 09:03:35 +0000 (11:03 +0200)]
Add simple support for MPI_Rsend, MPI_Rsend_init.

4 years agobe compatible with the standard of cmake+MPI
Martin Quinson [Tue, 16 Jul 2019 23:18:00 +0000 (01:18 +0200)]
be compatible with the standard of cmake+MPI

(even if that combination seems somewhat unholy :)

4 years agoAdd support for MPI_Irsend
Martin Quinson [Tue, 16 Jul 2019 21:05:19 +0000 (23:05 +0200)]
Add support for MPI_Irsend

4 years agoCosmetics.
Arnaud Giersch [Tue, 16 Jul 2019 08:58:08 +0000 (10:58 +0200)]
Cosmetics.

4 years agoMC: provide a workaround in the error msg seen on modern systems
Martin Quinson [Sun, 14 Jul 2019 22:15:47 +0000 (00:15 +0200)]
MC: provide a workaround in the error msg seen on modern systems

Fix https://framagit.org/simgrid/simgrid/issues/35

4 years agoAdd a missing build-dep of the website
Martin Quinson [Sun, 14 Jul 2019 20:19:11 +0000 (22:19 +0200)]
Add a missing build-dep of the website

4 years agoIntroduce SG_BARRIER_SERIAL_THREAD
Martin Quinson [Sat, 13 Jul 2019 21:42:00 +0000 (23:42 +0200)]
Introduce SG_BARRIER_SERIAL_THREAD

Fix https://framagit.org/simgrid/simgrid/issues/34

4 years ago[sonar] Preserve const qualifier with cast.
Arnaud Giersch [Fri, 12 Jul 2019 05:40:03 +0000 (07:40 +0200)]
[sonar] Preserve const qualifier with cast.

4 years ago[sonar] More dead code.
Arnaud Giersch [Fri, 12 Jul 2019 05:35:47 +0000 (07:35 +0200)]
[sonar] More dead code.

4 years agoUseless casts.
Arnaud Giersch [Thu, 11 Jul 2019 21:34:36 +0000 (23:34 +0200)]
Useless casts.

4 years agomc: better way to check if address is on heap.
Arnaud Giersch [Thu, 11 Jul 2019 21:24:19 +0000 (23:24 +0200)]
mc: better way to check if address is on heap.

4 years agoDead code.
Arnaud Giersch [Thu, 11 Jul 2019 20:54:04 +0000 (22:54 +0200)]
Dead code.

4 years agointroducing the new <disk> tag
Martin Quinson [Thu, 11 Jul 2019 21:39:49 +0000 (23:39 +0200)]
introducing the new <disk> tag

4 years agoadd Host::send_to and sg_send_to
Frederic Suter [Thu, 11 Jul 2019 21:38:31 +0000 (23:38 +0200)]
add Host::send_to and sg_send_to
* mimics a sort of RMA between two hosts (with a parallel task within)
* refactor file system plugin
* fix https://framagit.org/simgrid/simgrid/issues/36

4 years agoprefer to fail stop instead of logging
Martin Quinson [Thu, 11 Jul 2019 20:33:37 +0000 (22:33 +0200)]
prefer to fail stop instead of logging

4 years agodocker/build-deps: install the website dependencies
Martin Quinson [Thu, 11 Jul 2019 13:24:46 +0000 (15:24 +0200)]
docker/build-deps: install the website dependencies

4 years agofx
Arnaud Giersch [Thu, 11 Jul 2019 15:39:36 +0000 (17:39 +0200)]
fx

4 years agomc/compare: cleanup++
Arnaud Giersch [Thu, 11 Jul 2019 15:28:49 +0000 (17:28 +0200)]
mc/compare: cleanup++

4 years agomc/compare: const/ref
Arnaud Giersch [Thu, 11 Jul 2019 15:01:41 +0000 (17:01 +0200)]
mc/compare: const/ref

4 years agomc: const seems wrong here.
Arnaud Giersch [Thu, 11 Jul 2019 14:44:13 +0000 (16:44 +0200)]
mc: const seems wrong here.

4 years agomc/compare: factorize code.
Arnaud Giersch [Thu, 11 Jul 2019 14:11:45 +0000 (16:11 +0200)]
mc/compare: factorize code.

4 years agomc/compare: cosmetics.
Arnaud Giersch [Thu, 11 Jul 2019 13:23:21 +0000 (15:23 +0200)]
mc/compare: cosmetics.

4 years agomc/compare: change heap comparision functions to return booleans.
Arnaud Giersch [Thu, 11 Jul 2019 10:03:31 +0000 (12:03 +0200)]
mc/compare: change heap comparision functions to return booleans.

Make them return a boolean: false when the areas are different, and true
otherwise (either they are the same, or the result is unknown).

4 years agomc/compare: define is_on_heap(const void*).
Arnaud Giersch [Thu, 11 Jul 2019 09:43:33 +0000 (11:43 +0200)]
mc/compare: define is_on_heap(const void*).

4 years agomc/compare: const casts.
Arnaud Giersch [Thu, 11 Jul 2019 08:27:36 +0000 (10:27 +0200)]
mc/compare: const casts.

4 years ago[sonar] Handle default case in switch statements.
Arnaud Giersch [Thu, 11 Jul 2019 08:50:52 +0000 (10:50 +0200)]
[sonar] Handle default case in switch statements.

4 years agoMove extended hash to xbt/utility.
Arnaud Giersch [Thu, 11 Jul 2019 08:22:32 +0000 (10:22 +0200)]
Move extended hash to xbt/utility.

4 years agoadd a sg_actor_self_execute function
Frederic Suter [Thu, 11 Jul 2019 09:39:38 +0000 (11:39 +0200)]
add a sg_actor_self_execute function

can replace MSG_task_create/MSG_task_execute/MSG_task_destroy for
simple computations.

4 years agodoc: Fix the fix done before the breakfast (about javasphinx)
Martin Quinson [Thu, 11 Jul 2019 08:03:43 +0000 (10:03 +0200)]
doc: Fix the fix done before the breakfast (about javasphinx)

4 years agomc/compare: another round of tiny cleanups
Martin Quinson [Thu, 11 Jul 2019 06:54:28 +0000 (08:54 +0200)]
mc/compare: another round of tiny cleanups

4 years agofix make distcheck
Martin Quinson [Thu, 11 Jul 2019 06:51:59 +0000 (08:51 +0200)]
fix make distcheck

4 years agomc/compare: dead stores.
Arnaud Giersch [Thu, 11 Jul 2019 06:39:38 +0000 (08:39 +0200)]
mc/compare: dead stores.

4 years agodocs: embeeding javasphinx is a bad idea: it has too many dependencies
Martin Quinson [Thu, 11 Jul 2019 06:32:02 +0000 (08:32 +0200)]
docs: embeeding javasphinx is a bad idea: it has too many dependencies

The rational to embeed it was that it's not included in Debian and it
won't be included any time soon since its author orphaned it, while
I'd like to distribute the doc as Debian packages.

But it won't work: javalang is one of the dependencies of javasphinx
that is not packaged either (even if it seems actively maintained
upstream), and it seems to not be the last dependency of javasphinx.

So let's stop this ugly hack. Too bad for the Debian doc. I could try
to have a multi-source package on Debian with the precompiled doc as
one of them, but since it's not the prefered format for modification,
I guess it won't get accepted. Not 100% sure.

4 years agodoc: try to fix the readthedoc build
Martin Quinson [Thu, 11 Jul 2019 00:13:03 +0000 (02:13 +0200)]
doc: try to fix the readthedoc build

4 years agoci: fix pages target by installing a missing python module
Martin Quinson [Thu, 11 Jul 2019 00:06:59 +0000 (02:06 +0200)]
ci: fix pages target by installing a missing python module

4 years agomc/compare: fix another copy/paste error
Martin Quinson [Wed, 10 Jul 2019 22:56:54 +0000 (00:56 +0200)]
mc/compare: fix another copy/paste error

4 years agomc: reduce the visibility of <dwarf.h> by a tiny bit
Martin Quinson [Wed, 10 Jul 2019 22:56:00 +0000 (00:56 +0200)]
mc: reduce the visibility of <dwarf.h> by a tiny bit

4 years agomc/compare: some more tiny cleanups
Martin Quinson [Wed, 10 Jul 2019 22:25:42 +0000 (00:25 +0200)]
mc/compare: some more tiny cleanups

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).