You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: