forked from wannier-developers/wannier90
-
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.
Merge pull request wannier-developers#220 from sponce24/develop
Various changes to the Buildbot test-farm
- Loading branch information
Showing
5 changed files
with
60 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
#===================================================== | ||
# For Linux with intel version 11/12 on 64bit machines | ||
#===================================================== | ||
F90 = ifort | ||
COMMS=mpi | ||
MPIF90=mpif90 | ||
FCOPTS=-O3 -assume byterecl -g -traceback -I/mnt/buildbot/binary/intel17/include/ | ||
LDOPTS=-O3 | ||
|
||
#======================================================== | ||
# Intel mkl libraries. Set LIBPATH if not in default path | ||
#======================================================== | ||
|
||
LIBDIR = /mnt/buildbot/binary/intel17/compilers_and_libraries/linux/mkl/lib/intel64 | ||
LIBS = -L/mnt/buildbot/binary/intel17/lib/ -lmpi_mpifh -lmpi -L$(LIBDIR) -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread | ||
|
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,17 @@ | ||
|
||
#===================================================== | ||
# For Linux with intel version 11/12 on 64bit machines | ||
#===================================================== | ||
F90 = ifort | ||
COMMS=mpi | ||
MPIF90=mpif90 | ||
FCOPTS=-O3 -assume byterecl -g -traceback -I/mnt/buildbot/binary/openmpi313_intel18/include/ | ||
LDOPTS=-O3 | ||
|
||
#======================================================== | ||
# Intel mkl libraries. Set LIBPATH if not in default path | ||
#======================================================== | ||
|
||
LIBDIR = /mnt/buildbot/binary/intel18/compilers_and_libraries/linux/mkl/lib/intel64 | ||
LIBS = -L/mnt/buildbot/binary/openmpi313_intel18/lib/ -lmpi_mpifh -lmpi -L$(LIBDIR) -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread | ||
|
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,19 @@ | ||
#===== | ||
#pgf90 | ||
#===== | ||
|
||
F90 = pgf90 | ||
|
||
#Add next two lines for parallel postw90. Choose the correct name of the mpi f90 wrapper | ||
COMMS = mpi | ||
MPIF90 = mpif90 | ||
|
||
FCOPTS = -O2 -g f95-cpp-input -I/mnt/buildbot/binary/mvapich23_pgi185/include | ||
LDOPTS = -O2 | ||
|
||
# Debug options | ||
#FCOPTS = -g -Mbounds -Mchkptr -Minform=warn -Mstandard | ||
#LDOPTS = -g -Mbounds -Mchkptr -Minform=warn -Mstandard | ||
LIBDIR = /mnt/buildbot/binary/mvapich23_pgi185/lib | ||
LIBS = -llapack -lblas -L$(LIBDIR) -lmpi | ||
|
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