-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54a1b57
commit 9393e72
Showing
12 changed files
with
122 additions
and
57 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
CC=/share/apps/intel/Compiler/11.1/073/bin/ia32/icc | ||
CFLAGS=-I../include -I../FlexiLib -I../uniPPlib -g -O2 -DCSYS=\"'Linux 2.6.9-42.ELsmp x86_64'\" -DCHOST=\"pzt.wm.edu\" -DCDATE=\"'Mon Apr 27 12:45:31 EDT 2009'\" | ||
CPP=/share/apps/intel/Compiler/11.1/073/bin/ia32/icc -E | ||
FC=/share/apps/intel/Compiler/11.1/073/bin/ia32/ifort | ||
FFLAGS=-O2 -save -r8 -mp1 | ||
FPP=/usr/bin/cpp | ||
FPPFLAGS= | ||
LD=/share/apps/intel/Compiler/11.1/073/bin/ia32/ifort | ||
LDFLAGS= -lm -Vaxlib -nofor_main -L/share/apps/intel/Compiler/11.1/073/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib -static | ||
RANLIB=ranlib | ||
AR=/usr/bin/ar | ||
NOOPT=-O0 -r8 |
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
Oops, something went wrong.