-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix trailing whitespace and unnecessary blank lines
- Loading branch information
Showing
61 changed files
with
6,420 additions
and
6,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
#====== | ||
|
||
F90 = f90 | ||
FCOPTS = -fast | ||
LDOPTS = -fast | ||
FCOPTS = -fast | ||
LDOPTS = -fast | ||
LIBS = -lcxml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
#======================= | ||
# NAG | ||
#======================= | ||
# NAG | ||
#======================= | ||
|
||
F90 = nagfor | ||
FCOPTS = -DNAG | ||
F90 = nagfor | ||
FCOPTS = -DNAG | ||
|
||
#======================= | ||
# ATLAS Blas and LAPACK | ||
#======================= | ||
LIBDIR = /usr/local/lib | ||
LIBS = -L$(LIBDIR) -llapack -lf77blas -lcblas -latlas | ||
|
||
#======================= | ||
# NETLIB LAPACK and BLAS | ||
#======================= | ||
|
||
#LIBDIR = /usr/local/lib | ||
#LIBS = -L$(LIBDIR) -llapack -lblas | ||
|
||
|
||
# ACML for blas and lapack | ||
LIBS = -lacml | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
#Pathscale | ||
#========= | ||
F90= pathf90 | ||
FCOPTS = -O3 | ||
LDOPTS = | ||
LIBS = -lacml | ||
FCOPTS = -O3 | ||
LDOPTS = | ||
LIBS = -lacml | ||
|
||
# ACML libraries are freely available from http://www.amd.com | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,3 @@ LDOPTS = -fast -xO3 -xlic_lib=sunperf | |
|
||
# Leave blank if asking for sun performance libraries | ||
LIBS = | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
#======================= | ||
# IBM Power series AIX | ||
# IBM Power series AIX | ||
# PowerPc AIX / Linux | ||
#======================= | ||
# | ||
|
||
F90= xlf95_r | ||
F90= xlf95_r | ||
FCOPTS = -qfree=f90 -qsuffix=f=f90 -qsuffix=cpp=F90 -qarch=auto -O3 | ||
LDOPTS = -qfree=f90 -qsuffix=f=f90 -qsuffix=cpp=F90 -qarch=auto | ||
LIBDIR = | ||
LIBS = -L$(LIBDIR) -llapack -lessl | ||
LDOPTS = -qfree=f90 -qsuffix=f=f90 -qsuffix=cpp=F90 -qarch=auto | ||
LIBDIR = | ||
LIBS = -L$(LIBDIR) -llapack -lessl | ||
|
||
# Notes: This will compile with the default addressing (either 64 or 32) | ||
# To explicitly specify the adressing use -q64 or -q32 | ||
# | ||
# If you machine does not have a LAPACK library build the netlib LAPACK | ||
# http://www.netlib.org/lapack/ | ||
# and (optionally) the essl wrappers | ||
# http://www.netlib.org/lapack/essl/ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.