-
Notifications
You must be signed in to change notification settings - Fork 2
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
class (in nbodykit) compiled under wrong compiler version #7
Comments
Let's first try to fix class. lesgourg/class_public#309 |
and the recompile N-bodykit? Let's hope they reply soon... |
have you looked into my workaround? |
We have a local fork of class inside classlss, and we can apply the patch
there (https://github.com/nickhand/classylss/tree/master/depends)
- Yu
…On Wed, Feb 12, 2020 at 9:41 AM Vanessa Böhm ***@***.***> wrote:
and the recompile N-bodykit? Let's hope they reply soon...
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AABBWTAYD7HVKY5PVXNKST3RCQYEPA5CNFSM4KTGDUYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELRWKMQ#issuecomment-585327922>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABBWTBLKIJOLPM323YUTTDRCQYEPANCNFSM4KTGDUYA>
.
|
I missed there was an error in the sqrt -- probably some negative numbers
given by the interpolation. I see you closed it.
…On Wed, Feb 12, 2020 at 9:41 AM Vanessa Böhm ***@***.***> wrote:
have you looked into my workaround?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AABBWTBDOHF4DG5WV63ZRU3RCQYF7A5CNFSM4KTGDUYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELRWLYA#issuecomment-585328096>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABBWTAZ3MRT3T2P6WEME2TRCQYF7ANCNFSM4KTGDUYA>
.
|
Do you have a minimal example that reliably reproduces this with nbodykit's Cosmology object? |
@VMBoehm; I've added the patch to our class binding. See if you update your classylss to the master branch the problem is gone: |
seems to work in my test run that failed before. I'll start a bigger run today and close this if it works. |
successfully created 300 maps at 300 different cosmologies! |
Yeah!
…On Wed, Mar 4, 2020 at 12:04 PM Vanessa Böhm ***@***.***> wrote:
successfully created 300 maps at 300 different cosmologies!
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=AABBWTCODR7WCK2E3RFWBBLRF2X47A5CNFSM4KTGDUYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENZ7Y7Y#issuecomment-594803839>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABBWTFP25YUS3CRCFGRW33RF2X47ANCNFSM4KTGDUYA>
.
|
For some cosmologies, computing pklin:
MADLens/MADLens/lightcone.py
Line 520 in 9f7817b
runs into this error
=>spectra_pk_at_z(L:418) :error in array_interpolate_spline(psp->ln_tau, psp->ln_tau_size, psp->ln_pk, psp->ddln_pk, psp->ln_k_size, ln_tau, &last_index, output_tot, psp->ln_k_size, psp->error_message);
=>array_interpolate_spline(L:1701) : x=9.782528e+00 > x_max=9.782528e+00
which is a well known class error:
https://github.com/lesgourg/class_public/search?q=array_interpolate_spline%28&type=Issues
proposed fix: update bccp conda environment under /global/common/software/m3035/conda-activate.sh 3.7 ?
The text was updated successfully, but these errors were encountered: