Lines Matching +full:linux +full:- +full:ilp64
4 petsc_hash_pkgs=os.path.join(os.getenv('HOME'),'petsc-hash-pkgs')
6 # This test is done on grind.mcs.anl.gov. It uses ILP64 MKL/BLAS packaged
9 # Note: regular BLAS [with 32-bit integers] conflict with
10 # MATLAB BLAS - hence requiring -known-64-bit-blas-indices=1
14 # Some versions of MATLAB [R2013a] conflicted with -lgfortan - so the following workaround worked.
15 # export LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.so
28 '--package-prefix-hash='+petsc_hash_pkgs,
29 …'--download-mpich=1', # /usr/bin/mpicc does not resolve '__gcov_merge_add'? and gcc-4.4 gives gcov…
30 '--with-display=140.221.10.20:0.0', # for MATLAB example with graphics
31 '--with-blaslapack-dir='+matlab_dir,
32 '--with-matlab=1',
33 # matlab-engine is deprecated, no longer needed but still allowed
34 '--with-matlab-engine=1',
35 '--with-shared-libraries=1',
36 '-known-64-bit-blas-indices=1',
37 '--with-ssl=0',
38 '--with-coverage=1',
39 '--with-strict-petscerrorcode',