Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergio Decherchi
NanoShaper
Commits
b75a0a0b
Commit
b75a0a0b
authored
Oct 05, 2021
by
Claudia Canevari
Browse files
added ecam_hpc_esdw_stuff folder
parent
964f585c
Changes
3
Hide whitespace changes
Inline
Side-by-side
ecam_hpc_esdw_stuff/compile.sh
0 → 100755
View file @
b75a0a0b
#!/bin/bash
echo
"Building NanoShaper 0.7.8"
#Clean build directory
rm
-fr
build
mkdir
build
cp
CMakeLists_standalone.txt CMakeLists.txt
cd
build
cmake ..
-DCMAKE_CXX_COMPILER
=
g++
-DCGAL_DIR
=
/opt/CGAL-4.2-beta1
-DCMAKE_BUILD_TYPE
=
Release
make clean
make
-j
all
ecam_hpc_esdw_stuff/profile.sh
0 → 100755
View file @
b75a0a0b
#!/bin/bash
echo
"Profiling NanoShaper 0.7.8"
#export TAU_MAKEFILE=/opt/tau-2.30.2/x86_64/lib/Makefile.tau-pthread-openmp
#export PATH=/opt/tau-2.30.2/x86_64/bin:$PATH
#export LD_LIBRARY_PATH=/opt/tau-2.30.2/x86_64/lib:$LD_LIBRARY_PATH
#export TAU_SAMPLING=1
#export TAU_RECYCLE_THREADS=1
cd
example/
tau_exec
-T
serial,pthread
-ebs
../build/NanoShaper conf32.prm
#to visualize use pprof, paraprof
ecam_hpc_esdw_stuff/run.sh
0 → 100755
View file @
b75a0a0b
#!/bin/bash
echo
"Running NanoShaper 0.7.8"
cd
example/
../build/NanoShaper conf32.prm
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment