Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Showing posts with label
fortran
.
Show all posts
Showing posts with label
fortran
.
Show all posts
Monday, December 22, 2014
Compare Native Loop Time in Python with "homemade" Fortran Module
›
This code print d and e as result of two matrix addition, e's using python native code, d's using fortran module compiled with F2PY ...
Friday, December 19, 2014
Using 'Home-Made' Fortran Binary as Python module
›
Python is easy to use, but it's slow, especially for loop computation. So I compute it using fortran like this subroutine subs(a...
Thursday, November 7, 2013
Laggy Mavericks and QuickLook that Neither Quick nor Look on Anything
›
Don't know what happened, but my Maverick is getting slower and slower. QuickLook can't preview .f, .py and .tex files (and other f...
Thursday, May 2, 2013
Monte Carlo PI
›
c calculating pi by throwing stones c PROGRAM stones IMPLICIT none c c declarations REAL*8 area, x, y, DRAND48 INTEGER i, max, pi...
PI on MPI
›
still trying... program main include "mpif.h" double precision PI25DT parameter (PI25DT = 3.1415926535...
Wednesday, November 19, 2008
First on Fortran
›
My first program written in fortran is below !================================================ PROGRAM Grafik IMPLICIT NONE !declare variabl...
›
Home
View web version