Open alixedi opened 9 years ago
It works when I:
$ mkdir /home/azaidi/Documents/Correlation/PLATFORMS/SIMULATION/binaries/
only.
:)
Thanks for this notice. I will fix these things. The only problem is bug 2). Should it just say: "version mismatch"?
It is probably going to be the same problem with Linear Regression, so I will take care of that as well :)
Thanks! @alex88bb you are :zap:
@alixedi Ok, so this is what I did to fix these issues:
1) I added fabricate.py to each CPU project. I don't know if it is important, but maybe there should be only one fabricate.py file for all CPU (and later DFE) projects 2) Simply source /network-raid/opt/maxcompiler-2014.1.1/settings.sh and this will work. Should I compile it with the newest compiler? 3) and 4) are resolved by adding "-p" flag to mkdir.
Is this ok? If it is, I will do the same thing with Linear Regression.
I think it is sufficient for now.
Thanks!
No worries ;) Tell me if you run into another issue with this app!
1) It assumes fabricate is installed:
2) Version mismatch
3) Assumes a directory that doesn't exist. Fials to create it anyway.
4) I created the directory myself, now it complains:
@ntrifunovic