YI Zeping

Results 10 issues of YI Zeping

btop have its cmake_minium_required in CMakeLists.txt, this PR implements this restriction in spack. @spackbot fix style

dependencies
update-package

### Describe the Testing Issue ALL tests including an "ASSERT_DEATH" or "EXPECT_DEATH", as listed below , failed due to "failed to die". The failed tests are: 1 - integrated_test (Failed)...

Compile & CICD & Docs

While compiling dla-future(https://github.com/eth-cscs/DLA-Future/) with spack(https://github.com/spack/spack), an error like below encountered. It seems hipcc misparsed const HIP_vector_type as the same with hipFloatComplex(or say, float2, a struct in hip header), resulting in...

hipcc
Under Investigation

A first step to #72 . Including changes on: - new control macro `\college` in `main.tex`, passed to `NKThesis` package and straightfully controls some code in `main.tex`. Implemented value including...

近日在按化院版论文模板排版期间注意到甚多不同学院格式要求细节上的不同: - 化院要求声明页、摘要、目录编罗马数字页码,章节标题以“第一章”“一、”"(一)"“1.”“(1)”为序 - 软院要求声明页、摘要、目录不出现在目录中,章节标题以“第一章”“第一节”“1.1.1”为序 - 生科院要求声明页不出现在目录中,摘要、目录编罗马数字页码,章节标题以“一、”"(一)"“1.”“(1)”为序 - ... 本模板是否可能添加选项用于在不同院系风格间切换,类似于现在用于切换中英文的?

Some pure-static linked program requires an empty `rpath`, for example `ld.so` from `glibc`. This PR limits gcc's rpath-adding to only non-static builds, to give statically linked programs an empty `rpath`....

update-package

Package abacus had been created before, but is long outdated. This PR updates new versions of the package, and implements build and run features as in https://github.com/deepmodeling/abacus-develop/issues/3291. @spackbot fix style

new-version
dependencies
update-package
conflicts
new-variant

HIP commit https://github.com/ROCm/hip/commit/71565322866d85c0ee303566ced03c3fa0a51bb9 brings a lot of new entries to `hipDeviceProp_t` and `hipDeviceAttribute_t`. This PR synchonizes these entries to CuPy Cpython typedefs and dicts. HIP commit https://github.com/ROCm/hip/commit/ca50ac83c79a5871d9232e01d40c486110623215 changes entries in...

cat:enhancement
prio:medium

**Description** LAPACKE provides interface to `xGESVDQ`, although not included in `DOCS/lapacke.pdf` . In the implementation of the interface, `jobu` and `jobv` are treated as the same as in `xGESVD`, causing...

In kernel commit 902861e34c401696ed9ad17a54c8790e7e8e3069, `pmd_large` and `pud_large` was renamed to `pmd_leaf` and `pud_leaf` by patch from redhat. This patch applies this change to xpmem. Symbols for PowerPC was also renamed...