copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
The Fortran Programming Language — Fortran Programming Language Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs You can run almost the same code on a single CPU, on a shared-memory multicore system, or on a distributed-memory HPC or cloud-based system
Hello world — Fortran Programming Language In this part of the tutorial, we will write our first Fortran program: the ubiquitous “Hello, World!” example However, before we can write our program, we need to ensure that we have a Fortran compiler set up
操作符和流程控制 — Fortran Programming Language Fortran 允许程序员对每个循环进行 tag 或 name 。 如果循环被标记,有两个潜在的好处: 代码的可读性可能会提高(当命名有意义时)。 exit 和 cycle 可以与标签一起使用,这允许对循环进行非常细粒度的控制。 示例: 标记的嵌套循环
Community — Fortran Programming Language A community-driven project for a de facto ‘standard’ library for Fortran The stdlib project is both a specification and a reference implementation, developed in cooperation with the Fortran Standards Committee
Fortran-lang stdlib The Fortran Standard, as published by the ISO (https: wg5-fortran org ), does not have a Standard Library The goal of this project is to provide a community driven and agreed upon de facto "standard" library for Fortran, called a Fortran Standard Library (stdlib)