I have another question. Does anyone know how to run ABAQUS from C++ or Fortran? What commands do I need to enter to do this? Is there a reference that you might have that might be able to help me with this interfacing?
I am not very familiar with Linux, but under Windows there are additional options for launching processes; you could check the exec(), popen() and spawn() family of commands.