Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
3 years agoMerge branch 'Adrien.Gougeon/simgrid-master'
Augustin Degomme [Tue, 15 Dec 2020 09:44:33 +0000 (10:44 +0100)]
Merge branch 'Adrien.Gougeon/simgrid-master'

3 years agoUpdate MANIFEST.in.
Arnaud Giersch [Tue, 15 Dec 2020 08:34:35 +0000 (09:34 +0100)]
Update MANIFEST.in.

3 years agoRemove unused static functions.
Arnaud Giersch [Sat, 12 Dec 2020 16:36:39 +0000 (17:36 +0100)]
Remove unused static functions.

3 years agoPrefer range-based for loop.
Arnaud Giersch [Sat, 12 Dec 2020 13:08:25 +0000 (14:08 +0100)]
Prefer range-based for loop.

3 years agoDrop unused parameter.
Arnaud Giersch [Sat, 12 Dec 2020 12:40:43 +0000 (13:40 +0100)]
Drop unused parameter.

3 years agoTypo in function name.
Arnaud Giersch [Sat, 12 Dec 2020 12:39:11 +0000 (13:39 +0100)]
Typo in function name.

3 years agoRedundant blank line.
Arnaud Giersch [Fri, 11 Dec 2020 20:48:50 +0000 (21:48 +0100)]
Redundant blank line.

3 years agoUpdate ChangeLog
Augustin Degomme [Tue, 15 Dec 2020 08:30:44 +0000 (09:30 +0100)]
Update ChangeLog

3 years agoMerge pull request #371 from eazimi/master
Martin Quinson [Fri, 11 Dec 2020 15:35:43 +0000 (16:35 +0100)]
Merge pull request #371 from eazimi/master

In the LivenessChecker

3 years agoCleanup!
Ehsan Azimi [Fri, 11 Dec 2020 12:36:45 +0000 (13:36 +0100)]
Cleanup!

3 years agomc_api::set_checker() defined and called in Checker()
Ehsan Azimi [Fri, 11 Dec 2020 12:32:12 +0000 (13:32 +0100)]
mc_api::set_checker() defined and called in Checker()

3 years agocreate_checker without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 12:00:31 +0000 (13:00 +0100)]
create_checker without Session argument

3 years agocreateCommunicationDeterminismChecker without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 11:52:52 +0000 (12:52 +0100)]
createCommunicationDeterminismChecker without Session argument

3 years agoconstructor without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 11:49:05 +0000 (12:49 +0100)]
constructor without Session argument

3 years agocreateSafetyChecker without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 11:47:04 +0000 (12:47 +0100)]
createSafetyChecker without Session argument

3 years agoconstructor without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 11:44:32 +0000 (12:44 +0100)]
constructor without Session argument

3 years agocreateLivenessChecker without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 11:40:39 +0000 (12:40 +0100)]
createLivenessChecker without Session argument

3 years agoconstructor without Session argument
Ehsan Azimi [Fri, 11 Dec 2020 11:39:54 +0000 (12:39 +0100)]
constructor without Session argument

3 years agoSession instance removed from Checker class
Ehsan Azimi [Fri, 11 Dec 2020 11:17:06 +0000 (12:17 +0100)]
Session instance removed from Checker class

3 years agoget_session() deleted
Ehsan Azimi [Fri, 11 Dec 2020 11:08:32 +0000 (12:08 +0100)]
get_session() deleted

3 years agomcapi::mc_inc_executed_trans() in replay()
Ehsan Azimi [Fri, 11 Dec 2020 11:04:14 +0000 (12:04 +0100)]
mcapi::mc_inc_executed_trans() in replay()

3 years agomcapi::execute() in replay()
Ehsan Azimi [Fri, 11 Dec 2020 11:03:53 +0000 (12:03 +0100)]
mcapi::execute() in replay()

3 years agomcapi::restore_initial_state() in replay()
Ehsan Azimi [Fri, 11 Dec 2020 11:03:27 +0000 (12:03 +0100)]
mcapi::restore_initial_state() in replay()

3 years agomcapi::simcall_get_issuer() in replay()
Ehsan Azimi [Fri, 11 Dec 2020 10:46:37 +0000 (11:46 +0100)]
mcapi::simcall_get_issuer() in replay()

3 years agomcapi::restore_state() in replay()
Ehsan Azimi [Fri, 11 Dec 2020 10:42:12 +0000 (11:42 +0100)]
mcapi::restore_state() in replay()

3 years agomc_api::get().get_actors_size() called in VisitedPair()
Ehsan Azimi [Fri, 11 Dec 2020 09:53:15 +0000 (10:53 +0100)]
mc_api::get().get_actors_size() called in VisitedPair()

3 years agomcapi::get().get_remote_heap_bytes() called in VisitedPair()
Ehsan Azimi [Fri, 11 Dec 2020 09:52:53 +0000 (10:52 +0100)]
mcapi::get().get_remote_heap_bytes() called in VisitedPair()

3 years agoMerge with simgrid/master
Ehsan Azimi [Fri, 11 Dec 2020 08:59:39 +0000 (09:59 +0100)]
Merge with simgrid/master

3 years agoTry to fix download links in doc.
Arnaud Giersch [Thu, 10 Dec 2020 21:24:43 +0000 (22:24 +0100)]
Try to fix download links in doc.

3 years agoFix file names for examples in doc.
Arnaud Giersch [Thu, 10 Dec 2020 21:18:34 +0000 (22:18 +0100)]
Fix file names for examples in doc.

3 years agoAdd #include <simgrid/config.h>.
Arnaud Giersch [Thu, 10 Dec 2020 21:11:42 +0000 (22:11 +0100)]
Add #include <simgrid/config.h>.

3 years agoRemove mostly empty files.
Arnaud Giersch [Thu, 10 Dec 2020 21:06:12 +0000 (22:06 +0100)]
Remove mostly empty files.

3 years agoDon't define (nor use) any MSG symbol when MSG is not built in.
Arnaud Giersch [Thu, 10 Dec 2020 20:24:29 +0000 (21:24 +0100)]
Don't define (nor use) any MSG symbol when MSG is not built in.

3 years agoMove bits of documentation for recently converted tracing examples.
Arnaud Giersch [Thu, 10 Dec 2020 20:13:32 +0000 (21:13 +0100)]
Move bits of documentation for recently converted tracing examples.

3 years ago[jenkins] Temporary disable LTO on CentOS/ld 2.30-85.el8.
Arnaud Giersch [Thu, 10 Dec 2020 10:35:14 +0000 (11:35 +0100)]
[jenkins] Temporary disable LTO on CentOS/ld 2.30-85.el8.

3 years agoA bit of cleanup in .gitignore.
Arnaud Giersch [Thu, 10 Dec 2020 10:29:47 +0000 (11:29 +0100)]
A bit of cleanup in .gitignore.

3 years agoConvert deprecated/msg/trace-process-migration to s4u/trace-process-migration.
Arnaud Giersch [Tue, 8 Dec 2020 10:03:28 +0000 (11:03 +0100)]
Convert deprecated/msg/trace-process-migration to s4u/trace-process-migration.

3 years agoKill dead code: tracing_category is managed by AnyActivity.
Arnaud Giersch [Wed, 9 Dec 2020 23:28:43 +0000 (00:28 +0100)]
Kill dead code: tracing_category is managed by AnyActivity.

3 years agoMore conversions int -> aid_t.
Arnaud Giersch [Thu, 10 Dec 2020 07:56:03 +0000 (08:56 +0100)]
More conversions int -> aid_t.

3 years agoUse dedicated function to get config value.
Arnaud Giersch [Wed, 9 Dec 2020 13:06:50 +0000 (14:06 +0100)]
Use dedicated function to get config value.

3 years agoFix type for parameter 'issuer'.
Arnaud Giersch [Wed, 2 Dec 2020 10:56:53 +0000 (11:56 +0100)]
Fix type for parameter 'issuer'.

3 years agoConst pointer.
Arnaud Giersch [Wed, 2 Dec 2020 10:53:15 +0000 (11:53 +0100)]
Const pointer.

3 years agoRemove old deprecated aliases for runtime options.
Arnaud Giersch [Tue, 8 Dec 2020 20:15:32 +0000 (21:15 +0100)]
Remove old deprecated aliases for runtime options.

Add a 'DEPRECATED' comment for the more recent ones.

3 years agoRename runtime option 'tracing/msg/process' to 'tracing/actor'.
Arnaud Giersch [Tue, 8 Dec 2020 20:06:17 +0000 (21:06 +0100)]
Rename runtime option 'tracing/msg/process' to 'tracing/actor'.

3 years agoFix log category for example.
Arnaud Giersch [Tue, 8 Dec 2020 20:01:54 +0000 (21:01 +0100)]
Fix log category for example.

3 years agoFire Comm::on_completion in any case.
Arnaud Giersch [Tue, 8 Dec 2020 14:49:40 +0000 (15:49 +0100)]
Fire Comm::on_completion in any case.

3 years agomc_api::get_automaton_transition_dst() defined and called in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:51:48 +0000 (17:51 +0100)]
mc_api::get_automaton_transition_dst() defined and called in run()

3 years agomc_api::get_automaton_transition_label() defined and called in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:48:48 +0000 (17:48 +0100)]
mc_api::get_automaton_transition_label() defined and called in run()

3 years agomc_api::get_dynar_length() defined and called in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:33:30 +0000 (17:33 +0100)]
mc_api::get_dynar_length() defined and called in run()

3 years agomcapi::log_state() in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:14:27 +0000 (17:14 +0100)]
mcapi::log_state() in run()

3 years agomcapi::mc_wait_for_requests() in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:14:06 +0000 (17:14 +0100)]
mcapi::mc_wait_for_requests() in run()

3 years agomcapi::handle_simcall() in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:13:41 +0000 (17:13 +0100)]
mcapi::handle_simcall() in run()

3 years agomcapi::mc_inc_executed_trans() in run()
Ehsan Azimi [Tue, 8 Dec 2020 16:13:15 +0000 (17:13 +0100)]
mcapi::mc_inc_executed_trans() in run()

3 years agonullptr one more time.
Arnaud Giersch [Tue, 8 Dec 2020 11:41:21 +0000 (12:41 +0100)]
nullptr one more time.

3 years agorequest_to_string() implementation in mc_api class
Ehsan Azimi [Tue, 8 Dec 2020 11:04:22 +0000 (12:04 +0100)]
request_to_string() implementation in mc_api class

3 years agoPull from simgrid/master and a subsequent merge with origin/master
Ehsan Azimi [Tue, 8 Dec 2020 10:41:59 +0000 (11:41 +0100)]
Pull from simgrid/master and a subsequent merge with origin/master

3 years agorequest_get_dot_output() implementation in mc_api class
Ehsan Azimi [Tue, 8 Dec 2020 10:41:37 +0000 (11:41 +0100)]
request_get_dot_output() implementation in mc_api class

3 years agomcapi::request_get_dot_output() called in run()
Ehsan Azimi [Tue, 8 Dec 2020 10:40:02 +0000 (11:40 +0100)]
mcapi::request_get_dot_output() called in run()

3 years agoConvert deprecated/msg/trace-masterworker to s4u/trace-masterworkers.
Arnaud Giersch [Mon, 7 Dec 2020 22:49:17 +0000 (23:49 +0100)]
Convert deprecated/msg/trace-masterworker to s4u/trace-masterworkers.

3 years agomcapi::snapshot_equal() in insert_visited_pair()
Ehsan Azimi [Tue, 8 Dec 2020 09:52:33 +0000 (10:52 +0100)]
mcapi::snapshot_equal() in insert_visited_pair()

3 years agomcapi::automaton_state_compare() in insert_visited_pair()
Ehsan Azimi [Tue, 8 Dec 2020 09:52:02 +0000 (10:52 +0100)]
mcapi::automaton_state_compare() in insert_visited_pair()

3 years agomcapi::snapshot_equal() called in insert_acceptance_pair()
Ehsan Azimi [Tue, 8 Dec 2020 09:37:36 +0000 (10:37 +0100)]
mcapi::snapshot_equal() called in insert_acceptance_pair()

3 years agomc_api::automaton_state_compare() defined. It's called in insert_acceptance_pair()
Ehsan Azimi [Tue, 8 Dec 2020 09:37:12 +0000 (10:37 +0100)]
mc_api::automaton_state_compare() defined. It's called in insert_acceptance_pair()

3 years agomcapi::compare_pair() in insert_acceptance_pair()
Ehsan Azimi [Tue, 8 Dec 2020 09:23:32 +0000 (10:23 +0100)]
mcapi::compare_pair() in insert_acceptance_pair()

3 years agomcapi::compare_pair() in addVisitedState()
Ehsan Azimi [Tue, 8 Dec 2020 09:07:59 +0000 (10:07 +0100)]
mcapi::compare_pair() in addVisitedState()

3 years agomc_api::compare_pair() defined, it's called in insert_visited_pair()
Ehsan Azimi [Tue, 8 Dec 2020 08:52:28 +0000 (09:52 +0100)]
mc_api::compare_pair() defined, it's called in insert_visited_pair()

3 years agoA Pull from simgrid/master and a subsequent merge
Ehsan Azimi [Tue, 8 Dec 2020 08:35:45 +0000 (09:35 +0100)]
A Pull from simgrid/master and a subsequent merge

3 years agoSpacing cosmetics.
Arnaud Giersch [Mon, 7 Dec 2020 22:22:40 +0000 (23:22 +0100)]
Spacing cosmetics.

3 years agoFix misleading cmake message.
Arnaud Giersch [Mon, 7 Dec 2020 21:47:20 +0000 (22:47 +0100)]
Fix misleading cmake message.

"Example mc-bugged1-liveness disabled, thus not compiled." while it's not true.

3 years agoReduce scope for variables.
Arnaud Giersch [Mon, 7 Dec 2020 21:01:14 +0000 (22:01 +0100)]
Reduce scope for variables.

3 years agoUseless code.
Arnaud Giersch [Mon, 7 Dec 2020 20:27:10 +0000 (21:27 +0100)]
Useless code.

3 years agoFix type.
Arnaud Giersch [Mon, 7 Dec 2020 20:17:27 +0000 (21:17 +0100)]
Fix type.

3 years agoUpdate MANIFEST.in.
Arnaud Giersch [Mon, 7 Dec 2020 16:02:00 +0000 (17:02 +0100)]
Update MANIFEST.in.

3 years agoConvert deprecated/msg/trace-host-user-variables to s4u/trace-host-user-variables.
Arnaud Giersch [Mon, 7 Dec 2020 15:04:37 +0000 (16:04 +0100)]
Convert deprecated/msg/trace-host-user-variables to s4u/trace-host-user-variables.

3 years agoConvert deprecated/msg/trace-link-user-variables to s4u/trace-link-user-variables.
Arnaud Giersch [Mon, 7 Dec 2020 14:02:15 +0000 (15:02 +0100)]
Convert deprecated/msg/trace-link-user-variables to s4u/trace-link-user-variables.

3 years agoConvert deprecated/msg/trace-host-user-variables to s4u/trace-host-user-variables.
Arnaud Giersch [Mon, 7 Dec 2020 12:48:23 +0000 (13:48 +0100)]
Convert deprecated/msg/trace-host-user-variables to s4u/trace-host-user-variables.

3 years agoConvert deprecated/msg/trace-categories to s4u/trace-categories.
Arnaud Giersch [Mon, 7 Dec 2020 09:46:09 +0000 (10:46 +0100)]
Convert deprecated/msg/trace-categories to s4u/trace-categories.

3 years agoChdir into example directory, and set srcdir.
Arnaud Giersch [Mon, 7 Dec 2020 10:55:39 +0000 (11:55 +0100)]
Chdir into example directory, and set srcdir.

3 years agomc_api::set_property_automaton(), it is called in run()
Ehsan Azimi [Mon, 7 Dec 2020 10:09:41 +0000 (11:09 +0100)]
mc_api::set_property_automaton(), it is called in run()

3 years ago[sonar] Refactor to reduce nested blocks.
Arnaud Giersch [Sat, 5 Dec 2020 13:34:53 +0000 (14:34 +0100)]
[sonar] Refactor to reduce nested blocks.

3 years ago[sonar] s/NULL/nullptr.
Arnaud Giersch [Sat, 5 Dec 2020 10:22:24 +0000 (11:22 +0100)]
[sonar] s/NULL/nullptr.

3 years agopull from simgrid/master and a subsequent merge with origin/master
Ehsan Azimi [Fri, 4 Dec 2020 23:15:41 +0000 (00:15 +0100)]
pull from simgrid/master and a subsequent merge with origin/master

3 years agoChange timeout value to avoid a NetworkFailureException.
Arnaud Giersch [Fri, 4 Dec 2020 20:14:17 +0000 (21:14 +0100)]
Change timeout value to avoid a NetworkFailureException.

We don't want ctest to report a test failure.

3 years agoCodeFactor nags!
Ehsan Azimi [Fri, 4 Dec 2020 18:23:54 +0000 (19:23 +0100)]
CodeFactor nags!

3 years agomc_api::compare_automaton_exp_lable() defined. It's called in evaluate_label()
Ehsan Azimi [Fri, 4 Dec 2020 18:16:47 +0000 (19:16 +0100)]
mc_api::compare_automaton_exp_lable() defined. It's called in evaluate_label()

3 years agomc_api::get_automaton_state() defined. It is called in LivenessChecker::run()
Ehsan Azimi [Fri, 4 Dec 2020 17:18:14 +0000 (18:18 +0100)]
mc_api::get_automaton_state() defined. It is called in LivenessChecker::run()

3 years agocode arrangement
Ehsan Azimi [Fri, 4 Dec 2020 16:55:17 +0000 (17:55 +0100)]
code arrangement

3 years agomcapi.actor_is_enabled() is called in LivenessChecker::create_pair()
Ehsan Azimi [Fri, 4 Dec 2020 16:48:53 +0000 (17:48 +0100)]
mcapi.actor_is_enabled() is called in LivenessChecker::create_pair()

3 years agomcapi.get_actors() is called in LivenessChecker::create_pair()
Ehsan Azimi [Fri, 4 Dec 2020 16:48:13 +0000 (17:48 +0100)]
mcapi.get_actors() is called in LivenessChecker::create_pair()

3 years agoPull simgrid/master and a subsequent merge
Ehsan Azimi [Fri, 4 Dec 2020 16:19:47 +0000 (17:19 +0100)]
Pull simgrid/master and a subsequent merge

3 years agoPlease cppcheck.
Arnaud Giersch [Fri, 4 Dec 2020 16:06:36 +0000 (17:06 +0100)]
Please cppcheck.

3 years agoUse type 'bool' for boolean.
Arnaud Giersch [Fri, 4 Dec 2020 11:13:50 +0000 (12:13 +0100)]
Use type 'bool' for boolean.

3 years agoDrop xbt_str_split().
Arnaud Giersch [Fri, 4 Dec 2020 11:04:10 +0000 (12:04 +0100)]
Drop xbt_str_split().

3 years ago[sonar] Reduce number of nested code blocks.
Arnaud Giersch [Fri, 4 Dec 2020 10:51:18 +0000 (11:51 +0100)]
[sonar] Reduce number of nested code blocks.

Best viewed with 'git show -b'

3 years agoIncrease coverage.
Arnaud Giersch [Fri, 4 Dec 2020 09:27:07 +0000 (10:27 +0100)]
Increase coverage.

3 years agoDrop unused smpi/plugins/load_balancer.
Arnaud Giersch [Fri, 4 Dec 2020 09:13:09 +0000 (10:13 +0100)]
Drop unused smpi/plugins/load_balancer.

There's no example, and it seems that it's not used since nearly 2 years.

3 years agoFix comment.
Arnaud Giersch [Fri, 4 Dec 2020 15:32:24 +0000 (16:32 +0100)]
Fix comment.

3 years agomc_api::automaton_propositional_symbol_evaluate() is used in LivenessChecker::get_pro...
Ehsan Azimi [Fri, 4 Dec 2020 15:00:41 +0000 (16:00 +0100)]
mc_api::automaton_propositional_symbol_evaluate() is used in LivenessChecker::get_proposition_values()

3 years agomc_api::s_initialize() renamed to mc_api::session_initialize()
Ehsan Azimi [Fri, 4 Dec 2020 14:50:32 +0000 (15:50 +0100)]
mc_api::s_initialize() renamed to mc_api::session_initialize()

3 years agocall to mcapi.s_initialize()
Ehsan Azimi [Fri, 4 Dec 2020 14:47:00 +0000 (15:47 +0100)]
call to mcapi.s_initialize()