Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent execution framework, rehauled and extended #235

Merged
merged 32 commits into from
Oct 4, 2023

Conversation

ebousse
Copy link
Contributor

@ebousse ebousse commented Oct 3, 2023

Description

This PR adds for the first time most of the common code about concurrent execution (eg. AbstractConcurrentExecutionEngine) in the common GEMOC execution framework. Previously, this code was in the gemoc-studio-execution-moccml repository , since Moccml was the only possible concurrent engine. Nowadays, a Henshin engine exists and should not have to import and extends classes from the Moccml execution engine code base.

In addition, following the work presented in this paper, this PR changes how concurrency was originally managed in the GEMOC Studio. Now a concurrent engine must build a symbolic representation of logical steps, through inclusion/exclusion constraints over small steps. Strategies, which come with its own UI, are then available to choose what logical steps will be available when debugging. In the code, this symbolic representation is accomplished using the Choco solver.

Companion Pull Requests

ebousse and others added 30 commits December 1, 2022 18:07
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
rebase wrt master (jd)
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
…223)

rebase wrt master (jd)
* use commons from new gemoc-studio-commons repository
* use new  commons.eclipse.pde.ui plugin

* adapt to commons.eclipse.pde

* reduce dependencies

use GemocPlugin in commons.eclipse instead of commons.eclipse.pde
rebase wrt master (jd)
(rebase from master JD)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
(rebase from master JD)
(rebase from master JD)
* bump to tycho 2.7.3

* use newer version of xtext

* update for use of Sirius 7.0.1

follows https://bugs.eclipse.org/bugs/show_bug.cgi?id=531282

* java min version 11

* remove some warning generated by trace addon generator

* increase delay before waiting for jobs

* java 11

* add better clean workspace method + remove deprecated xtext test api

the clean workspace is now able to remove previous content from crashed
executions

* bump to GEMOC 3.6.0

contributes to eclipse/gemoc-studio#270
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
…223)

rebase wrt master (jd)
* use commons from new gemoc-studio-commons repository
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
rebase wrt master (jd)
Signed-off-by: Erwan Bousse <erwan.bousse@ls2n.fr
@dvojtise dvojtise merged commit e711b15 into master Oct 4, 2023
1 check failed
@dvojtise dvojtise deleted the concurrency-analysis branch December 8, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants