Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prebuilt SCAPE x64 binaries? #9

Open
dxydas opened this issue Apr 22, 2023 · 1 comment
Open

Prebuilt SCAPE x64 binaries? #9

dxydas opened this issue Apr 22, 2023 · 1 comment

Comments

@dxydas
Copy link

dxydas commented Apr 22, 2023

Hi,

I came across your project which looks really interesting. Unfortunately, getting SCAPE to compile correctly is quite a challenge. Do you have any prebuilt binaries for x64 you are able to share?

Regards

@MarliesNit
Copy link
Contributor

Hi,
we do not provide any prebuilt binaries. But if you have questions/errors, you could post them here.

This is a known issue with newer compilers:

  1. Replace line 722 and 723 in SCAPE.h with the following code:
char numeric_string_replacement_unique[] ="SCAPE_DGrad_numeric.bin";
char symbolic_string_replacement_unique[] ="SCAPE_DGrad_symbolic.bin";
umfpack_di_save_numeric(Numeric, numeric_string_replacement_unique);
umfpack_di_save_symbolic(Symbolic, symbolic_string_replacement_unique);
  1. Replace line 735 and 736 in SCAPE.h with the following code:
umfpack_di_save_symbolic(Symbolic, symbolic_string_replacement_unique);
umfpack_di_save_numeric(Numeric, numeric_string_replacement_unique);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants