Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory reorganization #2

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6172447
Added .gitignore
jreniel Aug 9, 2019
dbd56c4
removed unnecessary file
jreniel Aug 9, 2019
6f2036d
Added parmetis as submodule
jreniel Aug 9, 2019
cb900bb
Added GOTM as submodule
jreniel Aug 10, 2019
34b10ac
Removed parmetis from src
jreniel Aug 10, 2019
a3ce3e9
Removed unnecessary files
jreniel Aug 10, 2019
8ecad48
Renamed test directory
jreniel Aug 10, 2019
eeef049
Moved GOTM as git submodule
jreniel Aug 10, 2019
42e5375
Removed unnecessary directory
jreniel Aug 10, 2019
716ea16
Added WWMIII submodule
jreniel Aug 10, 2019
920d9b1
Moved WWMIII as submodule
jreniel Aug 10, 2019
75c0d3f
Removed notes on openMP
jreniel Aug 10, 2019
f984df9
checked out WWMIII directory
jreniel Aug 10, 2019
2957b28
removed submodule
jreniel Aug 10, 2019
ab56682
Moved WWMIII as submodule from ivicajan repo
jreniel Aug 10, 2019
b9c5e0b
Moved WWMIII to submodule
jreniel Aug 10, 2019
de08cb9
remove unnecessary files
jreniel Aug 10, 2019
0140ba2
Removed mk directory
jreniel Aug 10, 2019
0d12bff
Moved CMakeLists.txt
jreniel Aug 10, 2019
dc60065
Moved sample files to top directory
jreniel Aug 10, 2019
619d466
moved submodules back to src
jreniel Aug 10, 2019
d462ca0
Added entry to .gitignore
jreniel Aug 10, 2019
44497f0
removed submodule
jreniel Aug 10, 2019
8398a57
moving submodules
jreniel Aug 10, 2019
8f7c585
Moved GOTM and parmetis submodules
jreniel Aug 10, 2019
ce31e8d
checked out WWMIII from f984df990a89735130d4b489fbed2b2d6bbd195c
jreniel Aug 10, 2019
54cd672
checked out from de08cb97f5438e23bd617808ea291a48f78a9984
jreniel Aug 10, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
build/
# Created by https://www.gitignore.io/api/fortran
# Edit at https://www.gitignore.io/?templates=fortran

### Fortran ###
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# End of https://www.gitignore.io/api/fortran
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "third_party/parmetis"]
path = src/parmetis
url = https://github.com/scibuilder/parmetis.git
[submodule "third_party/gotm"]
path = src/gotm
url = https://github.com/gotm-model/code.git
[submodule "src/GOTM"]
path = src/GOTM
url = https://github.com/gotm-model/code.git
[submodule "src/parmetis"]
path = src/parmetis
url = https://github.com/scibuilder/parmetis.git
File renamed without changes.
853 changes: 0 additions & 853 deletions README_PRE_SCHISM

This file was deleted.

79 changes: 0 additions & 79 deletions doc/style.f90

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/GOTM
Submodule GOTM added at e248f8
Empty file removed src/GOTM3.2.5/BUGS
Empty file.
Loading