-
Notifications
You must be signed in to change notification settings - Fork 46
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
Discrepancy between intel and gcc compiler #28
Comments
Did anybody have a look at this already? |
Hi, It does not relate to your topic but I want to ask you how can you install sextractor, I get problem when trying to install atlas. Thank you for reading, I am looking forward to your response. |
I just used the package from ubuntu https://packages.ubuntu.com/source/jammy/atlas / the preinstalled version of atlas on our cluster. |
I follow the steps to install atlas
gcc -I/home/isaac/Downloads/atlas_3.10.3.orig/atlas-3.10.3//CONFIG/include -g -w -c /home/isaac/Downloads/atlas_3.10.3.orig/atlas-3.10.3//CONFIG/src/atlconf_misc.c ERROR around arg 7 ([flags]).
|
Sorry, as I said: I did not compile it myself and I dont know your system (probably Windows). |
yes, I use ubuntu 20.04 to install that, so I want to ask you steps you do to install atlas. |
I just used |
You seem to be compiling without any gcc optimization flags; at least |
Did a quick test using sextractor version 2.25.0.
Note: although, I was using an old gcc version on a HPC cluster, also up to date versions of gcc seem to lead to almost the same result.
Do you have an idea, what could be the cause of this?
I debugged a bit the field
FLUX_RADIUS
. I saw that this is mostly computed in src/growth.c.Already there, there seems to be a slight discrepancy:
pix = 6.5818e-07
(gcc)pix = 6.5819e-07
(intel)Input
deafult.conv
default.nnw
run.sh
user.param
gc_msx_e.fits: Taken from here: https://www.astropy.org/astropy-data/galactic_center/gc_msx_e.fits
The text was updated successfully, but these errors were encountered: