diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-08 11:03:07 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-08 11:03:07 (GMT) |
commit | 28feda60597bc53c8a70dce14140358bcc56126c (patch) | |
tree | c3596a3b1b72c54eb69f8478732fdca210303f55 /src | |
parent | e790fcf29f92afd1f8fa8889ebcc23d49866c369 (diff) |
Changing parameters for MD simulation example
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/md_openmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c index 2b33b7a..a749319 100644 --- a/src/tests/md_openmp.c +++ b/src/tests/md_openmp.c @@ -66,13 +66,13 @@ int main ( int argc, char *argv[] ) double kinetic; double mass = 1.0; int nd = 3; - int np = 100; + int np = 250; double *pos; double potential; int proc_num; int seed = 123456789; int step; - int step_num = 2000; + int step_num = 1000; int step_print; int step_print_index; int step_print_num; |