-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathproteus.lightning.gnu.yaml
More file actions
77 lines (72 loc) · 1.72 KB
/
proteus.lightning.gnu.yaml
File metadata and controls
77 lines (72 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# This profile file controls your <#> (HashDist) build environment.
# In the future, we'll provide better incorporation of
# automatic environment detection. For now, have a look
# at the YAML files in the top-level directory and choose
# the most *specific* file that matches your environment.
extends:
- file: suse.yaml
# The packages list specifies all the packages that you
# require installed. <#> will ensure that all packages
# and their dependencies are installed when you build this
# profile.
parameters:
machine: CrayXC30
HOST_MPICC: cc
HOST_MPICXX: CC
HOST_MPIF77: ftn
HOST_MPIF90: ftn
HOST_MPIEXEC: aprun
PATH: |
/usr/bin:/bin:/usr/sbin:/sbin
PROLOGUE: |
unset RCLOCAL_PRGENV; source /etc/bash.bashrc; source /etc/bash.bashrc.local; module swap PrgEnv-cray PrgEnv-gnu; module load cray-mpich; module list; echo "setting default compilers"; export CC=gcc; export CXX=g++; export FC=gfortran; export F77=gfortran; export F90=gfortran; export CPP=cpp;
DYNAMIC_EXE_LINKER_FLAGS: -dynamic
packages:
launcher:
cmake:
python:
host: false
build_with: |
openssl,bzip2,sqlite
blas:
use: host-libsci-blas
lapack:
use: host-libsci-lapack
daetk:
mpi:
use: host-mpi
mpi4py:
nose:
hdf5:
ipython:
matplotlib:
parmetis:
without_check: true
petsc:
version: 3.6.1
build_with: |
parmetis
download: |
ptscotch, superlu, superlu_dist, spooles, hypre, blacs, scalapack, mumps
coptflags: -O2
link: shared
debug: false
petsc4py:
version: 3.6.0
with_conf: true
pytables:
sphinx:
superlu:
sympy:
tetgen:
triangle:
memory_profiler:
scipy:
netcdf4f:
python-netcdf4:
h5py:
ode:
pip:
# pyode:
# vtk:
# pyvtk: