Solution : “Error: Problem during compilation – ifort not found in PATH.” on Abaqus and Intel Visual Fortran on UBUNTU Linux

I got this error Error: Problem during compilation – ifort not found in PATH on Ubuntu (using Intel Visual Fortran compiler and Abaqus 6.11). I was trying to use it with the SIGINI subroutine I was trying to get the solutions online. I found that this simple hack works. Instead of calling abaqus job=inpFileName use …

PHP on Linux (Ubuntu 11.04 – Natty Narwhal)

These are some of the codes that helped me getting started in using Apache server on Ubuntu 11.04 (Natty Narwhal) Finding out the user group <?php // outputs the username that owns the running php/httpd process // (on a system with the “whoami” executable in the path) echo exec(‘whoami’); ?> (often it is www-data ) source : http://php.net/manual/en/function.exec.php Check you have the permission. If not change the pormissions for the var/www folder on Linux (in …

Abaqus (V 6.10, 6.11) installation on Ubuntu (10.04 and 11.04)

I installing Abaqus (both versions 6.10 and 6.11) on Ubuntu (versions 10.04 and 11.04) This was not a trivial task. Here are the links which helped me do this : Abaqus 6.10 on Ubuntu 10.04 Details on installing Abaqus 6.8 on Ubuntu 10.04 (Lucid-Lynx) can be found here : http://sites.google.com/site/abaqus2010/help_0 Using the same details, I …