Compiling umat using ifort options?

Hello everyone,

I am a new user for running abaqus with umat. I have a umat code which can be compiled with no issue using the command line: ifort /4R8 /Qsave /align:all umat.for. These ifort options are mandatory.

However, if I want to compile it using abaqus make library=umat.for, how should I deal with the above ifort options (/4R8 /Qsave /align:all)?

Thanks!!!