Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
8e9f7934
Commit
8e9f7934
authored
Feb 28, 2014
by
Robert McGibbon
Browse files
symbolize?
parent
ea9dd0c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+3
-2
No files found.
.travis.yml
View file @
8e9f7934
...
...
@@ -7,11 +7,12 @@ before_install:
-
sudo apt-get install -qq libpcre3 libpcre3-dev gromacs
-
sudo apt-get install -qq swig doxygen
-
sudo apt-get install -qq python-numpy python-scipy python-nose
-
sudo apt-get install valgrind
-
sudo apt-get install valgrind
llvm-3.3
script
:
-
mkdir build; cd build
-
cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-g -fsanitize=address" ..
-
export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.3
-
cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-g -fsanitize=address -fno-omit-frame-pointer -O1" ..
-
make TestCpuSettle
-
./TestCpuSettle
-
valgrind ./TestCpuSettle
\ No newline at end of file
Write
Preview
Markdown
is supported
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