Skip to content

cloudflare/fortiche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortiche

Fortran compiler for Cloudflare Workers

Usage

$ docker run -v $PWD:/input -v $PWD/output:/output xtuc/fortiche test.f90

Help:

$ docker run xtuc/fortiche --help

usage: fortiche [-h] [--export-func EXPORT_FUNC] [--with-BLAS-3-12-0]
                [--with-LAPACK-3-12-0] [--stack-size STACK_SIZE] [--verbose]
                files [files ...]

Fortran compiler for Cloudflare Workers

positional arguments:
  files                 Fortan source files

options:
  -h, --help            show this help message and exit
  --export-func EXPORT_FUNC
                        Fortran subroutine(s) to be exported to JavaScript
  --with-BLAS-3-12-0    Compile with BLAS 3.12.0
  --with-LAPACK-3-12-0  Compile with LAPACK 3.12.0
  --stack-size STACK_SIZE
                        Stack size (default: 4Mb)
  --verbose             Enable verbose mode

Demos

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published