Closed mattunlv closed 7 years ago
public proc void main(string args[]) { par {
} }
is giving me,
"No processes ready to run. System is deadlocked remaining processes:1"
This should probably just not be legal - i.e. checked by the compiler so no code is generated.
Fixed. As suggested, no code is generated for par/parfor if body is empty.
public proc void main(string args[]) { par {
} }
is giving me,
"No processes ready to run. System is deadlocked remaining processes:1"
This should probably just not be legal - i.e. checked by the compiler so no code is generated.