mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
25
thirdParty/Zoltan/SampleConfigurationScripts/mac_osX_no_fortran
vendored
Executable file
25
thirdParty/Zoltan/SampleConfigurationScripts/mac_osX_no_fortran
vendored
Executable file
@ -0,0 +1,25 @@
|
||||
#Script for building Zoltan and Isorropia on a 64-bit Mac OS X
|
||||
#with LAM MPI on a machine with NO FORTRAN COMPILER. Note the option
|
||||
#--disable-fortran.
|
||||
#This script builds only Zoltan but builds it from the top-level Trilinos
|
||||
#directory.
|
||||
#Assuming running script from /Users/kddevin/code/trilinos_v9.0/Obj_mac64.
|
||||
set path=(/Users/kddevin/code/lib-m64/lam-7.1.4/bin $path)
|
||||
setenv CC /Users/kddevin/code/lib-m64/lam-7.1.4/bin/mpicc
|
||||
setenv CXX /Users/kddevin/code/lib-m64/lam-7.1.4/bin/mpic++
|
||||
setenv FC /Users/kddevin/code/lib-m64/lam-7.1.4/bin/mpif77
|
||||
setenv CFLAGS -m64
|
||||
setenv CXXFLAGS -m64
|
||||
setenv CPPFLAGS -m64
|
||||
setenv FCFLAGS -m64
|
||||
|
||||
../configure -C \
|
||||
--prefix=/Users/kddevin/code/trilinos_v9.0/Obj_mac64 \
|
||||
--with-parmetis \
|
||||
--with-parmetis-incdir="/Users/kddevin/code/lib-m64/ParMETIS3_1" \
|
||||
--with-parmetis-libdir="/Users/kddevin/code/lib-m64/ParMETIS3_1" \
|
||||
--with-libs="-framework vecLib" \
|
||||
--with-gnumake \
|
||||
--with-cxxflags="-DLAM_BUILDING" |& tee OUTPUT.C
|
||||
make everything |& tee OUTPUT.M
|
||||
make install |& tee OUTPUT.I
|
Reference in New Issue
Block a user