+1
−0
+76
−40
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
This was accomplished with several key changes: 1) Modified fix_shardlow's control flow to match fix_shardlow_kokkos so that random numbers are pulled fromn the RNGs in exactly the same order. 2) Created random_external_state.h, a simplified version of the Kokkos random number generator that keeps its state variables external to itself. Thus it can be used both with and without Kokkos enabled, as long as the caller stores and passes in the required state variable. 3) Replaced all references to random_mars.h and Kokkos_Random.hpp code in the fix_shardlow* files with calls to the random_external_state.h code, guaranteeing that fix_shardlow* is using an identical RNG in all cases. Result: most (56 of 61) of our internal tests now generate the same results with kokkos turned on or off. Four cases still differ due to what appear to be vectorization caused rounding differences, and the fifth case appears to be something triggered by the kokkos "atom_style hybrid" code.
CRA Git | Maintained and supported by SUSTech CRA and CCSE