Skip to content

Commit

Permalink
v0
Browse files Browse the repository at this point in the history
This was the src package in May 2014. Not fully functional.
  • Loading branch information
mikedurand authored and mikedurand committed Oct 7, 2014
1 parent da10c22 commit 437d87c
Show file tree
Hide file tree
Showing 32 changed files with 12,885 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FC=mpif90
FLAGS=-g -C

filter: *.f *.f90
$(FC) $(FLAGS) -o $@ $^

clean:
rm *.o
Loading

0 comments on commit 437d87c

Please sign in to comment.