bcpd icon indicating copy to clipboard operation
bcpd copied to clipboard

where is the '.optpath.bin' file?

Open hnczwj2008 opened this issue 3 years ago • 3 comments

I can't find the '.optpath.bin', how can I generate it or download it?

fp=fopen('.optpath.bin'); N =fread(fp, 1, 'int32' ); D =fread(fp, 1, 'int32' ); M =fread(fp, 1, 'int32' ); L =fread(fp, 1, 'int32' ); T =fread(fp,DML,'double'); X =fread(fp, D*N, 'double'); fclose(fp);

hnczwj2008 avatar Mar 14 '21 10:03 hnczwj2008

Hi, thank you for your interest in BCPD! Please run BCPD after attaching the -sY option. You will find it in the current directory.

ohirose avatar Mar 14 '21 12:03 ohirose

Hi, could you please expand a bit on this? I have the same issue. I'm trying to run the demos in matlab and bash and I get the same error for both. Thanks!

CristiSoitu avatar Oct 07 '21 20:10 CristiSoitu

Sorted. The error appeared because I actually tried to run the demos before running the makefile. My bad.

CristiSoitu avatar Oct 07 '21 21:10 CristiSoitu