Hi Kaustubh,
> My apologies for the delay in reply. The reason being I noticed that
> since past couple of days the redistance.h is running properly on the
> Basilisk website
Yes, the problem was that an old redistance.h file was left in the
directory and hadn't been cleaned up somehow. So that was interfering
with the default src/redistance.h. Removing the file fixed this problem.
> However, I am still facing the broader issue of a code running properly
> on my workstation and having errors on basilisk website. One example is
> the meanflow_3D case again from Limare's sandbox (
https://basilisk.fr/
> sandbox/alimare/1_test_cases/meanflow3D.c).I get exactly the same
> reference result shown in the sandbox page, when running on my workstation.
OK, I just fixed the problem which was that the (rather disgusting)
formatting of the Makefile here:
https://basilisk.dalembert.upmc.fr/sandbox/alimare/1_test_cases/Makefile
was confusing the running script (only in "edit" mode on the website),
which as a consequence was just ignoring the option:
meanflow3D.tst: CFLAGS += -fopenmp -DTRACE=2
So now this case also runs on the server. Note however that the results
look completely wrong... (unlike the movie you sent which looks OK). If
I run it on my local machine, I get the same (wrong) result as on the
server (so different from your movie), so I think you are not running
the same versions of Basilisk and/or other codes on your local machine.
Are you using darcs to get the full wiki? Did you make sure to update
your basilisk version using darcs?
Note also that if you comment out the line above in the Makefile on your
local machine, you will also be able to reproduce the crash you had
before when running on the website. There is no reason that the code
should crash without these options. Given these two things (plus the
rather scary warning you have about pointer sizes) I suspect that the
code is quite buggy...
cheers,
Stephane