Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
12 years agoAdd more debug messages and add flag _I_X86 on windows platform
unknown [Fri, 13 Jan 2012 10:35:29 +0000 (11:35 +0100)]
Add more debug messages and add flag _I_X86 on windows platform

12 years agoThe function is not implemented so put a THROW_UNIMPLEMENTED
unknown [Fri, 13 Jan 2012 10:30:03 +0000 (11:30 +0100)]
The function is not implemented so put a THROW_UNIMPLEMENTED

12 years agoAdd a dll for simgrid and protect DLL_EXPORT and DLL_IMPORT from multiple definition
unknown [Thu, 12 Jan 2012 16:24:58 +0000 (17:24 +0100)]
Add a dll for simgrid and protect DLL_EXPORT and DLL_IMPORT from multiple definition

12 years agoLua: only keep tracks of tables coming from maestro
Christophe Thiéry [Thu, 12 Jan 2012 15:51:40 +0000 (16:51 +0100)]
Lua: only keep tracks of tables coming from maestro

12 years agoFix a variable name
Christophe Thiéry [Thu, 12 Jan 2012 15:51:02 +0000 (16:51 +0100)]
Fix a variable name

12 years agoSplit simgrid_lua.c in one source file per module
Christophe Thiéry [Thu, 12 Jan 2012 10:45:10 +0000 (11:45 +0100)]
Split simgrid_lua.c in one source file per module

12 years agoAdd binaries and various files to .gitignore
Christophe Thiéry [Thu, 12 Jan 2012 09:28:04 +0000 (10:28 +0100)]
Add binaries and various files to .gitignore

12 years agoAdd comments to the Lua task copy callback
Christophe Thiéry [Thu, 12 Jan 2012 09:23:01 +0000 (10:23 +0100)]
Add comments to the Lua task copy callback

12 years agoMSG: register a SIMIX copy data callback only if necessary
Christophe Thiéry [Thu, 12 Jan 2012 09:14:08 +0000 (10:14 +0100)]
MSG: register a SIMIX copy data callback only if necessary

12 years agoLua: copy the Lua task right after the C task using an MSG callback
Christophe Thiéry [Wed, 11 Jan 2012 12:15:51 +0000 (13:15 +0100)]
Lua: copy the Lua task right after the C task using an MSG callback

Copying the task when the receiver wakes up was too late since the
sender process might already be freed.

12 years agoMSG: add a function to register a task copy callback
Christophe Thiéry [Wed, 11 Jan 2012 12:15:04 +0000 (13:15 +0100)]
MSG: add a function to register a task copy callback

12 years agoRemove declaration of unexisting functions
Christophe Thiéry [Wed, 11 Jan 2012 12:11:53 +0000 (13:11 +0100)]
Remove declaration of unexisting functions

12 years agoThe timings of these tests have changed since crosstraffic is enabled
Christophe Thiéry [Wed, 11 Jan 2012 11:57:28 +0000 (12:57 +0100)]
The timings of these tests have changed since crosstraffic is enabled

12 years agoDownload doc with wget on windows and add a target for nsis.
unknown [Wed, 11 Jan 2012 12:20:48 +0000 (13:20 +0100)]
Download doc with wget on windows and add a target for nsis.

12 years agoAdd missing headers to simgrid install for windows
unknown [Wed, 11 Jan 2012 10:06:44 +0000 (11:06 +0100)]
Add missing headers to simgrid install for windows

12 years agoNew logo for installer.
unknown [Wed, 11 Jan 2012 09:43:47 +0000 (10:43 +0100)]
New logo for installer.

12 years agoreturn 0 instead of die.
unknown [Tue, 10 Jan 2012 21:42:29 +0000 (22:42 +0100)]
return 0 instead of die.

12 years agoOn windows pthread_atfork is not implemented
unknown [Tue, 10 Jan 2012 21:38:11 +0000 (22:38 +0100)]
On windows pthread_atfork is not implemented

12 years agoMake Hello World example works with mingw
unknown [Tue, 10 Jan 2012 21:37:49 +0000 (22:37 +0100)]
Make Hello World example works with mingw

12 years agoUpdate nsis script.
unknown [Tue, 10 Jan 2012 21:16:32 +0000 (22:16 +0100)]
Update nsis script.
Update version of pcre lib.

12 years agoDon't compile those examples on Win
unknown [Tue, 10 Jan 2012 20:42:10 +0000 (21:42 +0100)]
Don't compile those examples on Win

12 years agoUpdate README from HelloWorld.
unknown [Tue, 10 Jan 2012 17:46:28 +0000 (18:46 +0100)]
Update README from HelloWorld.
Replace gmake by mingw32-make

12 years agoUpdate doc for MinGW
unknown [Tue, 10 Jan 2012 17:38:00 +0000 (18:38 +0100)]
Update doc for MinGW

12 years agosleep doesn't exist on windows.
unknown [Tue, 10 Jan 2012 17:37:40 +0000 (18:37 +0100)]
sleep doesn't exist on windows.

12 years agoCosmetics and replace some deprecated function 'exec_program' for 'execute_process'.
unknown [Tue, 10 Jan 2012 17:14:29 +0000 (18:14 +0100)]
Cosmetics and replace some deprecated function 'exec_program' for 'execute_process'.
Remove unused part for windows.

12 years agoMake Simgrid compile with MinGW and gcc4.6
unknown [Tue, 10 Jan 2012 17:05:36 +0000 (18:05 +0100)]
Make Simgrid compile with MinGW and gcc4.6
Need new flags.
For now on gcc 64bits it fails so we must use gcc 32bits on 64platforms.

12 years agoRemove unused part.
unknown [Tue, 10 Jan 2012 17:03:57 +0000 (18:03 +0100)]
Remove unused part.

12 years agoOnly use MinGW compilator
unknown [Tue, 10 Jan 2012 14:27:38 +0000 (15:27 +0100)]
Only use MinGW compilator

12 years agoMake those programs succed on windows.
unknown [Tue, 10 Jan 2012 14:27:15 +0000 (15:27 +0100)]
Make those programs succed on windows.

12 years agoFix other "missing prototype" errors.
Arnaud Giersch [Tue, 10 Jan 2012 13:22:58 +0000 (14:22 +0100)]
Fix other "missing prototype" errors.

12 years agoFix test, and remove duplicated checks.
Arnaud Giersch [Thu, 5 Jan 2012 15:51:34 +0000 (16:51 +0100)]
Fix test, and remove duplicated checks.

12 years agoFix error: passing argument 7 of ‘SIMIX_req_comm_isend’ from incompatible pointer...
Arnaud Giersch [Mon, 9 Jan 2012 13:48:25 +0000 (14:48 +0100)]
Fix error: passing argument 7 of ‘SIMIX_req_comm_isend’ from incompatible pointer type.

Note: casting non-compatible pointers to functions results in undefined behavior.

12 years agoFix error: passing argument 3 of ‘xbt_dict_set’ discards ‘const’ qualifier from point...
Arnaud Giersch [Mon, 9 Jan 2012 13:42:15 +0000 (14:42 +0100)]
Fix error: passing argument 3 of ‘xbt_dict_set’ discards ‘const’ qualifier from pointer target type.

12 years agoFix compilation errors about "enumeration value not handled in switch".
Arnaud Giersch [Mon, 9 Jan 2012 13:36:47 +0000 (14:36 +0100)]
Fix compilation errors about "enumeration value not handled in switch".

12 years agoAdd missing declaration.
Arnaud Giersch [Tue, 10 Jan 2012 12:23:00 +0000 (13:23 +0100)]
Add missing declaration.

12 years agoFix format.
Arnaud Giersch [Tue, 10 Jan 2012 12:06:03 +0000 (13:06 +0100)]
Fix format.

12 years agoDon't use printf modifier %Z. Use %z instead.
Arnaud Giersch [Tue, 10 Jan 2012 11:04:32 +0000 (12:04 +0100)]
Don't use printf modifier %Z.  Use %z instead.

12 years agogive the localisation of parse errors more accurately
Martin Quinson [Mon, 9 Jan 2012 17:17:37 +0000 (18:17 +0100)]
give the localisation of parse errors more accurately

12 years agoMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 9 Jan 2012 17:16:57 +0000 (18:16 +0100)]
Merge branches 'MC_LTL' and 'MC_LTL' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

12 years agomake sure that we won't survive a parser error in the deployment file
Martin Quinson [Mon, 9 Jan 2012 15:48:39 +0000 (16:48 +0100)]
make sure that we won't survive a parser error in the deployment file

12 years agomake it compile with -Werror by forcing a type casting
Martin Quinson [Mon, 9 Jan 2012 15:18:59 +0000 (16:18 +0100)]
make it compile with -Werror by forcing a type casting

12 years agoMerge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
Martin Quinson [Mon, 9 Jan 2012 15:11:11 +0000 (16:11 +0100)]
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid

12 years agoimprove doc of multicore in FAQ
Martin Quinson [Mon, 9 Jan 2012 15:10:18 +0000 (16:10 +0100)]
improve doc of multicore in FAQ

12 years agoRemove test masterslave-cpu_ti-no-crosstraffic because it is close to simple masterslave
Navarrop [Mon, 9 Jan 2012 14:58:29 +0000 (15:58 +0100)]
Remove test masterslave-cpu_ti-no-crosstraffic because it is close to simple masterslave

12 years agoUpdate option page: Write that crosstraffic is enable by default.
Navarrop [Mon, 9 Jan 2012 13:58:46 +0000 (14:58 +0100)]
Update option page: Write that crosstraffic is enable by default.

12 years agoAdd the faq to documentation because it is under version control
Navarrop [Mon, 9 Jan 2012 13:57:57 +0000 (14:57 +0100)]
Add the faq to documentation because it is under version control

12 years agoRename old tesh with no-crosstraffic and new like old name because crosstraffic is...
Navarrop [Mon, 9 Jan 2012 11:37:11 +0000 (12:37 +0100)]
Rename old tesh with no-crosstraffic and new like old name because crosstraffic is enable by default.

12 years agocosmetics in the ChangeLog
Martin Quinson [Mon, 9 Jan 2012 10:27:20 +0000 (11:27 +0100)]
cosmetics in the ChangeLog

12 years ago[trace] valgrind's memcheck to wipe out memory leaks from the tracing system
Lucas Schnorr [Sun, 8 Jan 2012 01:19:39 +0000 (02:19 +0100)]
[trace] valgrind's memcheck to wipe out memory leaks from the tracing system

and some simplifications in tracing resource utilization

12 years agoFix the order of contraints changed by previous commits:
Arnaud Giersch [Fri, 9 Dec 2011 15:45:14 +0000 (16:45 +0100)]
Fix the order of contraints changed by previous commits:

7591b36 Reduce the number of calls to lmm_update_modified_set.
c44aefe In lmm_update_modified_set, don't visit variables twice.

12 years agoIn lmm_update_modified_set, don't visit variables twice.
Arnaud Giersch [Fri, 9 Dec 2011 15:45:13 +0000 (16:45 +0100)]
In lmm_update_modified_set, don't visit variables twice.

Note: the constraints may be ordered differently in
modified_constraint_set, and the timings may vary a bit.
If it is really important, the following patch fixes that:

--- a/src/surf/maxmin.c
+++ b/src/surf/maxmin.c
@@ -790,10 +790,8 @@ static void lmm_update_modified_set_rec(lmm_system_t sys,
     lmm_variable_t var = elem->variable;
     s_lmm_element_t *cnsts = var->cnsts;
     int i;
-    if (var->visited == sys->visited_counter)
-      continue;
-    var->visited = sys->visited_counter;
-    for (i = 0; i < var->cnsts_number; i++) {
+    for (i = 0; var->visited != sys->visited_counter
+                && i < var->cnsts_number ; i++) {
       if (cnsts[i].constraint != cnst
           && !xbt_swag_belongs(cnsts[i].constraint,
                                &sys->modified_constraint_set)) {
@@ -801,6 +799,7 @@ static void lmm_update_modified_set_rec(lmm_system_t sys,
         lmm_update_modified_set_rec(sys, cnsts[i].constraint);
       }
     }
+    var->visited = sys->visited_counter;
   }
 }

12 years agoTry hard to optimize lmm_update_modified_set.
Arnaud Giersch [Fri, 9 Dec 2011 15:45:12 +0000 (16:45 +0100)]
Try hard to optimize lmm_update_modified_set.

* move tests for final case before calling the recursive function
* try to help the compiler inliner/optimizer by putting accesses to
  modified_constraint_set together

12 years agoThe variable-constraint graph is already traversed, and there is no
Navarrop [Fri, 6 Jan 2012 15:01:33 +0000 (16:01 +0100)]
The variable-constraint graph is already traversed, and there is no
need to call lmm_update_modified_set for each constraint of a variable.

Note: the fix in lmm_update_variable_weight may change the order of the
elements in modified_constraint_set, and some timings may slightly vary.
If it is really important, the following patch fixes that:

--- a/src/surf/maxmin.c
+++ b/src/surf/maxmin.c
@@ -716,13 +716,13 @@ void lmm_update_variable_weight(lmm_system_t sys, lmm_variable_t var,
       xbt_swag_insert_at_head(elem, &(elem->constraint->element_set));
     else
       xbt_swag_insert_at_tail(elem, &(elem->constraint->element_set));
+
+    if (i == 0)
+      lmm_update_modified_set(sys, elem->constraint);
   }
   if (!weight)
     var->value = 0.0;

-  if (var->cnsts_number)
-    lmm_update_modified_set(sys, var->cnsts[0].constraint);
-
   XBT_OUT();
 }

12 years agoEnsure that all constraints are put in modified_constraint_set on lmm_expand.
Arnaud Giersch [Fri, 9 Dec 2011 15:45:10 +0000 (16:45 +0100)]
Ensure that all constraints are put in modified_constraint_set on lmm_expand.

Without this change, if cnst was previously marked as modified, the constraints
involving var were not considered.

12 years agoRemove constraint from modified_constraint_set, when made inactive.
Arnaud Giersch [Fri, 9 Dec 2011 15:45:09 +0000 (16:45 +0100)]
Remove constraint from modified_constraint_set, when made inactive.

12 years agoRewrite script for update tesh file.
Navarrop [Fri, 6 Jan 2012 14:14:07 +0000 (15:14 +0100)]
Rewrite script for update tesh file.

12 years agoKeep iwannadie set instead of lying to the context factory
Christophe Thiéry [Fri, 6 Jan 2012 14:29:17 +0000 (15:29 +0100)]
Keep iwannadie set instead of lying to the context factory

12 years agoMerge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
Christophe Thiéry [Fri, 6 Jan 2012 14:27:35 +0000 (15:27 +0100)]
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid

12 years agoSIMIX: when a process is killed, remove its blocking comm from the list
Christophe Thiéry [Fri, 6 Jan 2012 14:27:04 +0000 (15:27 +0100)]
SIMIX: when a process is killed, remove its blocking comm from the list

12 years agoMSG: don't keep pointers to a structure freed
Christophe Thiéry [Fri, 6 Jan 2012 14:26:26 +0000 (15:26 +0100)]
MSG: don't keep pointers to a structure freed

12 years agoAdd some tests for crosstraffic = 1.
Navarrop [Fri, 6 Jan 2012 14:08:43 +0000 (15:08 +0100)]
Add some tests for crosstraffic = 1.
Set crosstraffic = 1 with default workstation model.
Update tesh.

12 years agoMerge branch 'smpi'
Christophe Thiéry [Fri, 6 Jan 2012 09:26:02 +0000 (10:26 +0100)]
Merge branch 'smpi'

12 years agoclean_fun is the function that frees the userdata of a detached send
Christophe Thiéry [Thu, 5 Jan 2012 18:30:23 +0000 (19:30 +0100)]
clean_fun is the function that frees the userdata of a detached send

12 years agoSMPI: don't finish immediately a dsend comm.
Christophe Thiéry [Thu, 5 Jan 2012 18:03:18 +0000 (19:03 +0100)]
SMPI: don't finish immediately a dsend comm.

Otherwise, the receiver would make invalid memory reads while matching
the comm. I'm not sure when the request can be freed, so for now,
dsends make a memory leaks. But smpi-reduce now works.

12 years agoSMPI: before terminating a process, wait for its asynchronous comms
Christophe Thiéry [Thu, 5 Jan 2012 17:10:46 +0000 (18:10 +0100)]
SMPI: before terminating a process, wait for its asynchronous comms

12 years agoWhen a process leaves, no one should ever finish a communication with it
Christophe Thiéry [Thu, 5 Jan 2012 17:01:13 +0000 (18:01 +0100)]
When a process leaves, no one should ever finish a communication with it

Its unstarted comms must never get matched in the future and its
started comms must be canceled, no matter if they are detached.

12 years agoExport SIMIX_rdv_remove and fix debug messages
Christophe Thiéry [Thu, 5 Jan 2012 16:59:36 +0000 (17:59 +0100)]
Export SIMIX_rdv_remove and fix debug messages

12 years ago-0.000000 is lower than 0.0. True story.
Christophe Thiéry [Thu, 5 Jan 2012 16:56:22 +0000 (17:56 +0100)]
-0.000000 is lower than 0.0. True story.

12 years agoSorry, for this stupid error
Navarrop [Thu, 5 Jan 2012 11:52:39 +0000 (12:52 +0100)]
Sorry, for this stupid error

12 years agoUse xbt_config mechanism instead of hard coding value.
Pierre [Thu, 5 Jan 2012 11:41:20 +0000 (12:41 +0100)]
Use xbt_config mechanism instead of hard coding value.

12 years agoUse of busy wait instead of futex if there is not futex.h
Pierre [Thu, 5 Jan 2012 11:40:35 +0000 (12:40 +0100)]
Use of busy wait instead of futex if there is not futex.h

12 years agoAdd a ifdef HAVE_FUTEX_H to compile on Mac
Pierre [Thu, 5 Jan 2012 09:57:45 +0000 (10:57 +0100)]
Add a ifdef HAVE_FUTEX_H to compile on Mac

12 years agoAdd a Chord test with the constant network model
Christophe Thiéry [Mon, 2 Jan 2012 15:25:06 +0000 (16:25 +0100)]
Add a Chord test with the constant network model

12 years agothis configuration option does not exist anymore (and it was useless: the AS routing...
Martin Quinson [Mon, 2 Jan 2012 15:04:29 +0000 (16:04 +0100)]
this configuration option does not exist anymore (and it was useless: the AS routing mode always superseeds it)

12 years agoFix supernovae compilation
Christophe Thiéry [Fri, 30 Dec 2011 10:10:50 +0000 (11:10 +0100)]
Fix supernovae compilation

12 years agocleanup the debug messages
Martin Quinson [Mon, 26 Dec 2011 23:30:51 +0000 (00:30 +0100)]
cleanup the debug messages

12 years agomore verbose debug messages
Martin Quinson [Mon, 26 Dec 2011 23:21:33 +0000 (00:21 +0100)]
more verbose debug messages

12 years agoWhen the process exits, don't cancel the communications it is involved into if it...
Martin Quinson [Mon, 26 Dec 2011 23:20:56 +0000 (00:20 +0100)]
When the process exits, don't cancel the communications it is involved into if it's the sender of detached sends

12 years agouse sensible process names (their rank) in SMPI, and get simix ignore that
Martin Quinson [Mon, 26 Dec 2011 23:01:56 +0000 (00:01 +0100)]
use sensible process names (their rank) in SMPI, and get simix ignore that

12 years agoFurther investigate the dsend issue, in vain so far
Martin Quinson [Mon, 26 Dec 2011 21:55:19 +0000 (22:55 +0100)]
Further investigate the dsend issue, in vain so far

- Ensure that it still compiles after the messed up merge (sorry)
- Add a simple dsend example
- Stop using the src_data to store the cleanup function since that
  field may be clear in MSG, but we store the MPI_status in there. So,
  add a cleanup_fun field down in the stacks so that both the cleanup
  function and the MPI_status can be stored
- Make that shit much more verbose (some messages should be removed
  once the bug is found, sorry for sharing my half backed changes)

12 years agomerge back the master trunk into the smpi branch
Martin Quinson [Mon, 26 Dec 2011 18:03:09 +0000 (19:03 +0100)]
merge back the master trunk into the smpi branch

12 years ago[doc] basic tracing options (and a link to the full doc) added
Lucas Schnorr [Mon, 26 Dec 2011 15:01:41 +0000 (16:01 +0100)]
[doc] basic tracing options (and a link to the full doc) added

12 years ago[doc] colors are defined through the tracing API and registered in the traces
Lucas Schnorr [Mon, 26 Dec 2011 14:17:15 +0000 (15:17 +0100)]
[doc] colors are defined through the tracing API and registered in the traces

12 years ago[doc] update the graph visualization screenshot to reflect current state of Triva
Lucas Schnorr [Mon, 26 Dec 2011 13:57:34 +0000 (14:57 +0100)]
[doc] update the graph visualization screenshot to reflect current state of Triva

12 years ago[trace] tracing needs a Full network/optim, otherwise it won't work for network
Lucas Schnorr [Mon, 26 Dec 2011 13:50:11 +0000 (14:50 +0100)]
[trace] tracing needs a Full network/optim, otherwise it won't work for network

Todo:
- find a way to trace the lazy network update method

12 years agobug fix, tracing mechanism relies on a correct set_category function
Lucas Schnorr [Mon, 26 Dec 2011 13:24:58 +0000 (14:24 +0100)]
bug fix, tracing mechanism relies on a correct set_category function

12 years agotypo
Lucas Schnorr [Mon, 26 Dec 2011 13:19:26 +0000 (14:19 +0100)]
typo

12 years ago[doc] updating the graph configuration documentation
Lucas Schnorr [Mon, 26 Dec 2011 12:52:06 +0000 (13:52 +0100)]
[doc] updating the graph configuration documentation

12 years ago[doc] fix on tracing parameter documentation
Lucas Schnorr [Mon, 26 Dec 2011 12:51:22 +0000 (13:51 +0100)]
[doc] fix on tracing parameter documentation

12 years ago[doc] triva is using git
Lucas Schnorr [Mon, 26 Dec 2011 12:25:28 +0000 (13:25 +0100)]
[doc] triva is using git

12 years ago[doc] tracing documentation was duplicated, fix it
Lucas Schnorr [Mon, 26 Dec 2011 12:23:40 +0000 (13:23 +0100)]
[doc] tracing documentation was duplicated, fix it

12 years ago[trace] better source code comments for configuration options
Lucas Schnorr [Mon, 26 Dec 2011 11:45:15 +0000 (12:45 +0100)]
[trace] better source code comments for configuration options

12 years ago[doc] documentation for three tracing options
Lucas Schnorr [Mon, 26 Dec 2011 11:44:36 +0000 (12:44 +0100)]
[doc] documentation for three tracing options

12 years ago[doc] users can also declare variable with colors for the trace
Lucas Schnorr [Mon, 26 Dec 2011 11:18:14 +0000 (12:18 +0100)]
[doc] users can also declare variable with colors for the trace

12 years ago[doc] explain how to use TRACE_declare_mark and TRACE_mark
Lucas Schnorr [Mon, 26 Dec 2011 11:14:23 +0000 (12:14 +0100)]
[doc] explain how to use TRACE_declare_mark and TRACE_mark

12 years agosend test program
Mark Stillwell [Mon, 26 Dec 2011 11:36:22 +0000 (12:36 +0100)]
send test program

12 years agomore verbose debug around detached sends
Martin Quinson [Mon, 26 Dec 2011 01:40:32 +0000 (02:40 +0100)]
more verbose debug around detached sends

12 years agodupplicate the sender buffer in eager mode, when isends are changed into dsends ...
Martin Quinson [Mon, 26 Dec 2011 01:23:21 +0000 (02:23 +0100)]
dupplicate the sender buffer in eager mode, when isends are changed into dsends (and free it once copied in position)

12 years agofix some glitches in documentation generation
Martin Quinson [Mon, 26 Dec 2011 00:43:55 +0000 (01:43 +0100)]
fix some glitches in documentation generation

12 years agoplaceholder for the configuration items related to the tracing subsystem
Martin Quinson [Mon, 26 Dec 2011 00:30:44 +0000 (01:30 +0100)]
placeholder for the configuration items related to the tracing subsystem