-
Notifications
You must be signed in to change notification settings - Fork 12
/
compile_x10.sh
executable file
·19 lines (17 loc) · 4.06 KB
/
compile_x10.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###
# Copyright 2015 Acacia Team
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##
APPDIR=/opt/Acacia
x10c -x10rt sockets -classpath build/classes:lib/kryo-3.0.2-SNAPSHOT.jar:lib/kryo-shaded-3.0.2-SNAPSHOT.jar:lib/guava-11.0.2.jar:lib/blueprints-core-2.4.0.jar:lib-gremlin-groovy/gremlin-groovy-2.4.0.jar:lib/hadoop-core-1.0.4.jar:lib/commons-io-1.4.jar:lib/antlr-complete-3.5.2.jar:lib/jena-core-2.13.0.jar:lib/slf4j-api-1.7.6.jar:lib/slf4j-log4j12-1.7.6.jar:lib/xercesImpl-2.11.0.jar:lib/xml-apis-1.4.01.jar $APPDIR/src/org/acacia/frontend/AcaciaFrontEndProtocol.x10 $APPDIR/src/org/acacia/frontend/AcaciaFrontEnd.x10 $APPDIR/src/org/acacia/frontend/AcaciaFrontEndServiceSession.x10 $APPDIR/src/org/acacia/util/Utils.x10 $APPDIR/src/org/acacia/util/Conts.x10 $APPDIR/src/org/acacia/server/migration/MigrationManager.x10 $APPDIR/src/org/acacia/server/AcaciaServer.x10 $APPDIR/src/org/acacia/server/AcaciaManager.x10 $APPDIR/src/org/acacia/server/AcaciaInstanceToManagerAPI.x10 $APPDIR/src/org/acacia/partitioner/hadoop/HadoopOrchestrator.x10 $APPDIR/src/org/acacia/partitioner/hadoop/HDFSInterface.x10 $APPDIR/src/org/acacia/partitioner/MetisInterface.x10 $APPDIR/src/org/acacia/log/Logger.x10 $APPDIR/src/org/acacia/partitioner/hadoop/HDFSFile.x10 $APPDIR/src/org/acacia/metadata/db/HSQLDBInterface.x10 $APPDIR/src/org/acacia/server/GraphStatus.x10 $APPDIR/src/test/acacia/server/x10/TestAcaciaInstance.x10 $APPDIR/src/org/acacia/util/PlaceToNodeMapper.x10 $APPDIR/src/org/acacia/rdf/sparql/Tokenizer.x10 $APPDIR/src/org/acacia/rdf/sparql/Triple.x10 $APPDIR/src/org/acacia/rdf/sparql/AnswerSet.x10 $APPDIR/src/org/acacia/localstore/BTree.x10 $APPDIR/src/org/acacia/localstore/HashMapSerializer.x10 $APPDIR/src/org/acacia/localstore/AcaciaNativeLocalStore.x10 $APPDIR/src/org/acacia/localstore/NodeRecord.x10 $APPDIR/src/org/acacia/localstore/RelationshipRecord.x10 $APPDIR/src/org/acacia/partitioner/local/AcaciaRDFPartitioner.x10 $APPDIR/src/org/acacia/resilience/FaultToleranceScheduler.x10 $APPDIR/src/org/acacia/query/algorithms/knn/KNN.x10 $APPDIR/src/org/acacia/query/algorithms/kcore/KCore.x10 $APPDIR/src/org/acacia/partitioner/local/MetisPartitioner.x10 $APPDIR/src/org/acacia/partitioner/local/PartitionWriter.x10 $APPDIR/src/org/acacia/query/algorithms/kcore/KCore.x10 $APPDIR/src/org/acacia/server/AcaciaInstance.x10 $APPDIR/src/org/acacia/server/AcaciaInstanceServiceSession.x10 $APPDIR/src/org/acacia/localstore/AcaciaHashMapLocalStore.x10 $APPDIR/src/org/acacia/localstore/AcaciaHashMapIncrementalStore.x10 $APPDIR/src/org/acacia/localstore/AcaciaHashMapNativeStore.x10 $APPDIR/src/org/acacia/localstore/AcaciaLocalStore.x10 $APPDIR/src/org/acacia/localstore/AcaciaLocalStoreCatalogManager.x10 $APPDIR/src/org/acacia/localstore/AcaciaLocalStoreFactory.x10 $APPDIR/src/org/acacia/localstore/AcaciaLocalStoreTypes.x10 $APPDIR/src/org/acacia/centralstore/AcaciaHashMapCentralStore.x10 $APPDIR/src/org/acacia/backend/AcaciaBackEnd.x10 $APPDIR/src/org/acacia/backend/AcaciaBackEndProtocol.x10 $APPDIR/src/org/acacia/backend/AcaciaBackEndServiceSession.x10 $APPDIR/src/org/acacia/query/algorithms/pagerank/ApproxiRank.x10 $APPDIR/src/org/acacia/query/algorithms/triangles/Triangles.x10 $APPDIR/src/org/acacia/rdf/sparql/InferenceHandler.x10 $APPDIR/src/org/acacia/rdf/sparql/Triple.x10 $APPDIR/src/org/acacia/rdf/sparql/InterimResult.x10 $APPDIR/src/org/acacia/rdf/sparql/TriplePattern.x10 $APPDIR/src/org/acacia/rdf/sparql/ExecuteQuery.x10 $APPDIR/src/org/acacia/rdf/sparql/ResultsCache.x10 $APPDIR/src/org/acacia/server/AcaciaInstanceFileTransferService.x10 $APPDIR/src/org/acacia/partitioner/stream/LDGPartitioner.x10 -d $APPDIR/build/classes