Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 819 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 819 Bytes

Evaluation

Evaluating the efficiency and flexibility of SciFlow as opposed to carrying out similar tasks;

  1. Without Channel Cordination - Go Control Thread

    Navigate to the NoGo/workflow/ folder and run the following commannd on the terminal.

    time ./runWithoutGo.sh

    Needs to be tested on the follwing parsl configurations. *local_threads *local_htex *remote_htex

  2. Without Implicit Parallelism

    Navigate to the NoParslGo/ folder and run the following commannd on the terminal.

    go run test.go 
  3. Without both Implicit Parallelism and Channel Cordination - Parsl and Go Control Thread

    Navigate to the NoParslGo/workflow/ folder and run the following commannd on the terminal.

    time ./run.sh