- Test Platform:
- SPARTAN cluster (University of Melbourne HPC)
- Dependency:
- Python3.7
- mpi4py
- Dataset/Files:
- bigTwitter.json / smallTwitter.json
- melbGrid.json
- AFINN.txt
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