Repo for "Big Data in Finance" course assignments.
Step 1: change directory
cd BDiF/Assignment A
Step 2: compile by makefile
make
Step 3: run by bash script
./local
./penzias
Step 1: change directory
cd BDiF/Assignment B
Step 2: compile by makefile
make
Step 3: run by bash script
./run_local_cpu
./run_penzias_cpu
./run_penzias_gpu
Step 1: change directory
cd BDiF/Assignment C/MPI
Step 2: compile by makefile
make
Step 3: run by bash script
./run_local
./run_penzias