Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
William Xu
SPINS_main
Commits
d365395b
Commit
d365395b
authored
Oct 31, 2017
by
David Deepwell
Browse files
Add system file for Graham
parent
78c749d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
systems/graham.sh
systems/graham.sh
+57
-0
No files found.
systems/graham.sh
0 → 100644
View file @
d365395b
#!/bin/bash
# System-specific settings for the orca.sharcnet.ca cluster
CC
=
icc
CXX
=
icpc
LD
=
mpic++
# System-specific compiler flags
SYSTEM_CFLAGS
=
SYSTEM_LDFLAGS
=
# Compiler flags for debugging
DEBUG_CFLAGS
=
"-g -DBZ_DEBUG"
DEBUG_LDFLAGS
=
# Compiler flags for optimization
OPTIM_CFLAGS
=
"-O3 -fp-model fast=2"
OPTIM_LDFLAGS
=
$OPTIM_CFLAGS
# Compiler flags for extra optimization, such as -ip -ipo on icc
EXTRA_OPTIM_CFLAGS
=
"-ip -ipo"
EXTRA_OPTIM_LDFLAGS
=
$EXTRA_OPTIM_CFLAGS
# Library names/locations/flags for MPI-compilation. This will
# probably not be necessary on systems with a working mpicc
# alias
MPICXX
=
mpic++
MPI_CFLAGS
=
MPI_LIB
=
MPI_LIBDIR
=
MPI_INCDIR
=
# Library names/locations for LAPACK
LAPACK_LIB
=
"-mkl"
LAPACK_LIBDIR
=
LAPACK_INCDIR
=
# Library locations for blitz; leave blank to use system-installed
# or compiled-with-this-package version
BLITZ_LIBDIR
=
BLITZ_INCDIR
=
# Library locations for fftw
FFTW_LIBDIR
=
FFTW_INCDIR
=
# Library locations for UMFPACK
UMF_INCDIR
=
UMF_LIBDIR
=
# Location/library for BLAS
BLAS_LIB
=
"-mkl"
BLAS_LIBDIR
=
BLAS_INCDIR
=
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment