Initial 3D Model - VIPER: ab initio 3D structure determination using Validation of Individual Parameter Reproducibility (VIPER). Determines a validated initial model using a small set of class averages produced by ISAC2.
Usage in command line
sp_viper.py stack directory --radius=outer_radius --sym=sym --moon_elimination=moon_elimination --ir=inner_radius --rs=ring_step --xr=x_range --yr=y_range --ts=translational_search_step --delta=angular_step --center=center_type --maxit1=max_iter1 --maxit2=max_iter2 --mask3D=mask3D --L2threshold=L2threshold --ref_a=ref_a --nruns=nruns --doga=doga --fl=fl --aa=aa --pwreference=pwreference --debug
sp_rviper exists only in MPI version.
mpirun --npernode 16 -np 24 --host node1,node2 sp_viper.py stack output_directory --fl=0.25 --radius=30 --xr=2 --moon_elimination=750,4.84
A faster version using restricted ranges of parameters.
mpirun --npernode 16 -np 16 --host node1 sp_viper.py stack output_directory --fl=0.25 --radius=30 --xr=1 --nruns=2 --L2threshold=1.0e300 --doga=-1
The VIPER program exists only in MPI version. Number of MPI processes must be a multiple of --nruns (default = 6).
Since VIPER uses group of processors working together, it is important for efficient execution to have processors within a group allocated to the same node. This way any data exchange within the group does not involve network traffic. The --npernode option of mpirun accomplishes this goal. As shown in the example below when --npernode is used MPI allocates the ranks of the processors sequentially, not moving to the next node until the current one is filled. If --npernode is not used then processors are allocated in a round robin fashion (i.e. jumping to the next node with each allocation). Since in VIPER, groups contain consecutively ranked processors, it is important to provide “--npernode XX”, where XX is the number of processors per node.
Pawel A. Penczek
Category 1:: APPLICATIONS
sparx/bin/sp_viper.py
Beta:: Under evaluation and testing. Please let us know if there are any bugs.
There are no known bugs so far.