Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Correction of pi_mpi.f90 & pi_serial.f90

The maximum integer value of variables:

  • i and n in mpi version,
  • i and n_intervals in serial version, was not enough.

The correction consisted in the change of precision of the integers to 8 bytes:

integer(kind=8) :: i, n

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages