Skip to content
Snippets Groups Projects
Commit 3d12001c authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Update in OpenMPI scripts.

parent 625e3452
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#
#@ job_type = parallel
#@ class = general
#@ node = 10
#@ class = test
#@ node = 2
#@ tasks_per_node = 4
#@ island_count=1
#@ wall_clock_limit = 1:00:00
......
......@@ -110,7 +110,7 @@ class MesoSampleBuilder(ISampleBuilder):
substrate_layer.setMaterial(substrate_material)
particle_decoration = ParticleLayout()
max_phi_rotation_steps = 180
max_phi_rotation_steps = 1
max_tilt_rotation_steps = 1
phi_step = 2.0*numpy.pi/3.0/max_phi_rotation_steps
......
......@@ -6,7 +6,7 @@ module load gcc/4.7
module load cmake/2.8
module load fftw/mpi/3.3
module load gsl
module load python/2.7_anaconda
#module load python/2.7_anaconda
export FFTW3=$FFTW_BASE
export GSL_DIR=$GSL_BASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment