I have a c# code like this
Parallel.For(0, 10000, i =>
{
function getThePassphase(int length){
}
});
Use parallel method, it's capable of running my function "getThePassphase()" 10000 times per second on my i7 processor. Assume i want to run the calculation 1 quintillion times (10^18). May i ask if is there any hpc service or computer labs capable of complete such a task in a day? If most of the service use Linux & can't run c# properly, i can manage to convert it into c++