Skip to content

multifunkim/spark-cbrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-cbrain

CBRAIN plugin for SPARK.

Boutiques descriptors are in cbrain_task_descriptors:

  • spark-sequential.json: sequential implementation
  • spark-stage[1-3].json: parallel implementation

The parallel implementation consists in 3 stages: setup (stage 1), parallel computation (stage 2), wrap up (stage 3). Examples of Boutiques invocations for each stage are in examples.