Skip to content

COMP90024 Cluster and Cloud Computing, Semester 1, 2021, Unimelb

License

Notifications You must be signed in to change notification settings

yufeng97/COMP90024_Assignment1

Repository files navigation

COMP90024_Assignment1

Dependency

  1. Test Platform:
  • SPARTAN cluster (University of Melbourne HPC)
  1. Dependency:
  • Python3.7
  • mpi4py
  1. Dataset/Files:
  • bigTwitter.json / smallTwitter.json
  • melbGrid.json
  • AFINN.txt

How to Run

Windows

mpiexec -n 8 python a6.py --grid_file melbGrid.json --twitter_file smallTwitter.json --score_file AFINN.txt

Linux/MacOS

mpirun -np 8 python3 a6.py --grid_file melbGrid.json --twitter_file smallTwitter.json --score_file AFINN.txt

Resultperformance.png

About

COMP90024 Cluster and Cloud Computing, Semester 1, 2021, Unimelb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published