Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
12 years ago[NS3] new NS3 surf network action data structure
Lucas Schnorr [Fri, 2 Sep 2011 16:40:06 +0000 (18:40 +0200)]
[NS3] new NS3 surf network action data structure

details:
- used only to keep tracing things and the generic surf_action type

12 years ago[NS3] cosmetics, changing the name of the function that creates a NS3 surf network...
Lucas Schnorr [Fri, 2 Sep 2011 16:28:07 +0000 (18:28 +0200)]
[NS3] cosmetics, changing the name of the function that creates a NS3 surf network action

12 years ago[NS3] cosmetics, removing unused functions/methods
Lucas Schnorr [Fri, 2 Sep 2011 15:46:46 +0000 (17:46 +0200)]
[NS3] cosmetics, removing unused functions/methods

12 years ago[NS3] fixing the remains value when updating actions state
Lucas Schnorr [Fri, 2 Sep 2011 15:36:17 +0000 (17:36 +0200)]
[NS3] fixing the remains value when updating actions state

details:
- new method to get the sent bytes of a socket from the NS3 simulator
- before, the remains was always 0 because the send callback buffers all data

12 years ago[NS3] cosmetics, removing tracing code and fixing indentation
Lucas Schnorr [Fri, 2 Sep 2011 15:17:48 +0000 (17:17 +0200)]
[NS3] cosmetics, removing tracing code and fixing indentation

12 years ago[NS3] new callback to register sent bytes
Lucas Schnorr [Fri, 2 Sep 2011 15:14:42 +0000 (17:14 +0200)]
[NS3] new callback to register sent bytes

12 years ago[NS3] cosmetics, variable names should start with lowercase
Lucas Schnorr [Fri, 2 Sep 2011 15:01:29 +0000 (17:01 +0200)]
[NS3] cosmetics, variable names should start with lowercase

12 years ago[NS3] adding bufferedBytes variable to MySocket structure (replaces old sentBytes)
Lucas Schnorr [Fri, 2 Sep 2011 15:00:52 +0000 (17:00 +0200)]
[NS3] adding bufferedBytes variable to MySocket structure (replaces old sentBytes)

- also fix on header indentation (removing tabs and replace by two spaces)

12 years ago[NS3] cosmetics, fixing indentation on simulator code
Lucas Schnorr [Fri, 2 Sep 2011 14:05:08 +0000 (16:05 +0200)]
[NS3] cosmetics, fixing indentation on simulator code

12 years agoDo rsync and not scp.
Navarrop [Thu, 1 Sep 2011 15:26:16 +0000 (17:26 +0200)]
Do rsync and not scp.

12 years agoPrepare the versioning of the documentation
Navarrop [Thu, 1 Sep 2011 15:19:40 +0000 (17:19 +0200)]
Prepare the versioning of the documentation

12 years agoRevert "Add a taget to test the new doc on a different remote."
Navarrop [Thu, 1 Sep 2011 13:46:29 +0000 (15:46 +0200)]
Revert "Add a taget to test the new doc on a different remote."

This reverts commit 1beb7db8bbe445fcba0d37352b2e761c54ad9e7a.

12 years agoAdd functions for get and reset last amount sent by ns3.
Navarrop [Thu, 1 Sep 2011 12:43:43 +0000 (14:43 +0200)]
Add functions for get and reset last amount sent by ns3.

12 years agoAdd a taget to test the new doc on a different remote.
Navarrop [Thu, 1 Sep 2011 11:20:41 +0000 (13:20 +0200)]
Add a taget to test the new doc on a different remote.

12 years agoAdd pages for ns3 and gtnets.
Navarrop [Thu, 1 Sep 2011 10:54:15 +0000 (12:54 +0200)]
Add pages for ns3 and gtnets.

12 years agoAdd options and configurations page.
Navarrop [Wed, 31 Aug 2011 11:23:51 +0000 (13:23 +0200)]
Add options and configurations page.

12 years agoAdd java to bindings page.
Navarrop [Tue, 30 Aug 2011 12:13:06 +0000 (14:13 +0200)]
Add java to bindings page.

12 years agoKeep the button press.
Navarrop [Tue, 30 Aug 2011 09:13:18 +0000 (11:13 +0200)]
Keep the button press.

12 years agoIgnore generated toc files.
Navarrop [Wed, 3 Aug 2011 10:18:16 +0000 (12:18 +0200)]
Ignore generated toc files.

12 years agoAdd documentation pages for install Simgrid and bindings.
Navarrop [Wed, 3 Aug 2011 10:16:26 +0000 (12:16 +0200)]
Add documentation pages for install Simgrid and bindings.
Remove those sections from faq page.

12 years agoAdd a new flag to compile with ucontext.
Navarrop [Thu, 4 Aug 2011 14:04:56 +0000 (16:04 +0200)]
Add a new flag to compile with ucontext.
Optimization with gcc 4.6 on mac leads to segfault.

12 years agoimprove reference documentation
Martin Quinson [Wed, 3 Aug 2011 14:09:06 +0000 (16:09 +0200)]
improve reference documentation

12 years agouse XBT portability layer to timing functions
Martin Quinson [Tue, 2 Aug 2011 14:40:44 +0000 (16:40 +0200)]
use XBT portability layer to timing functions

12 years agoThose two files are now compatible.
unknown [Mon, 1 Aug 2011 13:30:09 +0000 (15:30 +0200)]
Those two files are now compatible.

12 years agoAdd the masterslave forwarder example in win32 installer.
unknown [Mon, 1 Aug 2011 13:14:50 +0000 (15:14 +0200)]
Add the masterslave forwarder example in win32 installer.

12 years agoThis CMakeLists.txt can be copy past for other project.
unknown [Mon, 1 Aug 2011 10:00:22 +0000 (12:00 +0200)]
This CMakeLists.txt can be copy past for other project.
Find sources and create target NAME associated to the source file NAME.c.

12 years agoWe can specify the router name of a cluster.
Navarrop [Mon, 1 Aug 2011 09:41:38 +0000 (11:41 +0200)]
We can specify the router name of a cluster.
Add router_id="cluster_router_name" to cluster tag.
See teshsuite/simdag/platforms/two_clusters_router_id.xml, for an example

12 years agoMake a tesh file for ns3.
Navarrop [Mon, 1 Aug 2011 09:25:03 +0000 (11:25 +0200)]
Make a tesh file for ns3.

12 years agoAdd ns3 sources to target "make dist".
Navarrop [Mon, 1 Aug 2011 09:02:37 +0000 (11:02 +0200)]
Add ns3 sources to target "make dist".

12 years ago[simdag/dotloader] correction the double parsing and fix the allocation
Quintin Jean-Noël [Sun, 31 Jul 2011 15:29:57 +0000 (17:29 +0200)]
[simdag/dotloader] correction the double parsing and fix the allocation
name of edge

12 years ago[simdag/dotloader] modify the allocation of task name
Quintin Jean-Noël [Sat, 30 Jul 2011 10:03:43 +0000 (12:03 +0200)]
[simdag/dotloader] modify the allocation of task name

12 years agoMerge remote-tracking branch 'origin/master'
Quintin Jean-Noël [Sat, 30 Jul 2011 09:08:33 +0000 (11:08 +0200)]
Merge remote-tracking branch 'origin/master'

12 years ago[teshsuite/simdag/platforms] fix compilation on MAC OSX
Quintin Jean-Noël [Sat, 30 Jul 2011 09:06:48 +0000 (11:06 +0200)]
[teshsuite/simdag/platforms] fix compilation on MAC OSX

    CLOCK_REALTIME is not available on MAC OSX

12 years agoAdd lcg platform.
Navarrop [Fri, 29 Jul 2011 16:17:31 +0000 (18:17 +0200)]
Add lcg platform.

12 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Christophe Thiéry [Fri, 29 Jul 2011 15:30:03 +0000 (17:30 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

12 years agoAdd a TODO file with my ideas to make splay work.
Christophe Thiéry [Fri, 29 Jul 2011 15:29:19 +0000 (17:29 +0200)]
Add a TODO file with my ideas to make splay work.

12 years agoMake the splay example really do something (or at least, try)
Christophe Thiéry [Fri, 29 Jul 2011 15:28:52 +0000 (17:28 +0200)]
Make the splay example really do something (or at least, try)

12 years agoAdd a version of gridpp.xml with its tool.
Navarrop [Fri, 29 Jul 2011 15:11:36 +0000 (17:11 +0200)]
Add a version of gridpp.xml with its tool.
generate with :
transform_optorsim_platform.pl *.conf > *.xml

12 years agoTrying to make splay work (unfinished).
Christophe Thiéry [Fri, 29 Jul 2011 14:49:32 +0000 (16:49 +0200)]
Trying to make splay work (unfinished).

12 years agoWorking on Lua.
Christophe Thiéry [Fri, 29 Jul 2011 14:48:58 +0000 (16:48 +0200)]
Working on Lua.

12 years agoAdd platforms for ns3.
Navarrop [Fri, 29 Jul 2011 12:42:05 +0000 (14:42 +0200)]
Add platforms for ns3.
Changed units to be compliant with ns3 ones. (bps =! Bps)

12 years agoLua / Splay: some cleanups
Christophe Thiéry [Fri, 29 Jul 2011 09:49:16 +0000 (11:49 +0200)]
Lua / Splay: some cleanups

12 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Christophe Thiéry [Fri, 29 Jul 2011 09:32:02 +0000 (11:32 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

12 years agoAdd ns3_get_link_latency_limited if def HAVE_LATENCY_BOUND_TRACKING.
Navarrop [Thu, 28 Jul 2011 17:04:23 +0000 (19:04 +0200)]
Add ns3_get_link_latency_limited if def HAVE_LATENCY_BOUND_TRACKING.

12 years agoFix segfault when surf_network_model->name == NULL
Navarrop [Thu, 28 Jul 2011 16:15:47 +0000 (18:15 +0200)]
Fix segfault when surf_network_model->name == NULL

12 years agoImplementation of NS3.
Navarrop [Thu, 28 Jul 2011 15:48:39 +0000 (17:48 +0200)]
Implementation of NS3.
Add an example for ns3.
Add many functions for ns3.

12 years agoUpdate changelog for windows.
Navarrop [Thu, 28 Jul 2011 15:27:05 +0000 (17:27 +0200)]
Update changelog for windows.

12 years agoAdd the pcre licence cause we have embeded it into installer for windows.
unknown [Thu, 28 Jul 2011 15:33:55 +0000 (17:33 +0200)]
Add the pcre licence cause we have embeded it into installer for windows.

12 years agoNo need to have difference between win32 and Unix system for log.
unknown [Thu, 28 Jul 2011 11:33:11 +0000 (13:33 +0200)]
No need to have difference between win32 and Unix system for log.

12 years agoOn win64 we must use XBT_LOG_MAYDAY.
unknown [Thu, 28 Jul 2011 10:41:15 +0000 (12:41 +0200)]
On win64 we must use XBT_LOG_MAYDAY.

12 years agoThis is a Directory so need to add /r option.
unknown [Thu, 28 Jul 2011 09:23:31 +0000 (11:23 +0200)]
This is a Directory so need to add /r option.

12 years agoUpdate findPCRE module.
unknown [Thu, 28 Jul 2011 09:23:02 +0000 (11:23 +0200)]
Update findPCRE module.

12 years agoPrefer check size of void* against write 4 or 8
unknown [Thu, 28 Jul 2011 09:22:25 +0000 (11:22 +0200)]
Prefer check size of void* against write 4 or 8

12 years agoNeed only this flag with the library libpcre.dll.a
unknown [Wed, 27 Jul 2011 11:07:33 +0000 (13:07 +0200)]
Need only this flag with the library libpcre.dll.a

12 years agoThose examples don't work on APLLE.
Navarrop [Wed, 27 Jul 2011 12:17:31 +0000 (14:17 +0200)]
Those examples don't work on APLLE.

12 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Christophe Thiéry [Wed, 27 Jul 2011 08:27:31 +0000 (10:27 +0200)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

12 years agoFor win64 it is cast unsigned long long.
unknown [Tue, 26 Jul 2011 12:59:48 +0000 (14:59 +0200)]
For win64 it is cast unsigned long long.

12 years agoSearch for the pcre licence.
unknown [Tue, 26 Jul 2011 10:24:29 +0000 (12:24 +0200)]
Search for the pcre licence.

12 years agoThe pcre library is static on win32
unknown [Tue, 26 Jul 2011 10:01:45 +0000 (12:01 +0200)]
The pcre library is static on win32

12 years agoUpdate nsi script for install pcre and pcreposix libraries.
unknown [Tue, 26 Jul 2011 09:52:30 +0000 (11:52 +0200)]
Update nsi script for install pcre and pcreposix libraries.

12 years agoThose two examples are UNIX only.
unknown [Tue, 26 Jul 2011 09:52:04 +0000 (11:52 +0200)]
Those two examples are UNIX only.

12 years agoSearch PCRE from SIMGRID installer variable.
unknown [Tue, 26 Jul 2011 09:51:49 +0000 (11:51 +0200)]
Search PCRE from SIMGRID installer variable.

12 years agoUpdate README for HelloWorld example
unknown [Tue, 26 Jul 2011 09:51:22 +0000 (11:51 +0200)]
Update README for HelloWorld example

12 years agoCorrectly set CMAKE_SYSTEM_PROCESSOR and use it.
unknown [Tue, 26 Jul 2011 08:49:25 +0000 (10:49 +0200)]
Correctly set CMAKE_SYSTEM_PROCESSOR and use it.

12 years agoCheck 64 or 32 arch with size of void*
unknown [Tue, 26 Jul 2011 08:48:34 +0000 (10:48 +0200)]
Check 64 or 32 arch with size of void*

12 years agoChange wsock32 for ws2_32 (new one)
unknown [Tue, 26 Jul 2011 08:47:56 +0000 (10:47 +0200)]
Change wsock32 for ws2_32 (new one)

12 years agoImprove what SIMIX_display_process_status() says.
Christophe Thiéry [Tue, 26 Jul 2011 08:40:33 +0000 (10:40 +0200)]
Improve what SIMIX_display_process_status() says.

12 years agoCancelling a non-running task: show a warning only once
Christophe Thiéry [Mon, 25 Jul 2011 13:33:35 +0000 (15:33 +0200)]
Cancelling a non-running task: show a warning only once

12 years agoDon't throw the impossible when the user cancels a non-running task
Christophe Thiéry [Mon, 25 Jul 2011 12:48:19 +0000 (14:48 +0200)]
Don't throw the impossible when the user cancels a non-running task

12 years agoSIMIX: clean the processes trash after each scheduling round.
Christophe Thiéry [Mon, 25 Jul 2011 12:17:18 +0000 (14:17 +0200)]
SIMIX: clean the processes trash after each scheduling round.

12 years agoDo not initialize mmalloc if !MMALLOC_WANT_OVERRIDE_LEGACY.
Arnaud Giersch [Thu, 21 Jul 2011 09:59:53 +0000 (11:59 +0200)]
Do not initialize mmalloc if !MMALLOC_WANT_OVERRIDE_LEGACY.

... and hope that it now builds on Hurd, where mmalloc_preinit()
fails.

12 years agomore verbose message when semaphores get disabled at config time
Martin Quinson [Wed, 20 Jul 2011 16:24:28 +0000 (18:24 +0200)]
more verbose message when semaphores get disabled at config time

12 years agoUse string literals for format.
Arnaud Giersch [Tue, 19 Jul 2011 20:12:23 +0000 (22:12 +0200)]
Use string literals for format.

And try to survive to over-paranoid compilation flags like -Wformat-security,
that is enabled by default on Ubuntu.

12 years agoOutput debug messages at debug loglevel.
Arnaud Giersch [Tue, 19 Jul 2011 15:41:58 +0000 (17:41 +0200)]
Output debug messages at debug loglevel.

12 years agoFix xbt_str_diff.
Arnaud Giersch [Tue, 19 Jul 2011 14:51:45 +0000 (16:51 +0200)]
Fix xbt_str_diff.

12 years agoAdd some tests for xbt_str_diff.
Arnaud Giersch [Tue, 19 Jul 2011 13:59:11 +0000 (15:59 +0200)]
Add some tests for xbt_str_diff.

12 years agoAdd const qualifier to parameters of xbt_str_diff.
Arnaud Giersch [Tue, 19 Jul 2011 11:44:10 +0000 (13:44 +0200)]
Add const qualifier to parameters of xbt_str_diff.

12 years agoxbt_str: move tests at end.
Arnaud Giersch [Tue, 19 Jul 2011 11:31:37 +0000 (13:31 +0200)]
xbt_str: move tests at end.

12 years agoCosmetics: structs have 4 fields.
Arnaud Giersch [Tue, 19 Jul 2011 09:09:39 +0000 (11:09 +0200)]
Cosmetics: structs have 4 fields.

12 years agoFix comments about gras_arch to actually match the code.
Arnaud Giersch [Tue, 19 Jul 2011 08:17:19 +0000 (10:17 +0200)]
Fix comments about gras_arch to actually match the code.

12 years agoFix datadesc.big32_8_4 for new arch number.
Arnaud Giersch [Tue, 19 Jul 2011 08:08:20 +0000 (10:08 +0200)]
Fix datadesc.big32_8_4 for new arch number.

File was fixed manually: byte at offset 0x14 changed from 6 to 7.
I hope it is correct.

12 years agoVerify arch name and number in tests datadesc_r_*.
Arnaud Giersch [Tue, 19 Jul 2011 07:41:40 +0000 (09:41 +0200)]
Verify arch name and number in tests datadesc_r_*.

12 years agoGras tests are not broken anymore.
Arnaud Giersch [Wed, 6 Jul 2011 09:37:20 +0000 (11:37 +0200)]
Gras tests are not broken anymore.

12 years agoRegenerate data files for gras-datadesc tests.
Arnaud Giersch [Mon, 18 Jul 2011 13:17:56 +0000 (15:17 +0200)]
Regenerate data files for gras-datadesc tests.

The following command was used:
  sed -i 's/GRAS\o001/GRAS\o002/g' datadesc.little* datadesc.big32*

Not sure that it is the canonical way for doing that...

12 years agoDeclare and free link_backbone where it is used.
Arnaud Giersch [Mon, 18 Jul 2011 12:54:55 +0000 (14:54 +0200)]
Declare and free link_backbone where it is used.

12 years agoRegenerate surf/simgrid_dtd.l.
Arnaud Giersch [Mon, 18 Jul 2011 12:53:34 +0000 (14:53 +0200)]
Regenerate surf/simgrid_dtd.l.

12 years agoRegenerate tesh file for test gras-synchro-sg-32 and -64.
Arnaud Giersch [Wed, 6 Jul 2011 09:01:47 +0000 (11:01 +0200)]
Regenerate tesh file for test gras-synchro-sg-32 and -64.

12 years agoRegenerate tesh file for test gras-all2all-sg-32 and -64.
Arnaud Giersch [Wed, 6 Jul 2011 08:41:47 +0000 (10:41 +0200)]
Regenerate tesh file for test gras-all2all-sg-32 and -64.

12 years agoIncrease timeout for gras-rpc tests.
Arnaud Giersch [Wed, 13 Jul 2011 14:38:28 +0000 (16:38 +0200)]
Increase timeout for gras-rpc tests.

The default 5s timeout is sometimes too short, I don't understand why...

12 years agoFix tesh files for tests gras-rpc-sg-32 and -64.
Arnaud Giersch [Wed, 6 Jul 2011 08:28:42 +0000 (10:28 +0200)]
Fix tesh files for tests gras-rpc-sg-32 and -64.

Remove timestamps, and reintroduce comment explaining why.

12 years agoDo not duplicate host name uselessly.
Arnaud Giersch [Tue, 21 Jun 2011 07:56:18 +0000 (09:56 +0200)]
Do not duplicate host name uselessly.

12 years agoFree globals before exit in timer example.
Arnaud Giersch [Wed, 6 Jul 2011 12:27:19 +0000 (14:27 +0200)]
Free globals before exit in timer example.

12 years agoUse strtol instead of sscanf+sprintf for parsing and error checking.
Arnaud Giersch [Wed, 6 Jul 2011 11:55:21 +0000 (13:55 +0200)]
Use strtol instead of sscanf+sprintf for parsing and error checking.

12 years agobump GRAS_PROTOCOL_VERSION since the wire protocol was broken recently. Strangely...
Martin Quinson [Mon, 18 Jul 2011 12:54:46 +0000 (14:54 +0200)]
bump GRAS_PROTOCOL_VERSION since the wire protocol was broken recently. Strangely, it should have broken all tesh-gras-dd-r-* tests. I'm puzzled

12 years agoMerge remote-tracking branch 'origin/master'
Quintin Jean-Noël [Mon, 18 Jul 2011 10:56:18 +0000 (12:56 +0200)]
Merge remote-tracking branch 'origin/master'

12 years agoChangelog
Quintin Jean-Noël [Mon, 18 Jul 2011 10:54:45 +0000 (12:54 +0200)]
Changelog

  add the bug fix of sd_dotloader

12 years agoWe can use the cluster tag without backbone link if bb_bw and bb_lat attributes are...
Navarrop [Mon, 18 Jul 2011 10:46:49 +0000 (12:46 +0200)]
We can use the cluster tag without backbone link if bb_bw and bb_lat attributes are not used.
See One_cluster.xml and One_cluster_no_backbone.xml for examples.

12 years agoUpdate tesh files for vivaldi.
Navarrop [Mon, 18 Jul 2011 08:29:15 +0000 (10:29 +0200)]
Update tesh files for vivaldi.

12 years ago[SIMDAG] the dot file is not red
Quintin Jean-Noël [Fri, 15 Jul 2011 18:22:17 +0000 (20:22 +0200)]
[SIMDAG] the dot file is not red

  change the call to agopen to agread

12 years agoAdd some tools to evaluate performances.
Navarrop [Tue, 12 Jul 2011 12:18:04 +0000 (14:18 +0200)]
Add some tools to evaluate performances.