我有这样的ac#代码
Parallel.For(0, 10000, i =>
{
function getThePassphase(int length){
}
});
使用并行方法,它能够在我的 i7 处理器上每秒运行我的函数“getThePassphase()”10000 次。假设我想运行计算 1 quintillion 次 (10^18)。请问有没有hpc服务或者机房可以在一天内完成这样的任务?如果大多数服务使用 Linux 并且无法正常运行 c#,我可以设法将其转换为 c++