Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTUApex
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Heldmann, Tim
CTUApex
Commits
b0b9f35d
Commit
b0b9f35d
authored
4 months ago
by
Heldmann, Tim
Browse files
Options
Downloads
Patches
Plain Diff
Update setup script to work on lichtenberg
parent
1b74d37f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+17
-5
17 additions, 5 deletions
setup.sh
with
17 additions
and
5 deletions
setup.sh
+
17
−
5
View file @
b0b9f35d
GNU nano 2.9.8 setup.sh
#!/bin/bash
set
-e
ml purge
ml gcc/11
ml clang/14
#get MetaCG from repo
git clone git@git.rwth-aachen.de:tuda-sc/projects/metacg.git
cd
metacg
...
...
@@ -11,21 +19,25 @@ cd cubelib
tar
xzf ../cubelib-4.5.tar.gz
cd
cubelib-4.5
./configure
--prefix
=
$(
realpath
../../install/cubelib
)
make
install
-j
make
install
-j
64
#install metacg graph lib and tools
cd
../../../
mkdir
build
mkdir install
cd
build
cmake
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
-DMETACG_BUILD_CGCOLLECTOR
=
ON
-DCUBE_LIB
=
../deps/install
/cubelib/lib
-DCUBE_INCLUDE
=
../deps/install/cubelib/include/cubelib
-DCMAKE_INSTALL_PREFIX
=
../install ..
make
install
-j
cmake
-G
"Unix Makefiles"
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
-DMETACG_BUILD_CGCOLLECTOR
=
ON
-DCUBE_LIB
=
../deps/install
$
make
install
-j
64
cd
../..
ml purge
ml gcc/11
ml clang/15
git clone git@git.rwth-aachen.de:tim.heldmann/CTUApex.git
cd
CTUApex
mkdir
build
cd
build
cmake
-Dmetacg_DIR
=
$(
realpath
../../metacg/install/lib64/cmake/metacg
)
-Dspdlog_DIR
=
$(
realpath
../../metacg/install/lib64/cmake/spdlog
)
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON ..
make
-j
\ No newline at end of file
cmake
-G
"Unix Makefiles"
-Dmetacg_DIR
=
$(
realpath
../../metacg/install/lib64/cmake/metacg
)
make
-j
64
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment