Hi all,
I have an old basilisk code that compiled and ran in parallel at the time. Now I'm not able to compile it in parallel with the usual command
$CC99='mpicc -std=c99' qcc -Wall -O2 -D_MPI=1 drop.c -o drop -lm
During compilation an error appears that seems to be due to some library in my UBUNTU not being updated (or missing). Searching through the conversations I see that Edoardo had the same error but in the MAC environment. (See error below).
If someone can give me any tip on how to solve it in UBUNTU I would greatly appreciate it.!