-
Notifications
You must be signed in to change notification settings - Fork 62
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
overly noisy parallel_archive.h
#502
Comments
Seems a bit whiny for something backed up with a solid runtime check.
I'll play with it to see what helps.
…On Wed, Oct 4, 2023 at 8:59 AM Eduard Valeyev ***@***.***> wrote:
results in many warnings when used with gcc (at least) along the lines of
[image: image]
<https://user-images.githubusercontent.com/2192487/272581195-bc0e9207-6a0b-40ee-91dc-a058c0f3cd1f.png>
—
Reply to this email directly, view it on GitHub
<#502>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZSAPIRWYDUWZY74FDH44LX5VMTNAVCNFSM6AAAAAA5SSZ7BKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMMJWGY3DOMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Robert J. Harrison
tel: 865-274-8544
|
Either needs to (locally) turn off the warnings via pragma or presumably
they want the arguments to be copied into statically-sized buffers first???
On Wed, Oct 4, 2023 at 11:18 AM Robert J. Harrison ***@***.***>
wrote:
… Seems a bit whiny for something backed up with a solid runtime check.
I'll play with it to see what helps.
On Wed, Oct 4, 2023 at 8:59 AM Eduard Valeyev ***@***.***>
wrote:
> results in many warnings when used with gcc (at least) along the lines
of
> [image: image]
> <
https://user-images.githubusercontent.com/2192487/272581195-bc0e9207-6a0b-40ee-91dc-a058c0f3cd1f.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#502>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABZSAPIRWYDUWZY74FDH44LX5VMTNAVCNFSM6AAAAAA5SSZ7BKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMMJWGY3DOMA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Robert J. Harrison
tel: 865-274-8544
—
Reply to this email directly, view it on GitHub
<#502 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQXIZ6QRO7VP5RC6VYVPGDX5V45JAVCNFSM6AAAAAA5SSZ7BKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBXGAZDQMBXGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
web: valeyev.net
|
I’ve recently gone through the code and changed all (most of) the occurances, but it’s all the some branch. I hope I can merge it back soon, then the warnings should be gone.
However, I get warnings from the intel llvm compiler, complaining about NaN etc
Best,
Florian
Florian Bischoff
Humboldt-Universitaet zu Berlin, Institut fuer Chemie
Unter den Linden 6, 10099 Berlin
phone: +49-30-2093-82708
office: Brook-Taylor-Str 2, room 3'322
***@***.***
https://tinyurl.com/bischofflab
… On Oct 4, 2023, at 5:38 PM, Eduard Valeyev ***@***.***> wrote:
Either needs to (locally) turn off the warnings via pragma or presumably
they want the arguments to be copied into statically-sized buffers first???
On Wed, Oct 4, 2023 at 11:18 AM Robert J. Harrison ***@***.***>
wrote:
> Seems a bit whiny for something backed up with a solid runtime check.
>
> I'll play with it to see what helps.
>
> On Wed, Oct 4, 2023 at 8:59 AM Eduard Valeyev ***@***.***>
> wrote:
>
> > results in many warnings when used with gcc (at least) along the lines
> of
> > [image: image]
> > <
> https://user-images.githubusercontent.com/2192487/272581195-bc0e9207-6a0b-40ee-91dc-a058c0f3cd1f.png>
>
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <#502>, or unsubscribe
> > <
> https://github.com/notifications/unsubscribe-auth/ABZSAPIRWYDUWZY74FDH44LX5VMTNAVCNFSM6AAAAAA5SSZ7BKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMMJWGY3DOMA>
>
> > .
> > You are receiving this because you are subscribed to this thread.Message
> > ID: ***@***.***>
> >
>
>
> --
> Robert J. Harrison
> tel: 865-274-8544
>
> —
> Reply to this email directly, view it on GitHub
> <#502 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAQXIZ6QRO7VP5RC6VYVPGDX5V45JAVCNFSM6AAAAAA5SSZ7BKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBXGAZDQMBXGM>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
--
web: valeyev.net
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in many warnings when used with gcc (at least) along the lines of
The text was updated successfully, but these errors were encountered: