Is anyone else seeing a plethora of messages like this one?
ptxas
/tmp/tmpxft_000023ca_00000000-5_kCalculatePMENonbondEnergy.compute_61.ptx,
line 204535; w\
arning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA
version 6.0 and will be\
discontinued in a future PTX ISA version
This is happening even though there compilation flags
include -Wno-deprecated-declarations. It is literally finding a needle in
the haystack to figure out what line of code is wrong having to sift
through these mountains of deprecation warnings. Yes, shfl is deprecated.
But how do I shut that warning off, for real?
Dave
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Jun 22 2018 - 12:30:02 PDT