Brian Silverman | 7c33ab2 | 2018-08-04 17:14:51 -0700 | [diff] [blame^] | 1 | # Copyright 2011-2013 Mario Mulansky |
| 2 | # Copyright 2012 Karsten Ahnert |
| 3 | # Copyright 2013 Pascal Germroth |
| 4 | # Distributed under the Boost Software License, Version 1.0. (See |
| 5 | # accompanying file LICENSE_1_0.txt or copy at |
| 6 | # http://www.boost.org/LICENSE_1_0.txt) |
| 7 | |
| 8 | use-project /boost : $(BOOST_ROOT) ; |
| 9 | import openmp : * ; |
| 10 | |
| 11 | project |
| 12 | : requirements |
| 13 | <include>.. |
| 14 | <define>BOOST_ALL_NO_LIB=1 |
| 15 | <library>/boost//timer |
| 16 | [ openmp ] |
| 17 | ; |
| 18 | |
| 19 | exe lorenz_ensemble : lorenz_ensemble.cpp ; |
| 20 | exe lorenz_ensemble_simple : lorenz_ensemble_simple.cpp ; |
| 21 | exe lorenz_ensemble_nested : lorenz_ensemble_nested.cpp ; |
| 22 | exe phase_chain : phase_chain.cpp ; |
| 23 | exe phase_chain_omp_state : phase_chain_omp_state.cpp ; |