Skip to content

milancurcic/fortran202x_split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran202x_split

A Fortran implementation of the Fortran 202X split intrinsic subroutine. Candidate for inclusion in fortran-lang/stdlib.

split is defined in Section 16.1.194 of 20-007 with corrections in 20-139.

Tested with:

  • gfortran 8.3.0, 9.2.0
  • ifort 2021.1 beta
  • xlf 16.1.1

Getting started

git clone https://github.com/milancurcic/fortran202x_split
cd fortran202x_split

With fpm

You can get fpm here.

fpm build
fpm test

Run the benchmark program:

fpm run

Without fpm

gfortran src/fortran202x_split.f90 test/main.f90 -o test_split
./test_split

Run the benchmark program:

gfortran src/fortran202x_split.f90 app/main.f90 -o bench
./bench

About

Fortran implementation of the Fortran 202X split intrinsic subroutine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •