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
428fdedd
Commit
428fdedd
authored
Feb 28, 2014
by
Robert McGibbon
Browse files
try to find the segfault
parent
a6a050a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
.travis.yml
.travis.yml
+6
-12
No files found.
.travis.yml
View file @
428fdedd
...
@@ -7,17 +7,11 @@ before_install:
...
@@ -7,17 +7,11 @@ before_install:
-
sudo apt-get install -qq libpcre3 libpcre3-dev gromacs
-
sudo apt-get install -qq libpcre3 libpcre3-dev gromacs
-
sudo apt-get install -qq swig doxygen
-
sudo apt-get install -qq swig doxygen
-
sudo apt-get install -qq python-numpy python-scipy python-nose
-
sudo apt-get install -qq python-numpy python-scipy python-nose
-
sudo apt-get install valgrind
script
:
script
:
-
cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM .
-
mkdir build; cd build
-
make
-
cmake -DCMAKE_INSTALL_PREFIX=~/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG=-fsanitize=address ..
-
make test
-
make TestCpuSettle
-
make install
-
./TestCpuSettle
-
ls ~/OpenMM/include
-
valgrind ./TestCpuSettle
-
export LD_LIBRARY_PATH=~/OpenMM/lib/
\ No newline at end of file
-
export OPENMM_LIB_PATH=~/OpenMM/lib/
-
export OPENMM_INCLUDE_PATH=~/OpenMM/include/
-
cd python
-
sudo -E python setup.py install
-
cd tests
-
nosetests -vv
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