Move the content of the loop over scales in a separate function, so it can be...
Move the content of the loop over scales in a separate function, so it can be called with fresh arguments every time to check parallelism and dependencies.
fprintf(output," VK=%15.7lE, XI IS SCALE FACTOR FOR LENGTHS\n",vk);
fprintf(output," \n");
}
for(intjxi488=1;jxi488<=nxi;jxi488++){
// To test parallelism, I will now start feeding this function with "clean" copies of the parameters, so that they will not be changed by previous iterations, and each one will behave as the first one