Distributed ANSYS – NUMA and MPI

Written by on 05.01.2013 | ansys, linux

With NUMA, processors can access its local memory faster than non-local memory.  Use of NUMA is usually activated in the BIOS when the workstation boots. For SMP version of ANSYS, using NUMA does not have any noticeable impact.  On the other hand, using NUMA correctly can help speed up Distributed ANSYS (DANSYS) since there are […]

Comments Off on Distributed ANSYS – NUMA and MPI so far | Read On »

GPU Accelerator on Linux without X running

Written by on 04.01.2013 | ansys, linux

When using GPU Accelerator on Linux, the first step is to replace the Nouveau driver (which is often included by default on many Linux distributions) with the NVIDIA driver.  NVIDIA provides detailed instructions on how to accomplish this, although the basic idea is to change the runlevel to 3 (so as not to use the […]

Comments Off on GPU Accelerator on Linux without X running so far | Read On »

Using IBus and Mechanical APDL

Written by on 15.12.2012 | ansys, linux

If you are using Linux and use IBus for input of other languages, you may notice that when using Mechanical APDL, you cannot enter APDL commands in the “Command Prompt”. If this is the case, unset the environment variable XMODIFIERS (e.g, “unset XMODIFIERS”) prior to running Mechanical APDL, and you should be able to type […]

Comments Off on Using IBus and Mechanical APDL so far | Read On »

Random Vibration (PSD) Analyses in 14.5

Written by on 14.12.2012 | ansys

In Workbench Mechanical 14.5, the results file in Random Vibration (PSD) analyses has become significantly smaller due to two reasons: In 14.5, the results file format keeps DOF solution and reaction forces in double precision but stress, strain and other element results in single precision.  This can often lead to a file size reduction of […]

Comments Off on Random Vibration (PSD) Analyses in 14.5 so far | Read On »

ZFS on Linux, Part 2

Written by on 13.09.2011 | linux

There are many tutorials out there for using ZFS tools zpool and zfs, so I’ll just summarize some points below. Instead of partitioning a disk to several filesystems, in ZFS, there is a concept of a “storage pool” of devices, where filesystems are created in that pool.  Consequently, zpool is used to manage the storage […]

Comments Off on ZFS on Linux, Part 2 so far | Read On »

Minus – file sharing

Written by on 12.09.2011 | linux

I’ve been a big fan of Dropbox for a while, and I use it to share pictures and video with family.  What is nice is being able to sync files in the background on a folder, so we can send each other updated files automatically without having to notify each other. Recently, though, I’ve started […]

Comments Off on Minus – file sharing so far | Read On »

Google Authenticator

Written by on 10.09.2011 | linux

Google Authenticator provides 2-step verification for Gmail.  When on travel and using other computers, it provides a little extra layer of security for paranoid individuals such as myself. A verification code on my Android phone (also works with iPhone or BlackBerry smartphones) is needed in addition to my password to login, so unless someone has […]

Comments Off on Google Authenticator so far | Read On »

Compiling ANSYS 13.0 Custom Executable

Written by on 14.05.2011 | ansys

On 64-bit Windows when compiling a custom executable in ANSYS 13.0, an error regarding “freeMatrixOnGPU” may occur while linking.  If this occurs, edit the “ansysex.def” file with a text editor and remove the line “freeMatrixOnGPU” to get the linking process to complete successfully.

Comments Off on Compiling ANSYS 13.0 Custom Executable so far | Read On »
Links

External Sites