applicationskeleton / Skeleton

a tool to generate skeleton applications that mimic a real applications' parallel or distributed performance at a task level
MIT License
13 stars 2 forks source link

force task exit code of 0 #15

Closed andre-merzky closed 8 years ago

andre-merzky commented 8 years ago

This patch really just adds an exit(0) to task to force a clean exit code. It also removes a cast over which my gcc stumbles -- AFAICS it is not necessary to cast at that point anyway.