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 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 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 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 so far | Read On »

ZFS on Linux, Part 1

Written by on 12.04.2011 | linux

ZFS is a filesystem that has a lot of very nice features.  It’s not native to Linux like Btrfs, but it has similar features and is a bit more mature. I still have my VIA ARTiGO A2000 that I use for a home server, mostly for storing important files.  A RAID1 setup is nice in [...]

Comments Off so far | Read On »

GPU Accelerator, Part 3

Written by on 24.03.2011 | ansys

The GPU Accelerator capability in ANSYS 13.0 can also be used for the PCG iterative solver.  However, one will usually find a much greater performance boost when using GPU Accelerator with the sparse direct solver.  One of the reasons is due to the fact that running GPU Accelerator with the PCG solver may be constrained [...]

Comments Off so far | Read On »

Specifying a Spring/Damper with Frequency-Dependent Values

Written by on 16.03.2011 | ansys

Users may wish to include a 1D spring/damper with frequency-dependent stiffness or damping values.  One could use COMBI214 with frequency-dependent values.  Although the frequency-dependent values refer to the spin velocity (tables with OMEGS independent variable), one could use a trick where only the COMBI214 elements are in an element component which has rotational velocity (CMOMEGA) [...]

Comments Off so far | Read On »

GPU Accelerator, Part 2

Written by on 05.03.2011 | ansys

As noted in the Mechanical APDL Help manual, in the Advanced Analysis Techniques Guide Ch. 16 “GPU Accelerator Capability”, when using GPUs, the entire solution does not use the GPU cores – only the equation solver portion is off-loaded to the GPU.  GPUs cannot interpret data the same way as CPUs, so data needs to [...]

Comments Off so far | Read On »