JiaweiZhuang/CS205_final_project

Some files are lost,which make Keam_omp.c not run.

Opened this issue · 0 comments

In Kmean_omp.c,line 9&10,

/* This is the name of the data file we will read. */
//#define FILE_NAME "../test_data/Blobs_smp20000_fea30_cls8.nc"
#define FILE_NAME "../../Data_Analysis/data/SSWdata.nc"

I can't find the files mentioned above , including "test_data/Blobs_smp20000_fea30_cls8.nc" and "Data_Analysis/data/SSWdata.nc" ,so I failed to run Kmean_omp.c in Linux;

I'll be thankful if you can provide these mentioned files in this project.

Thank you!