Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
16 years agoChange completely the test to use messages instead of mucking directly with the trans...
mquinson [Wed, 10 Oct 2007 22:41:46 +0000 (22:41 +0000)]
Change completely the test to use messages instead of mucking directly with the transport layer: the listener thread won't let us play in his garden so easily

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4799 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoDo display where the exception comes from when dealing with remote exceptions
mquinson [Wed, 10 Oct 2007 15:56:21 +0000 (15:56 +0000)]
Do display where the exception comes from when dealing with remote exceptions

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4798 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agocosmetics
mquinson [Wed, 10 Oct 2007 15:55:26 +0000 (15:55 +0000)]
cosmetics

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4797 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoDo not use recv() but read() to check whether a socket returned by select() is valid...
mquinson [Wed, 10 Oct 2007 15:54:23 +0000 (15:54 +0000)]
Do not use recv() but read() to check whether a socket returned by select() is valid to use or good to close. That way, it works not only for real sockets but also for file ones. This implies having a 1-byte-long buffer in the socket for the data we got during this check, and using this micro buffer before the rest of the content in the gras_*_recv()

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4796 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoKill old cruft
mquinson [Wed, 10 Oct 2007 15:49:30 +0000 (15:49 +0000)]
Kill old cruft

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4795 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAnd now, make sure that the logging of the log module do not appear all the time...
mquinson [Wed, 10 Oct 2007 12:38:37 +0000 (12:38 +0000)]
And now, make sure that the logging of the log module do not appear all the time, but only when the module is under debug

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4794 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoSome more debugging, plus killing a stupid bug: when searching in a tree, exploring...
mquinson [Wed, 10 Oct 2007 12:26:22 +0000 (12:26 +0000)]
Some more debugging, plus killing a stupid bug: when searching in a tree, exploring the first branch [and raising a not_found exception on the first leave] is not quite enough

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4793 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoupdated to use branching-tree broadcast instead of for-loop.
markls [Wed, 10 Oct 2007 00:34:58 +0000 (00:34 +0000)]
updated to use branching-tree broadcast instead of for-loop.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4792 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoWhen the logs are not usable because we are before xbt_init, do intialize them instea...
mquinson [Tue, 9 Oct 2007 14:47:35 +0000 (14:47 +0000)]
When the logs are not usable because we are before xbt_init, do intialize them instead of whining

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4791 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoSome comments in the initalization of categories. Once again, remove the misplaced...
mquinson [Tue, 9 Oct 2007 14:45:00 +0000 (14:45 +0000)]
Some comments in the initalization of categories. Once again, remove the misplaced WIN portability cruft. Malek, search for your name in the comments...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4790 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoOther useless copyright notice updates
mquinson [Fri, 5 Oct 2007 09:09:38 +0000 (09:09 +0000)]
Other useless copyright notice updates

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4789 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoGot bored during a meeting: fix the copyright notice of several useless files (found...
mquinson [Fri, 5 Oct 2007 08:53:59 +0000 (08:53 +0000)]
Got bored during a meeting: fix the copyright notice of several useless files (found nothing more useless)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4788 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agofight against multiple 'extern' specification
mquinson [Thu, 4 Oct 2007 14:22:11 +0000 (14:22 +0000)]
fight against multiple 'extern' specification

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4787 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoMark data as extern; hopefully it'll help the macOSx linker
mquinson [Thu, 4 Oct 2007 14:03:48 +0000 (14:03 +0000)]
Mark data as extern; hopefully it'll help the macOSx linker

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4786 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agocosmetics around portability
mquinson [Thu, 4 Oct 2007 13:21:12 +0000 (13:21 +0000)]
cosmetics around portability

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4785 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agokill some misplaced portability bits, leftover from the conversion from OS synchroniz...
mquinson [Thu, 4 Oct 2007 13:17:12 +0000 (13:17 +0000)]
kill some misplaced portability bits, leftover from the conversion from OS synchronization to java one

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4784 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoGcc is *very* permissive with pointers to functions. If we declare them as function...
mquinson [Thu, 4 Oct 2007 13:07:35 +0000 (13:07 +0000)]
Gcc is *very* permissive with pointers to functions. If we declare them as function, it understands that we meant pointer to functions. If we try to call a pointer to function, it understand we want to dereference that pointer before the call. Visual C++ is not that cleaver (what a surprise). So, try to sanitize a bit the situation by doing the Right Thing without expecting the compiler to understand what we really meant in the middle of what we said. (sorry for the huge diff)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4783 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoCleanup parts of malek's mess: reintroduce the bunch of changes he erased in his...
mquinson [Thu, 4 Oct 2007 09:38:57 +0000 (09:38 +0000)]
Cleanup parts of malek's mess: reintroduce the bunch of changes he erased in his last commit; This still breaks GRAS

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4782 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdd the indent command line to the coding style
mquinson [Thu, 4 Oct 2007 09:11:07 +0000 (09:11 +0000)]
Add the indent command line to the coding style

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4781 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoLet's learn a bit of svn syntax to not tell ugly things to users
mquinson [Thu, 4 Oct 2007 08:42:29 +0000 (08:42 +0000)]
Let's learn a bit of svn syntax to not tell ugly things to users

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4780 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoautogenerated
mquinson [Thu, 4 Oct 2007 08:28:24 +0000 (08:28 +0000)]
autogenerated

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4779 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoautogenerated
mquinson [Thu, 4 Oct 2007 08:27:53 +0000 (08:27 +0000)]
autogenerated

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4778 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAllow to change the execution environment in this test (this allows to run it under...
mquinson [Thu, 4 Oct 2007 08:24:35 +0000 (08:24 +0000)]
Allow to change the execution environment in this test (this allows to run it under valgrind)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4777 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agonow the simgrid dll is named simgrid so i have destroyed the previous dll project...
cherierm [Thu, 4 Oct 2007 08:24:07 +0000 (08:24 +0000)]
now the simgrid dll is named simgrid so i have destroyed the previous dll project and i have added the new files.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4776 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoignore cruft
mquinson [Thu, 4 Oct 2007 08:23:45 +0000 (08:23 +0000)]
ignore cruft

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4775 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agouse snprintf of Visual C++
cherierm [Thu, 4 Oct 2007 08:11:21 +0000 (08:11 +0000)]
use snprintf of Visual C++

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4774 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoNow the java processes don't use the native locks so i have remove all functions...
cherierm [Thu, 4 Oct 2007 08:09:49 +0000 (08:09 +0000)]
Now the java processes don't use the native locks so i have remove all functions connected to this locks. Because in the windows  we can't signal a condition variable and wait it in the same thread i introduce a separate condition to schedule the msg processes.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4773 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoNow the java processes don't use the native locks
cherierm [Thu, 4 Oct 2007 08:06:19 +0000 (08:06 +0000)]
Now the java processes don't use the native locks

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4772 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agosorry martin but i really need the portable.h inclusion
cherierm [Thu, 4 Oct 2007 07:54:29 +0000 (07:54 +0000)]
sorry martin but i really need the portable.h inclusion

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4771 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agothe xbt_thread_create function must use a function pointer as first parameter
cherierm [Thu, 4 Oct 2007 07:52:40 +0000 (07:52 +0000)]
the xbt_thread_create function must use a function pointer as first parameter

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4770 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agodeclare portable snprintf and vsnprintf functions for Visual C++ 7
cherierm [Thu, 4 Oct 2007 07:51:16 +0000 (07:51 +0000)]
declare portable snprintf and vsnprintf functions for Visual C++ 7

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4769 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agothe first pointer of the xbt_thread_create() function must be a function pointer...
cherierm [Thu, 4 Oct 2007 07:46:36 +0000 (07:46 +0000)]
the first pointer of the xbt_thread_create() function must be a function pointer (not a function type ?)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4768 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agouncomment the special definition of XBT_LOG_NEW_DEFAULT_CATEGORY macro for Windows.
cherierm [Thu, 4 Oct 2007 07:44:50 +0000 (07:44 +0000)]
uncomment the special definition of XBT_LOG_NEW_DEFAULT_CATEGORY macro for Windows.
The windows version of the lib need it

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4767 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoI just add two function pointer types.
cherierm [Thu, 4 Oct 2007 07:40:48 +0000 (07:40 +0000)]
I just add two function pointer types.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4766 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoOps, this was published in heteropar, not grid
mquinson [Thu, 27 Sep 2007 14:42:28 +0000 (14:42 +0000)]
Ops, this was published in heteropar, not grid

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4765 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoautogenerated file
alegrand [Thu, 27 Sep 2007 07:52:56 +0000 (07:52 +0000)]
autogenerated file

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4764 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdd the test with failures.
alegrand [Thu, 27 Sep 2007 07:52:50 +0000 (07:52 +0000)]
Add the test with failures.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4763 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoRemove useless file and update tesh file accordingly...
alegrand [Thu, 27 Sep 2007 07:52:43 +0000 (07:52 +0000)]
Remove useless file and update tesh file accordingly...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4762 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoUse the right file...
alegrand [Thu, 27 Sep 2007 07:52:37 +0000 (07:52 +0000)]
Use the right file...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4761 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoexternal_publi++
mquinson [Wed, 26 Sep 2007 21:55:45 +0000 (21:55 +0000)]
external_publi++

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4760 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoRevert "Adding the prototype for the callback on startup mechanism."
alegrand [Wed, 26 Sep 2007 21:52:07 +0000 (21:52 +0000)]
Revert "Adding the prototype for the callback on startup mechanism."

This reverts commit 0eb7621025a933db4ac7fbbec8e4646dd8bc279e.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4759 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdding the prototype for the callback on startup mechanism.
alegrand [Wed, 26 Sep 2007 21:48:00 +0000 (21:48 +0000)]
Adding the prototype for the callback on startup mechanism.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4758 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoautogenerated file
alegrand [Wed, 26 Sep 2007 21:47:46 +0000 (21:47 +0000)]
autogenerated file

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4757 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agomoving basic tests + revalidating tesh files.
alegrand [Wed, 26 Sep 2007 21:46:05 +0000 (21:46 +0000)]
moving basic tests + revalidating tesh files.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4756 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoignore binaries and cruft
mquinson [Wed, 26 Sep 2007 21:36:59 +0000 (21:36 +0000)]
ignore binaries and cruft

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4755 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoMake teshsuite/simdag/network/test_reinit_costs work as expected.
alegrand [Wed, 26 Sep 2007 21:21:03 +0000 (21:21 +0000)]
Make teshsuite/simdag/network/test_reinit_costs work as expected.

parallel_task_network_link_set should have been private but I need it
"public" to ensure that it will be free at the end. Anyway, I only use
it at the right place now. I reset it before use though, just in case
somebody else mess with it again.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4754 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoautogenerated file.
alegrand [Wed, 26 Sep 2007 19:40:16 +0000 (19:40 +0000)]
autogenerated file.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4753 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdding Louis-Claude Canon's tests.
alegrand [Wed, 26 Sep 2007 19:40:11 +0000 (19:40 +0000)]
Adding Louis-Claude Canon's tests.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4752 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoA whole bunch of test units from Sascha and Fred. Many thanks, dudes
mquinson [Wed, 26 Sep 2007 19:11:40 +0000 (19:11 +0000)]
A whole bunch of test units from Sascha and Fred. Many thanks, dudes

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4751 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoUpdate the doc with last reorganization of examples/msg/
alegrand [Wed, 26 Sep 2007 19:10:43 +0000 (19:10 +0000)]
Update the doc with last reorganization of examples/msg/

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4750 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoDoc + use all arguments in free function.
alegrand [Wed, 26 Sep 2007 19:10:38 +0000 (19:10 +0000)]
Doc + use all arguments in free function.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4749 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agono need for return after a THROW (it will break the execution path, you can be sure...
mquinson [Wed, 26 Sep 2007 18:29:58 +0000 (18:29 +0000)]
no need for return after a THROW (it will break the execution path, you can be sure of that, and gcc is aware of it too)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4748 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agorevalidate tesh outputs.
alegrand [Wed, 26 Sep 2007 16:07:33 +0000 (16:07 +0000)]
revalidate tesh outputs.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4747 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoThis code should not be here.
alegrand [Wed, 26 Sep 2007 16:07:30 +0000 (16:07 +0000)]
This code should not be here.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4746 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoWe switched to SVN
mquinson [Wed, 26 Sep 2007 15:51:30 +0000 (15:51 +0000)]
We switched to SVN

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4745 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoDamn VPATH builds
mquinson [Wed, 26 Sep 2007 15:45:24 +0000 (15:45 +0000)]
Damn VPATH builds

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4744 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoThis test can last a bit longer
mquinson [Wed, 26 Sep 2007 15:38:44 +0000 (15:38 +0000)]
This test can last a bit longer

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4743 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoDuring VPATH builds, this directory may not exist
mquinson [Wed, 26 Sep 2007 15:38:28 +0000 (15:38 +0000)]
During VPATH builds, this directory may not exist

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4742 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAnd now, try to compile before commiting in order to not commit invalid code (sorry)
mquinson [Wed, 26 Sep 2007 15:30:06 +0000 (15:30 +0000)]
And now, try to compile before commiting in order to not commit invalid code (sorry)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4741 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoRevert "ucontext and java are incompatible."
alegrand [Wed, 26 Sep 2007 15:28:13 +0000 (15:28 +0000)]
Revert "ucontext and java are incompatible."

This reverts commit d2a58228e658a1d5d4a35d534868ef4f06ebb53f.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4740 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoRemove a wrong assert. This condition isn't supposed to be true all the time: I didn...
mquinson [Wed, 26 Sep 2007 15:28:08 +0000 (15:28 +0000)]
Remove a wrong assert. This condition isn't supposed to be true all the time: I didn't got Arnaud's code right (+ cleanup: use THROW_IMPOSSIBLE instead of assert(0))

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4739 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoremove dead functions.
alegrand [Wed, 26 Sep 2007 15:19:06 +0000 (15:19 +0000)]
remove dead functions.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4738 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoYeah, right. 64bits architectures produce a different output
mquinson [Wed, 26 Sep 2007 15:15:53 +0000 (15:15 +0000)]
Yeah, right. 64bits architectures produce a different output

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4737 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoucontext and java are incompatible.
alegrand [Wed, 26 Sep 2007 15:10:51 +0000 (15:10 +0000)]
ucontext and java are incompatible.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4736 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agocosmetics.
alegrand [Wed, 26 Sep 2007 15:10:47 +0000 (15:10 +0000)]
cosmetics.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4735 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years ago* One makefile to deal with all the AMOK examples
mquinson [Wed, 26 Sep 2007 15:05:24 +0000 (15:05 +0000)]
* One makefile to deal with all the AMOK examples
* Convert AMOK tests to tesh (most of the tests fail, but that's a
  first step)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4734 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoIn free, do use a version of map that assumes that the dynar is already locked (since...
mquinson [Wed, 26 Sep 2007 14:58:00 +0000 (14:58 +0000)]
In free, do use a version of map that assumes that the dynar is already locked (since it is. Doing otherwise leads to a deadlock)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4733 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoNow the java implementation of the msg process don't use the os locks. The functions...
cherierm [Wed, 26 Sep 2007 14:14:54 +0000 (14:14 +0000)]
Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4732 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoThe windows implementation of simgrid use now the portable snprintf so, enable the...
cherierm [Wed, 26 Sep 2007 14:13:50 +0000 (14:13 +0000)]
The windows implementation of simgrid use now the portable snprintf so, enable the PREFERE_PORTABLE_SNPRINTF macro and disable the HAVE_SNPRINTF macro

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4731 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoOps, forgot debuging outputs
mquinson [Wed, 26 Sep 2007 14:12:26 +0000 (14:12 +0000)]
Ops, forgot debuging outputs

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4730 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agojust add the copyright of the fileNow the java implementation of the msg process...
cherierm [Wed, 26 Sep 2007 14:11:40 +0000 (14:11 +0000)]
just add the copyright of the fileNow the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4729 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoFight against synchronization issues on armageddon (ie, when a background task fail...
mquinson [Wed, 26 Sep 2007 14:11:13 +0000 (14:11 +0000)]
Fight against synchronization issues on armageddon (ie, when a background task fail, forcing us to kill everyone).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4728 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoNow the java implementation of the msg process don't use the os locks. The functions...
cherierm [Wed, 26 Sep 2007 14:10:53 +0000 (14:10 +0000)]
Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4727 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoNow the java implementation of the msg process don't use the os locks. The functions...
cherierm [Wed, 26 Sep 2007 14:09:46 +0000 (14:09 +0000)]
Now the java implementation of the msg process don't use the os locks. The functions connected to these locks are now not necessary

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4726 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoUse THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggested by Mt.
alegrand [Wed, 26 Sep 2007 10:54:40 +0000 (10:54 +0000)]
Use THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggested by Mt.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4725 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoI must be a code cleanup freak, sorry
mquinson [Tue, 25 Sep 2007 19:48:48 +0000 (19:48 +0000)]
I must be a code cleanup freak, sorry

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4724 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoStop trying to add the .class files into the dist (plus indentation)
mquinson [Tue, 25 Sep 2007 19:47:40 +0000 (19:47 +0000)]
Stop trying to add the .class files into the dist (plus indentation)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4723 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoCleanup: stop going into the subdir before going out [thanks Sascha]
mquinson [Tue, 25 Sep 2007 15:36:48 +0000 (15:36 +0000)]
Cleanup: stop going into the subdir before going out [thanks Sascha]

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4722 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoDo not forget to distribute the java sources...
alegrand [Tue, 25 Sep 2007 14:10:01 +0000 (14:10 +0000)]
Do not forget to distribute the java sources...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4721 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoFix EXTRA_DIST
alegrand [Tue, 25 Sep 2007 14:09:55 +0000 (14:09 +0000)]
Fix EXTRA_DIST

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4720 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agodo not forget headers for the dist.
alegrand [Tue, 25 Sep 2007 14:09:47 +0000 (14:09 +0000)]
do not forget headers for the dist.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4719 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoFix conditional includes. Check I'm right please.
alegrand [Tue, 25 Sep 2007 14:09:40 +0000 (14:09 +0000)]
Fix conditional includes. Check I'm right please.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4718 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoThese Makefiles should always include the source files but build the
alegrand [Tue, 25 Sep 2007 14:09:34 +0000 (14:09 +0000)]
These Makefiles should always include the source files but build the
binaries only when HAVE_JAVA.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4717 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdd missing files to the dist...
alegrand [Tue, 25 Sep 2007 14:09:29 +0000 (14:09 +0000)]
Add missing files to the dist...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4716 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdd forgotten headers to the dist...
alegrand [Tue, 25 Sep 2007 14:09:18 +0000 (14:09 +0000)]
Add forgotten headers to the dist...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4715 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoThese Makefiles should always be generated to ensure that they're
alegrand [Tue, 25 Sep 2007 14:09:13 +0000 (14:09 +0000)]
These Makefiles should always be generated to ensure that they're
included in the make dist...

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4714 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoFixing EXTRA_DIST (a \ was missing...)
alegrand [Tue, 25 Sep 2007 14:09:07 +0000 (14:09 +0000)]
Fixing EXTRA_DIST (a \ was missing...)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4713 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agofix broken file name.
alegrand [Tue, 25 Sep 2007 10:40:40 +0000 (10:40 +0000)]
fix broken file name.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4712 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAutomatically generated files
alegrand [Tue, 25 Sep 2007 09:34:31 +0000 (09:34 +0000)]
Automatically generated files

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4711 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoTrying to fix make dist.
alegrand [Tue, 25 Sep 2007 09:12:10 +0000 (09:12 +0000)]
Trying to fix make dist.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4710 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAnswer to FS: valgrind don't like contextes
mquinson [Tue, 25 Sep 2007 09:08:41 +0000 (09:08 +0000)]
Answer to FS: valgrind don't like contextes

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4709 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoPrefer automatically updated date marker to manual one
mquinson [Mon, 24 Sep 2007 20:25:13 +0000 (20:25 +0000)]
Prefer automatically updated date marker to manual one

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4708 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoChange of the name of the generated dll (now simgrid4java)
cherierm [Mon, 24 Sep 2007 14:57:34 +0000 (14:57 +0000)]
Change of the name of the generated dll (now simgrid4java)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4707 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agojust add the copyright of the file
cherierm [Mon, 24 Sep 2007 14:56:14 +0000 (14:56 +0000)]
just add the copyright of the file

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4706 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoThis variable is only used with threads. Protect it with ifdef
mquinson [Mon, 24 Sep 2007 14:54:41 +0000 (14:54 +0000)]
This variable is only used with threads. Protect it with ifdef

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4705 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoUpdate autogenerated
mquinson [Mon, 24 Sep 2007 14:50:14 +0000 (14:50 +0000)]
Update autogenerated

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4704 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agotypo
mquinson [Mon, 24 Sep 2007 14:39:40 +0000 (14:39 +0000)]
typo

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4703 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoAdd . to the classpath to find the source of the example, not only the library
mquinson [Mon, 24 Sep 2007 14:39:10 +0000 (14:39 +0000)]
Add . to the classpath to find the source of the example, not only the library

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4702 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoKill oldies
mquinson [Mon, 24 Sep 2007 14:38:47 +0000 (14:38 +0000)]
Kill oldies

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4701 48e7efb5-ca39-0410-a469-dd3cf9ba447f

16 years agoInsist on searching the DTD where I put it in the jar
mquinson [Mon, 24 Sep 2007 14:36:29 +0000 (14:36 +0000)]
Insist on searching the DTD where I put it in the jar

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4700 48e7efb5-ca39-0410-a469-dd3cf9ba447f