Evaluating the efficiency and flexibility of SciFlow as opposed to carrying out similar tasks;
-
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
-
Without Implicit Parallelism
Navigate to the NoParslGo/ folder and run the following commannd on the terminal.
go run test.go
-
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