Skip to content
Snippets Groups Projects
Commit b460fe6b authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files

Include larger setup

parent 406ceab6
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ lj_ns.cu:
# Targets
lj_cpu: lj_ns.cpp
# g++ -o lj_cpu lj_ns.cpp -DDEBUG
mpic++ -o lj_cpu lj_ns.cpp -DDEBUG
mpic++ -O3 -o lj_cpu lj_ns.cpp -DDEBUG
lj_gpu: lj_ns.cu
nvcc -o lj_gpu lj_ns.cu
......
This diff is collapsed.
......@@ -31,7 +31,7 @@ psim.add_real_property('mass', 1.0)
psim.add_position('position')
psim.add_vector_property('velocity')
psim.add_vector_property('force', vol=True)
psim.from_file("data/minimd_setup_4x4x4.input", ['mass', 'position', 'velocity'])
psim.from_file("data/minimd_setup_32x32x32.input", ['mass', 'position', 'velocity'])
psim.build_neighbor_lists(cutoff_radius + skin)
psim.vtk_output(f"output/test_{target}")
psim.compute(lj, cutoff_radius, {'sigma6': sigma6, 'epsilon': epsilon})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment