<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Kas,<div><br><div>I'm sorry for the trouble! &nbsp;I don't know the answer to the instability problem...but I can help on the job itself.</div><div><br></div><div>For a big job like this, scripts can be helpful. You can also run from the GUI and choose to run "detached" (You may have to specify "edit parameters and run/ run detached to get this option).</div><div><br></div><div>Also if you are getting partly done with your composite omit map, you can do it in pieces (specifying which omit region to run in each job) and put them all together at the end like this:</div><div><br></div><div><h5>Combine composite OMIT 
files from a set of parallel runs on different computers</h5><p><a name="anch174" id="Combine_composite_OMIT_files_from_a_set_of_parallel_runs_on_different_computers_2"></a>

If you run a composite OMIT job but it fails at the last step of combining 
files, or if you run all the individual omit boxes on different machines, 
you can still combine them all into one single composite omit map.  


</p><p><a name="anch175" id="Combine_composite_OMIT_files_from_a_set_of_parallel_runs_on_different_computers_3"></a>
You can do this by copying all the individual mtz files with map
coefficients for omit regions to a single directory.

</p><p><a name="anch176" id="Combine_composite_OMIT_files_from_a_set_of_parallel_runs_on_different_computers_4"></a>

Here is a script you can edit and use to combine omit maps 
representing different omit regions into one.  

</p><p><a name="anch177" id="Combine_composite_OMIT_files_from_a_set_of_parallel_runs_on_different_computers_5"></a>

NOTE: you need to ensure that the OMIT regions are defined the same in
the runs where you got your
overall_best_denmod_map_coeffs.mtz_OMIT_REGION_1 etc files and this run.
You ensure that with the n_xyz command that sets the grid.  You can copy
this from one of your resolve log files created when you ran your omit
(i.e., AutoBuild_run_1_/TEMP0/AutoBuild_run_1_/TEMP0/resolve.log will have
a line like "nu nv nw:           32          32          32 " and you copy
those numbers).


</p><p><a name="anch178" id="Combine_composite_OMIT_files_from_a_set_of_parallel_runs_on_different_computers_6"></a>

</p><pre style=""> ------------------------------------
#!/bin/csh -f
# COMBINE OMIT SCRIPT
phenix.resolve &lt;&lt; EOD
hklin exptl_fobs_phases_freeR_flags.mtz
labin FP=FP SIGFP=SIGFP
n_xyz 32 32 32  # YOU MUST SET THIS BASED ON THE nu nv nw in a resolve log
file.
solvent_content 0.85
no_build
ha_file NONE
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_1
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_2
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_3
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_4
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_5
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_6
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_7
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_8
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_9
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_10
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_11
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_12
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_13
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_14
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_15
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_16
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_17
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_18
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_19
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_20
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_21
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_22
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_23
combine_map overall_best_denmod_map_coeffs.mtz_OMIT_REGION_24
omit
EOD
# END OF COMBINE OMIT SCRIPT
</pre><div><br></div></div><div><br></div><div>All the best,</div><div>Tom T</div><div><br></div><div><br></div><div><br><div><div>On Aug 25, 2011, at 9:18 AM, Kenneth A. Satyshur wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>We are running phenix (743) on a RHEL5 dual quad, multithread, making a composite<br>omit map pf a very large structure (750 AA) and the system keeps getting locked up.<br>Have anyone else seen this type of problem? Does multiprocessing work well on RHEL<br>or just FC versions? We needed to install the FC8 version (/phenix-1.7.1-743/build/intel-linux-2.6-x86_64)<br>to get it to work. So maybe we are using the wrong version? Shoiuld I recompile it for<br>our system?&nbsp; Why is the gui always open when we are running long jobs (many days)? We need to<br>put this stuff in the background and log out so someone else can run. <br>Should scripts be used instead of the gui?<br><br>Great program but too unstable.<br><br>kas<br><br><br>--<br>Kenneth A. Satyshur, M.S.,Ph.D.<br>Associate Scientist<br>University of Wisconsin<br>Madison, Wisconsin 53706<br>608-215-5207<br><span>&lt;satyshur.vcf&gt;</span>_______________________________________________<br>phenixbb mailing list<br><a href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a><br>http://phenix-online.org/mailman/listinfo/phenixbb<br></div></blockquote></div><br><div>
<div style="font-size: 12px; "><div><div><div><div><br>Thomas C. Terwilliger<br>Mail Stop M888<br>Los Alamos National Laboratory<br>Los Alamos, NM 87545<br><br>Tel:&nbsp; 505-667-0072&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; email: <a href="mailto:terwilliger@LANL.gov">terwilliger@LANL.gov</a><br>Fax: 505-665-3024&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOLVE web site:&nbsp;<a href="http://solve.lanl.gov">http://solve.lanl.gov</a><br>PHENIX web site: http:www.phenix-online.org<br>ISFI Integrated Center for Structure and Function Innovation web&nbsp;site:&nbsp;<a href="http://techcenter.mbi.ucla.edu">http://techcenter.mbi.ucla.edu</a><br>TB Structural Genomics Consortium web site:&nbsp;<a href="http://www.doe-mbi.ucla.edu/TB">http://www.doe-mbi.ucla.edu/TB</a></div><div>CBSS Center for Bio-Security Science web site: <a href="http://www.lanl.gov/cbss">http://www.lanl.gov/cbss</a><br><br></div></div></div></div><br></div><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>