SIMULATeQCD icon indicating copy to clipboard operation
SIMULATeQCD copied to clipboard

Various fixes

Open luhuhis opened this issue 3 years ago • 3 comments

  • implement RESULT loglevel as described in #93
  • update CheckConf and CheckRand to use the new loglevel
  • add cmake error when using GPU_P2P without using GPU_AWARE_MPI (mentioned in #34)

luhuhis avatar Jul 12 '22 13:07 luhuhis

The cmake error should only be thrown at RUNTIME when using multiple nodes. On a single node this is fine.

luhuhis avatar Jul 12 '22 14:07 luhuhis

added experimental support to compile some executables (namely CheckConf and CheckRand) without a GPU backend by setting -DBACKEND=cpu when calling cmake. note: iterateOverBulkAllMu needs some changes, I ignored that for now.

luhuhis avatar Aug 23 '22 10:08 luhuhis

There are a lot of things that still need to be changed for full cpu backend support. almost every file needs to be touched for that. In c2364e1 I just want to demonstrate how that can be done

luhuhis avatar Aug 23 '22 10:08 luhuhis