We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make check
Current build fails on SU3. We should find a way to make a complete build without supporting SU3.
DONE:
Build passes without errors
Unit tested (make check)
The text was updated successfully, but these errors were encountered:
Removing the --disable-zmobius in the no-np3 branch (which desperately needs a rename!) and rebuilding the code passes without any build errors.
--disable-zmobius
Running make check passes a few 1000s of test, however, it eventually does produce the following error in the force tests:
8932 │ Test_dwf_gpforce.o:(.rodata._ZTVN4Grid17DomainWallFermionINS_17GparityWilsonImplINS_9Grid_simdISt7com │ plexIdEDv4_dEENS_14FundamentalRepILi4ENS_9GroupName2SUEEENS_9CoeffRealEEEEE[_ZTVN4Grid17DomainWallFer │ mionINS_17GparityWilsonImplINS_9Grid_simdISt7complexIdEDv4_dEENS_14FundamentalRepILi4ENS_9GroupName2S │ UEEENS_9CoeffRealEEEEE]+0x1d0): undefined reference to `Grid::CayleyFermion5D<Grid::GparityWilsonImpl │ <Grid::Grid_simd<std::complex<double>, double __vector(4)>, Grid::FundamentalRep<4, Grid::GroupName:: │ SU>, Grid::CoeffReal> >::SetCoefficientsTanh(Grid::Approx::zolotarev_data*, double, double)' 8933 │ Test_dwf_gpforce.o:(.rodata._ZTVN4Grid17DomainWallFermionINS_17GparityWilsonImplINS_9Grid_simdISt7com │ plexIdEDv4_dEENS_14FundamentalRepILi4ENS_9GroupName2SUEEENS_9CoeffRealEEEEE[_ZTVN4Grid17DomainWallFer │ mionINS_17GparityWilsonImplINS_9Grid_simdISt7complexIdEDv4_dEENS_14FundamentalRepILi4ENS_9GroupName2S │ UEEENS_9CoeffRealEEEEE]+0x1d8): undefined reference to `Grid::CayleyFermion5D<Grid::GparityWilsonImpl │ <Grid::Grid_simd<std::complex<double>, double __vector(4)>, Grid::FundamentalRep<4, Grid::GroupName:: │ SU>, Grid::CoeffReal> >::SetCoefficientsInternal(double, std::vector<double, Grid::uvmAllocator<doubl │ e> >&, double, double)' 8934 │ collect2: error: ld returned 1 exit status
Sorry, something went wrong.
Skip tests that depend on GPARITY: modify https://github.com/paboyle/Grid/blob/5a4f9bf2e35787e39e4f87c37d8acd0c56fa49c9/Grid/Makefile.am#L62
GPARITY
qiUip
ilectra
No branches or pull requests
Current build fails on SU3. We should find a way to make a complete build without supporting SU3.
DONE:
Build passes without errors
Unit tested (
make check
)The text was updated successfully, but these errors were encountered: