Sponsored Content
Full Discussion: Opt out selection
Contact Us Post Here to Contact Site Administrators and Moderators Opt out selection Post 302160839 by drhowarddrfine on Tuesday 22nd of January 2008 11:27:58 PM
Old 01-23-2008
Opt out selection

Maybe I'm missing something but when I go to CP->Options, I see the box for selecting which forum to opt out of but no way to set it.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

opt

how can i make more space in my /opt (1 Reply)
Discussion started by: CreamHarry
1 Replies

2. HP-UX

/opt/langtools

hi@all, I have a problem during compilation of c code with gcc. The linker always tries to link against /opt/langtools/lib/libcomp.sl, but I don't have installed this library. Can someone say me, where I can get the langtools? thx!!! (1 Reply)
Discussion started by: Dom_Cyrus
1 Replies

3. HP-UX

/opt will not unmount to extendfs

The /opt file system needs to be extended. I know the basic commands, but /opt will not unmount. fuser shows nothing and I see no jobs running from /opt. If I need to take it down to single user mode to do this, then what is the best command? Any help is appreciated. Is there a way to stop all... (3 Replies)
Discussion started by: joettacm
3 Replies

4. Linux

Opt out of selection menu?

When I logon to my server with PuTTY I am forced into a selection menu with few options. How to I opt out of this menu to get to the home directory to view all of the files on the server? Thanks for the help. :o (1 Reply)
Discussion started by: ksirimarco
1 Replies

5. UNIX for Advanced & Expert Users

/opt file system full !!!

Can anyone help me in cleaning /opt filesystem.. i have checked all the options and i have cleared all the logs and the total size of the files in /opt is shown as 1.8GB were as the size of /opt is 4.8GB but wen i run the command # df -h /opt it gives capacity 99% Please help... (17 Replies)
Discussion started by: kjamsheed
17 Replies

6. Solaris

Growing /opt

Hi, /opt on my disk is almost 90%. I thought of growing it. I followed the below procedure: 1. added a new hard disk 2. formatted the same with ufs 3. created a slice and tried to label it as "opt" with "wm" permissions. but got stuck at 3 as it is not allowing me to label the slice... (9 Replies)
Discussion started by: EmbedUX
9 Replies

7. UNIX for Dummies Questions & Answers

Difference between /opt and /usr/local.

Hello Gurus, Can any one explain me the difference between /opt and /usr/local. When should we use them. Can we link with any directory in windows I mean similarity between unix and windows. (7 Replies)
Discussion started by: rama krishna
7 Replies

8. What is on Your Mind?

Change Toolbar to Opt In?

Hey! I'm thinking we should change the toolbar to "opt in" and have it off for members by default? But then, the would not have toolbar access to the code tag videos, etc. so then I thought to make it "opt in" after say 30 posts. That way, the toolbar will show to all new users with less... (5 Replies)
Discussion started by: Neo
5 Replies

9. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies
genbox(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					 genbox(1)

NAME
genbox - solvates a system VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
genbox -cp protein.gro -cs spc216.gro -ci insert.gro -o out.gro -p topol.top -[no]h -[no]version -nice int -box vector -nmol int -try int -seed int -vdwd real -shell real -maxsol int -[no]vel DESCRIPTION
genbox can do one of 3 things: 1) Generate a box of solvent. Specify -cs and -box. Or specify -cs and -cp with a structure file with a box, but without atoms. 2) Solvate a solute configuration, e.g. a protein, in a bath of solvent molecules. Specify -cp (solute) and -cs (solvent). The box spec- ified in the solute coordinate file ( -cp) is used, unless -box is set. If you want the solute to be centered in the box, the program editconf has sophisticated options to change the box dimensions and center the solute. Solvent molecules are removed from the box where the distance between any atom of the solute molecule(s) and any atom of the solvent molecule is less than the sum of the van der Waals radii of both atoms. A database ( vdwradii.dat) of van der Waals radii is read by the program, and atoms not in the database are assigned a default distance -vdwd. Note that this option will also influence the distances between solvent molecules if they contain atoms that are not in the database. 3) Insert a number ( -nmol) of extra molecules ( -ci) at random positions. The program iterates until nmol molecules have been inserted in the box. To test whether an insertion is successful the same van der Waals criterium is used as for removal of solvent molecules. When no appropriately-sized holes (holes that can hold an extra molecule) are available, the program tries for -nmol * -try times before giv- ing up. Increase -try if you have several small holes to fill. If you need to do more than one of the above operations, it can be best to call genbox separately for each operation, so that you are sure of the order in which the operations occur. The default solvent is Simple Point Charge water (SPC), with coordinates from $GMXLIB/spc216.gro. These coordinates can also be used for other 3-site water models, since a short equibilibration will remove the small differences between the models. Other solvents are also supported, as well as mixed solvents. The only restriction to solvent types is that a solvent molecule consists of exactly one residue. The residue information in the coordinate files is used, and should therefore be more or less consistent. In practice this means that two sub- sequent solvent molecules in the solvent coordinate file should have different residue number. The box of solute is built by stacking the coordinates read from the coordinate file. This means that these coordinates should be equlibrated in periodic boundary conditions to ensure a good alignment of molecules on the stacking interfaces. The -maxsol option simply adds only the first -maxsol solvent molecules and leaves out the rest would have fit into the box. The program can optionally rotate the solute molecule to align the longest molecule axis along a box edge. This way the amount of solvent molecules necessary is reduced. It should be kept in mind that this only works for short simulations, as e.g. an alpha-helical peptide in solution can rotate over 90 degrees, within 500 ps. In general it is therefore better to make a more or less cubic box. Setting -shell larger than zero will place a layer of water of the specified thickness (nm) around the solute. Hint: it is a good idea to put the protein in the center of a box first (using editconf). Finally, genbox will optionally remove lines from your topology file in which a number of solvent molecules is already added, and adds a line with the total number of solvent molecules in your coordinate file. FILES
-cp protein.gro Input, Opt. Structure file: gro g96 pdb tpr etc. -cs spc216.gro Input, Opt., Lib. Structure file: gro g96 pdb tpr etc. -ci insert.gro Input, Opt. Structure file: gro g96 pdb tpr etc. -o out.gro Output Structure file: gro g96 pdb etc. -p topol.top In/Out, Opt. Topology file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -box vector 0 0 0 box size -nmol int 0 no of extra molecules to insert -try int 10 try inserting -nmol times -try times -seed int 1997 random generator seed -vdwd real 0.105 default vdwaals distance -shell real 0 thickness of optional water layer around solute -maxsol int 0 maximum number of solvent molecules to add if they fit in the box. If zero (default) this is ignored -[no]velno keep velocities from input solute and solvent KNOWN PROBLEMS
- Molecules must be whole in the initial configurations. SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 genbox(1)
All times are GMT -4. The time now is 12:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy