Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://en.wikipedia.org/wiki/Fortran — found via Wikipedia
Fortran
95), object-oriented programming (Fortran 2003), and concurrent programming (Fortran 2008). Since April 2024, Fortran has ranked among the top ten languages
-
https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2023-0/do-concurrent.html — found via User
DO CONCURRENT
If type appears, the index-name has the specified type and type parameters. Otherwise, it has the type and type parameters that it would have if it were t…
-
https://developer.nvidia.com/blog/accelerating-fortran-do-concurrent-with-gpus-and-the-nvidia-hpc-sdk/ — found via User
Accelerating Fortran DO CONCURRENT with GPUs and the NVIDIA HPC SDK | NVIDIA Technical Blog
Now with the latest 20.11 release of the NVIDIA HPC SDK, the included NVFORTRAN compiler automatically accelerates DO CONCURRENT, allowing you to get the …
-
https://fortran-lang.org/en/learn/quickstart/operators_control_flow/ — found via User
Operators and flow control — Fortran Programming Language
One of the powerful advantages of computer algorithms, compared to simple mathematical formulae, comes in the form of program branching whereby the progra…
-
https://stackoverflow.com/questions/29928293/does-gfortran-take-advantage-of-do-concurrent — found via User
parallel processing - Does gfortran take advantage of DO CONCURRENT? - Stack Overflow
I'm currently using gfortran 4.9.2 and I was wondering if the compiler actually know hows to take advantage of the DO CONCURRENT construct (Fortran 2008).…
-
https://flang.llvm.org/docs/DoConcurrent.html — found via User
DO CONCURRENT isn’t necessarily concurrent — The Flang Compiler
A variant form of Fortran’s primary looping construct was added to the Fortran 2008 language standard with the apparent intent of enabling more effective …
-
https://arxiv.org/abs/2110.10151 — found via User
[2110.10151] Can Fortran's 'do concurrent' replace directives for accelerated computing?
Abstract:Recently, there has been growing interest in using standard language constructs (e.g. C++'s Parallel Algorithms and Fortran's do concurrent) for …