philomat
philomat
I was able to compile grid, and also to run the the benchmark you suggested. However some of the test are failing, e.g. The Test_wilson_clover fails with: ``` Grid :...
I am running on a machine at JLab
It's a machine equipped with 4 Vega 20 cards and an AMD Epyc CPU
Here are the results for Benchmark_dwf_fp32 --grid 16.16.16.16: ``` rid : Message : 3.846120 s : ***************************************************************** Grid : Message : 3.846121 s : * Benchmarking DomainWallFermionR::Dhop Grid : Message...
I just ran the Test_wilson_clover on summit and the test ran without any errors
The error occurs in the constructor of the WilsonCloverFermion. To be more precise it is happening in the ImportGauge in WilsonCloverFermion.h on line 109
I tried both option A and B. The output of bt was not very enlightening. Approach B) tells me the error is between line 81 and 91 in Grid/qcd/action/fermion/implementation/WilsonCloverFermionImplementation.h. >...
Hi, I just tried to compile Grid on a new AMD GPU (MI100) machine at JLab. Unfortunately, I get errors during compilation: `error: stack size limit exceeded (131088) in _ZN4Grid11LambdaApplyIZNS_3adjINS_7iScalarINS_7iMatrixINS3_INS_9Grid_simdIN6thrust7complexIdEENS_9GpuVectorILi4ENS_10GpuComplexI15HIP_vector_typeIdLj2EEEEEEEELi8EEELi4EEEEEEENS_7LatticeIT_EERKSK_EUlmmmE_EEvmmmSJ_...
Hi Peter, this is the complete output of make: `[scior@qcdi2001 Grid]$ make` `cp version-cache Version.h` `make all-am` `make[1]: Entering directory '/u/home/scior/Grid/build/Grid'` `cp version-cache Version.h` ` CXX util/version.o` ` CXX qcd/action/fermion/instantiation/WilsonAdjImplD/WilsonCloverFermionInstantiationWilsonAdjImplD.o`...
Any progress on this issue? I pulled Grid a couple of days ago and still get the same error.