SiteMap Page 1


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next

How to redirect non-WWW to WWW using .htaccess?

Add the following code to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

How do I redirect www.url.com to non www.url.com

Simply add the following code to your .htaccess file and change example.com to your own domain name:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.example.com [nocase]
RewriteRule ^(.*) ...

How to delete a table in mysql using PHP?

To drop a mysql table using php, use the following code:

$drop_table=mysql_query("DROP TABLE table_name");

table_name is the name of the table you want to delete.

How to alter a table in mysql to add a new column using PHP?

Use this code to add a new column in existing mysql table:

$query= mysql_query("ALTER TABLE table_name ADD new_column VARCHAR(30)");

table_name is the name of the table. new_column is the new...

How to add/create a table in mysql using PHP?

To make a table in mysql using PHP use the following code:

$query = mysql_query("CREATE TABLE new_table (column_1 INT(12) NOT NULL AUTO_INCREMENT PRIMARY KEY,column_2 TEXT NOT NULL, column_3...

Prevent focus on <a> tag
does anyone know to prevent visiting/focus on link when I press TAB key and automatically go to the next input?

Some of the browsers support the "tabindex="-1" attribute, but not all of them, since this is not a standard behaviour.

How to add alternate text to image?

Use:
<img src="smiley.gif" alt="Smiley face" />

How to send mail using PHP?

Use PHP built in mail() function to send email.

The syntax is:

mail($to, $subject, $message, $mailheaders);

$mailheaders include return path, from and reply-to information, typical example...

POLYFLOW - Warning received from ANSYS Polydata: "The domain of the sub-task is composed of disconnected sub-domains. Sub-tasks must be defined on connected sud-domains!" What can be done?

If the finite element mesh was not purposely created with disconnected domains, than the probable cause is an error in the mesh generation. This should then be checked in the geometry of into the...

Fluent Random Crashes with Mellanox OFED 1.5.3 Fluent crashes randomly during case/dat reading, iterations or while writing case/dat files. Below are some expected error messages: Parallel runs using lower core counts ~64 cores will typically run fine. Runs using 64-256 cores might fail randomly during IO or iterations with below message: fluent_mpi.14.0.0: Rank 0:0: MPI_Send: ibv_reg_mr() failed: addr 0x2ae4879a4e58, len 1057200 fluent_mpi.14.0.0: Rank 0:0: MPI_Send: Internal MPI error Higher core count (>256 cores) will result in startup issues with below message Runs using Platform MPI fluent_mpi.14.5.0: Rank 0:22: MPI_Init: Could not pin pre-pinned rdma region 0 fluent_mpi.14.5.0: Rank 0:22: MPI_Init: hpmp_rdmaregion_alloc() failed fluent_mpi.14.5.0: Rank 0:22: MPI_Init: make_world_rdmaenvelope() failed fluent_mpi.14.5.0: Rank 0:22: MPI_Init: Internal Error: Processes cannot connect to rdma device For runs using uDAPL protocol (Platform or Intel MPI) it fails with below message: [1:[../../dapl_module_util.c:1550] error(0x30000): OpenIB-mlx4_0-1: could not create vc: DAT_INSUFFICIENT_RESOURCES() [15:../../dapl_module_util.c:2033] error(0x30000): OpenIB-mlx4_0-1: could not create vc: DAT_INSUFFICIENT_RESOURCES() Source of the problem: Mellanox OFED version 1.5.3-1.0.0 "MLNX_OFED_LINUX-1.5.3-1.0.0" is found to be the root cause of these crashes. Customers running with -pib option on such clusters will encounter random crashes at different stages of simulation. This issue is not yet fixed in later Mellanox OFED releases also. The last known stable version is 1.5.2. Customers using Infiniband from other vendors like QLogic etc. are not impacted with this issue. This issue is only for Mellanox hardware users.

Below are solutions/workarounds for this issue (until the actual issue is fixed by Mellanox) :

1) revert back to OFED 1.5.2
2) change the value of log_num_mtt in the mlx4_core driver

To do this...

Exceed.exe has generated errors and will write a log file (Windows 2000 Error)

When trying to open up GAMBIT or FIDAP, the above error message appears and GAMBIT or FIDAP will not start up. This problem can occur if you are using a Spaceball mouse or another input device not...

What is the significance of having XInputExtensions disabled in Hummingbird Exceed?

