You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joachim Klein
5adb550043
Makefiles: inhibit parallel building (-j n mode)
Currently, building PRISM with parallel building does not work,
as there are dependencies between targets that are not fully
encoded in the Makefiles. Building with -j n flag would lead to error.
Now, we add the .NOTPARALLEL target to most of the Makefiles,
which tell GNU make to ignore the -j flag. Note that this
only inhibits parallel builds for the current Makefile, we
thus have to specify it for all sub-Makefiles as well
(see https://www.gnu.org/software/make/manual/html_node/Parallel.html )
For the external libraries, CUDD and LPSolve don't seem to mind building
in parallel, so we don't inhibit there and can get some minor compile time
speed-up by using multiple cores if the -j option is specified.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12202 bbc10eb1-c90d-0410-af57-cb519fbb1720
9 years ago
..
Makefile
Makefiles: inhibit parallel building (-j n mode)
9 years ago
PM_ExportLabels.cc
PM_ExportLabels: use int64_t for ODD indexing, adapt printf format string
9 years ago
PM_ExportMatrix.cc
PM_ExportMatrix: use int64_t for ODD indexing, adapt printf format string
9 years ago
PM_ExportVector.cc
PM_ExportVector: use int64_t for ODD indexing, adapt printf format string
9 years ago
PM_JOR.cc
fix compilation issue: cmath / isinf
9 years ago
PM_JORInterval.cc
fix compilation issue: cmath / isinf
9 years ago
PM_NondetBoundedUntil.cc
PH,PM,PS: cast jints to int in printf
9 years ago
PM_NondetInstReward.cc
PH,PM,PS: cast jints to int in printf
9 years ago
PM_NondetReachReward.cc
fix compilation issue: cmath / isinf
9 years ago
PM_NondetReachRewardInterval.cc
fix compilation issue: cmath / isinf
9 years ago
PM_NondetUntil.cc
fix compilation issue: cmath / isinf
9 years ago
PM_NondetUntilInterval.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Power.cc
fix compilation issue: cmath / isinf
9 years ago
PM_PowerInterval.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Prob0.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Prob0A.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Prob0E.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Prob1.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Prob1A.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Prob1E.cc
fix compilation issue: cmath / isinf
9 years ago
PM_ProbBoundedUntil.cc
PH,PM,PS: cast jints to int in printf
9 years ago
PM_ProbCumulReward.cc
PH,PM,PS: cast jints to int in printf
9 years ago
PM_ProbInstReward.cc
PH,PM,PS: cast jints to int in printf
9 years ago
PM_ProbReachReward.cc
fix compilation issue: cmath / isinf
9 years ago
PM_ProbReachRewardInterval.cc
fix compilation issue: cmath / isinf
9 years ago
PM_ProbTransient.cc
PH,PM,PS: cast jints to int in printf
9 years ago
PM_ProbUntil.cc
fix compilation issue: cmath / isinf
9 years ago
PM_ProbUntilInterval.cc
fix compilation issue: cmath / isinf
9 years ago
PM_Reachability.cc
fix compilation issue: cmath / isinf
9 years ago
PM_StochBoundedUntil.cc
PM: cleanup format strings
9 years ago
PM_StochCumulReward.cc
PM: cleanup format strings
9 years ago
PM_StochSteadyState.cc
fix compilation issue: cmath / isinf
9 years ago
PM_StochTransient.cc
PM: cleanup format strings
9 years ago
PrismMTBDD.cc
(native) switch includes from .h to C++ header wrappers
9 years ago
PrismMTBDD.java
(interval iteration, symbolic) interval iteration variants for the computation methods of MTBDD, Hybrid and Sparse
9 years ago
package-info.java
Improved documentation (JavaDoc mostly).
15 years ago