File: customize_sun_chpc_SUSE10.py

package info (click to toggle)
gpaw 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,328 kB
  • sloc: python: 111,596; ansic: 16,082; sh: 1,230; csh: 139; makefile: 56
file content (17 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
compiler = 'gcc'
mpicompiler = '/opt/SUNWhpc/HPC8.2/gnu/bin/mpicc'
mpilinker = 'MPICH_CC=gcc mpicc -Xlinker --export-dynamic'

extra_compile_args = ['-O3', '-std=c99', '-fpic']

scalapack = False

mkl_dir = '/opt/gridware/intel/Compiler/11.1/056/mkl/lib/em64t/'

library_dirs += [mkl_dir]
libraries = ['mkl_intel_lp64' ,'mkl_sequential' ,'mkl_core',
             'mkl_lapack',
             ]

extra_link_args = ['-Wl,-rpath=' + mkl_dir]