Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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 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.

12 years agoAdd script and platforms for cabinet.
Navarrop [Mon, 11 Jul 2011 14:48:48 +0000 (16:48 +0200)]
Add script and platforms for cabinet.

12 years agoMake a rulebased rule for gdx
Navarrop [Mon, 11 Jul 2011 14:47:33 +0000 (16:47 +0200)]
Make a rulebased rule for gdx

12 years agoWe need to divide to pass from ms to s.
Navarrop [Mon, 11 Jul 2011 14:07:35 +0000 (16:07 +0200)]
We need to divide to pass from ms to s.

12 years agoAdd some peer traces.
Navarrop [Mon, 11 Jul 2011 12:29:46 +0000 (14:29 +0200)]
Add some peer traces.
Update script generate_peer_platform to parse those traces and generate platform associated.

12 years ago"Refresh" example platforms.
Navarrop [Thu, 7 Jul 2011 15:07:21 +0000 (17:07 +0200)]
"Refresh" example platforms.
Delete unused platforms.
Add gdx and griffon clusters.

12 years agoUpdate g5k platform.
Navarrop [Thu, 7 Jul 2011 11:51:21 +0000 (13:51 +0200)]
Update g5k platform.
Add griffon platform.

12 years agoNew g5k platform.
Navarrop [Thu, 7 Jul 2011 08:54:27 +0000 (10:54 +0200)]
New g5k platform.
Created with the Api of g5k.

12 years agoAdd one arch to gras_arch_count.
unknown [Thu, 7 Jul 2011 07:56:16 +0000 (09:56 +0200)]
Add one arch to gras_arch_count.

12 years agoAdd a new arch to gras. WIN64
unknown [Thu, 7 Jul 2011 07:44:27 +0000 (09:44 +0200)]
Add a new arch to gras. WIN64

12 years agotrivial merge of changes about gras architecture
Martin Quinson [Wed, 6 Jul 2011 15:33:31 +0000 (17:33 +0200)]
trivial merge of changes about gras architecture

12 years agomore comments to document how gras architectures work
Martin Quinson [Wed, 6 Jul 2011 15:30:44 +0000 (17:30 +0200)]
more comments to document how gras architectures work

12 years agoAdd an icon to installer.
unknown [Tue, 5 Jul 2011 11:35:27 +0000 (13:35 +0200)]
Add an icon to installer.
Add registry values.
Need to restart computer after install (now or later).

12 years agoInsert modules to install.
unknown [Mon, 4 Jul 2011 12:00:41 +0000 (14:00 +0200)]
Insert modules to install.

12 years agoAdd logo and license page.
unknown [Thu, 30 Jun 2011 12:15:19 +0000 (14:15 +0200)]
Add logo and license page.

12 years agoChange the install name
unknown [Thu, 30 Jun 2011 10:55:09 +0000 (12:55 +0200)]
Change the install name

12 years agoAdd a README and examples/platforms.
unknown [Thu, 30 Jun 2011 09:52:56 +0000 (11:52 +0200)]
Add a README and examples/platforms.

12 years agoAuto detect the remote for git version.
Navarrop [Thu, 30 Jun 2011 08:55:36 +0000 (10:55 +0200)]
Auto detect the remote for git version.

12 years agoAdd CMAKE_SYSTEM_PROCESSOR instead of WIN_ARCH
unknown [Thu, 30 Jun 2011 08:33:54 +0000 (10:33 +0200)]
Add CMAKE_SYSTEM_PROCESSOR instead of WIN_ARCH

12 years agoCosmetics
unknown [Thu, 30 Jun 2011 08:33:15 +0000 (10:33 +0200)]
Cosmetics
Now we have only git.

12 years agoThe HelloWorld works on windows.
unknown [Wed, 29 Jun 2011 15:15:15 +0000 (17:15 +0200)]
The HelloWorld works on windows.
TODO: Need to be more complete.

12 years agoFix drand48() macro.
Arnaud Giersch [Wed, 29 Jun 2011 13:02:46 +0000 (15:02 +0200)]
Fix drand48() macro.

Exclude 1.0 from the possible results, add parentheses around whole
expression, and remove spurious semicolon.

12 years agoAdd HelloWorld example for windows.
Navarrop [Wed, 29 Jun 2011 13:56:31 +0000 (15:56 +0200)]
Add HelloWorld example for windows.
Template for compile with simgrid_installer.

12 years agoUpdate doc for windows
Navarrop [Wed, 29 Jun 2011 13:06:36 +0000 (15:06 +0200)]
Update doc for windows

12 years agoAdd environment variables to windows system with nsis package.
unknown [Wed, 29 Jun 2011 13:32:50 +0000 (15:32 +0200)]
Add environment variables to windows system with nsis package.
SIMGRID_ROOT
GRAS_ROOT
SIMGRID_VERSION

12 years agoReplace some variable for tesh.
Navarrop [Wed, 29 Jun 2011 12:32:59 +0000 (14:32 +0200)]
Replace some variable for tesh.

12 years agoDrand48 does not exist on win32
Navarrop [Wed, 29 Jun 2011 12:30:41 +0000 (14:30 +0200)]
Drand48 does not exist on win32

12 years agoWin32 and APPLE have the same convention for ASM
Navarrop [Wed, 29 Jun 2011 12:20:37 +0000 (14:20 +0200)]
Win32 and APPLE have the same convention for ASM

12 years agoProcessor x86, i*86 is the same as i686 for raw context.
Navarrop [Tue, 28 Jun 2011 13:12:29 +0000 (15:12 +0200)]
Processor x86, i*86 is the same as i686 for raw context.

12 years agoRemove log.
Navarrop [Tue, 28 Jun 2011 11:53:06 +0000 (13:53 +0200)]
Remove log.

12 years agoChange the name generate_files_to_clean by the right one generated_files_to_clean.
Navarrop [Tue, 28 Jun 2011 11:51:58 +0000 (13:51 +0200)]
Change the name generate_files_to_clean by the right one generated_files_to_clean.
Now the generated files are really clean.

12 years agoHide line when configure.
Navarrop [Tue, 28 Jun 2011 11:31:18 +0000 (13:31 +0200)]
Hide line when configure.

12 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Tue, 28 Jun 2011 15:32:31 +0000 (17:32 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

12 years agotry to group the mallocs by finality instead of spreading data all around the memory
Martin Quinson [Thu, 16 Jun 2011 12:10:23 +0000 (14:10 +0200)]
try to group the mallocs by finality instead of spreading data all around the memory

12 years agoAdd XBT_INLINE functions to doxygen documentation.
Navarrop [Tue, 28 Jun 2011 15:08:34 +0000 (17:08 +0200)]
Add XBT_INLINE functions to doxygen documentation.
Create a new section for dynar : miscellaneous functions.

12 years agoPrefer the raw context to the ucontext by default.
Navarrop [Tue, 28 Jun 2011 13:51:02 +0000 (15:51 +0200)]
Prefer the raw context to the ucontext by default.

12 years agoProcessor x86, i*86 is the same as i686 for raw context.
Navarrop [Tue, 28 Jun 2011 13:12:29 +0000 (15:12 +0200)]
Processor x86, i*86 is the same as i686 for raw context.

12 years agoRemove log.
Navarrop [Tue, 28 Jun 2011 11:53:06 +0000 (13:53 +0200)]
Remove log.

12 years agoChange the name generate_files_to_clean by the right one generated_files_to_clean.
Navarrop [Tue, 28 Jun 2011 11:51:58 +0000 (13:51 +0200)]
Change the name generate_files_to_clean by the right one generated_files_to_clean.
Now the generated files are really clean.

12 years agoHide line when configure.
Navarrop [Tue, 28 Jun 2011 11:31:18 +0000 (13:31 +0200)]
Hide line when configure.

12 years agoReturn type for main() should be int!
Arnaud Giersch [Mon, 27 Jun 2011 13:56:56 +0000 (15:56 +0200)]
Return type for main() should be int!

This is 3.6.2 material. ;-)

12 years agoAdd arg recursive to install doc command.
Navarrop [Mon, 27 Jun 2011 14:07:03 +0000 (16:07 +0200)]
Add arg recursive to install doc command.

12 years agoAdd a documentation link.
Navarrop [Mon, 27 Jun 2011 13:40:53 +0000 (15:40 +0200)]
Add a documentation link.

12 years agoAdd headers and doc to win package.
Navarrop [Mon, 27 Jun 2011 13:05:27 +0000 (15:05 +0200)]
Add headers and doc to win package.

12 years agoI'm a false Kenny fan, I admit
Martin Quinson [Mon, 27 Jun 2011 12:51:25 +0000 (14:51 +0200)]
I'm a false Kenny fan, I admit

12 years agorebootstrap the development of 3.7
Martin Quinson [Mon, 27 Jun 2011 12:49:21 +0000 (14:49 +0200)]
rebootstrap the development of 3.7

12 years agoignore some more cruft
Martin Quinson [Mon, 27 Jun 2011 12:48:58 +0000 (14:48 +0200)]
ignore some more cruft

12 years agoadd missing file to the archive v3_6_1
Martin Quinson [Mon, 27 Jun 2011 12:32:16 +0000 (14:32 +0200)]
add missing file to the archive

12 years agoinclude patch version in release number so that archives are correctly numbered
Martin Quinson [Mon, 27 Jun 2011 12:06:43 +0000 (14:06 +0200)]
include patch version in release number so that archives are correctly numbered

12 years agorelease 3.6.1
Martin Quinson [Mon, 27 Jun 2011 12:00:36 +0000 (14:00 +0200)]
release 3.6.1

12 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 27 Jun 2011 11:57:57 +0000 (13:57 +0200)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

12 years agomake sure that if semaphore are not usable, we detect it and complain as we should
Martin Quinson [Mon, 27 Jun 2011 11:57:37 +0000 (13:57 +0200)]
make sure that if semaphore are not usable, we detect it and complain as we should