When "XInputExtension" is enabled in Xconfig, Exceed will check the computer's COM ports to see what Xinput devices are attached in order to communicate with the device. However, if...

X server for Win32 has encountered a problem and needs to close (Windows XP Error) in Gambit.

When trying to open up GAMBIT or FIDAP, the above error message appears and GAMBIT or FIDAP will not start up. This problem can occur if you are using a Spaceball mouse or another input device not...

Interop_translator.exe - Unable to Locate Component - JSOGROUP.dll

This is caused because there is likely a dependency on a Catia V5 library present. The Step file itself contains references to Catia V5 files. The parts it is referring to are CATPart. Therefore,...

mpid: CreateProcess failed: Cannot execute mpirun: Unknown error mpirun

Resolution: There is a problem on some systems when the FLUENT Root Path is converted to a UNC path. Instead of using a UNC path choose the browse button and select a local FLUENT Root Path in...

When trying to import a CAD file into GAMBIT you receive the following error: "ERROR: Unable to start InterOp translator. Translator is not installed or corrupt."

Possible Resolutions: If choosing the File menu, Import, CAD option in GAMBIT you must have a license file for the CAD application you are trying to import. For example, cad-granite,...

Primitive Error at Node 0: dump_face out of memory in Fluent

Upgrade your hardware and operating system to 64-bit and run Fluent 6.3.xx 64-bit. If this is not possible see below for some suggestions.
Memory and 32-bit Processors
A 32-bit processor provides...

"vsvars32.bat" is not recognized as an internal or external command, operable program or batch file

If you get an error in the Visual Studio Command Prompt Window, "vsvars32.bat" is not recognized as an internal or external command, operable program or batch file as shown below then...

GAMBIT - "Identifier Currently Open" Error

Problem Description: While working in GAMBIT the program crashes and then when trying to relaunch GAMBIT and open the project with which you were working you receive an error message from...

Error while loading shared libraries: libXm.so.3 or libXp.so.6 in Gambit
LANG eng_US.UTF-8 changed temporarily to C for gambit use. Starting /app/Fluent.Inc/gambit2.4.6/lnamd64/gambit ... /app/Fluent.Inc/gambit2.4.6/lanmd64/gambit: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory

Resolution:
rpm -qa |grep openmotif The file libXm.so.3 or libXp.so.6 should be in /usr/X11R6/lib64. If it is not there, install the 64-bit as well as the 32-bit Motif shared libraries needed to...

Polyflow 3.90 / flpost architecture mismatch when called from Polyman

Problem: Polyflow 3.90 / flpost architecture mismatch when called from Polyman

Error Message:

Directory /app/fluent/fluent6.0/Fluent.Inc/flpost1.2/cortex/irix6r10/irix65_mips4 does not...

Error when running through PBS with -mpi=intel in Fluent
Comments: When running through PBS with -mpi=intel you receive the following errors: I_MPI: [0] my_dlopen(): dlopen failed: libdat.so I_MPI: [0] set_up_devices(): will use static-default device I_MPI: [0] my_dlopen(): dlopen failed: libdat.so I_MPI: [0] set_up_devices(): will use static-default device

Resolution:
1. Check the following in /etc/security/limits.conf file
* soft memlock 8000000 * hard memlock 8239380 In the example above showing only only 8 GB RAM per machine you should change...

Problem Description: AIRPAK starts fine but when starting the solver you receive the following error message:
Error: Couldn't execute "/[path]/Fluent.Inc/airpak3.0.16/filename.SCRIPT": no such file or directory

Resolution: This error message will be generated if you are using the Bash shell. Change the shell to a C shell.

Problem Description: When trying to launch FLUENT 12.0 on an AIX system you receive the following error:
Cortex/aix51_64/cortex.3.9.2 because of the following errors:
rtld: 0712-001 Symbol _GetCatName__FiPCc was referenced
from module cortex.3.9.2(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol __ct__Q2_3std8_LocinfoFPCci was referenced
from module cortex.3.9.2(), but a runtime definition
of the symbol was not found.

Resolution: Check the Operating System and Compiler versions on this system.
For ANSYS FLUENT12.0 the Operating System should at least be at the version 5300-07-01-0748 and C/C++ compiler (XLC) at...

Error: MALLOC Failed in Fluent

Comments: A user gets a message similar to the following when attempting to allocate memory for a large problem, because the user resource limits are set too low:

(MEMORY ALLOCATION)

(*)-...