Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Compilation of Cactus fails with the error: identifier “DECLARE_CCTK_PARAMETERS” is undefined?

0
Posted

Compilation of Cactus fails with the error: identifier “DECLARE_CCTK_PARAMETERS” is undefined?

0

You need to include the header: #include “cctk_Parameters.h” • (Linux) I get ‘g77: cannot specify -o with -c or -S and multiple compilations’ when compiling with the Pacific VAST90 compiler. If the libvast90.a library is in the same directory as your F90 script, F90 passes -lvast90 to the underlying G77 compile, which is of course only a valid switch when linking. The solution is to separate these files, e.g. into bin and lib directories.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123