You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a "make it faster" that check that the "faster" codes still compile, give the same results, and are faster.
Do the same thing with a "make it more concise" loop.
An example prompt is
Write a Fortran program that counts the number of primes below imax = 10^9 and prints the last one. Use the cpu_time intrinsic subroutine to count the time elapsed.
followed by make it faster prompts.
The text was updated successfully, but these errors were encountered:
Create a "make it faster" that check that the "faster" codes still compile, give the same results, and are faster.
Do the same thing with a "make it more concise" loop.
An example prompt is
Write a Fortran program that counts the number of primes below imax = 10^9 and prints the last one. Use the cpu_time intrinsic subroutine to count the time elapsed.
followed by
make it faster
prompts.The text was updated successfully, but these errors were encountered: