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:
15
thirdParty/Zoltan/SampleConfigurationScripts/linux_zoltan_dist
vendored
Executable file
15
thirdParty/Zoltan/SampleConfigurationScripts/linux_zoltan_dist
vendored
Executable file
@ -0,0 +1,15 @@
|
||||
#Script for building the Zoltan tarball on a 64-bit Linux workstation
|
||||
#with OpenMPI.
|
||||
#This script builds the Zoltan tarball from the Zoltan package directory.
|
||||
#Assuming running script from
|
||||
#/Net/local/homes/kddevin/code/zoltan_v3.1/Obj_DIST.
|
||||
set path=(/usr/local/bin $path)
|
||||
setenv CFLAGS -m64
|
||||
setenv CXXFLAGS -m64
|
||||
setenv CPPFLAGS -m64
|
||||
setenv FCFLAGS -m64
|
||||
|
||||
../configure -C \
|
||||
--prefix=/Net/local/homes/kddevin/code/zoltan_v3.1/OBJ_DIST \
|
||||
--with-gnumake |& tee OUTPUT.C
|
||||
make dist |& tee OUTPUT.D
|
Reference in New Issue
Block a user