Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran Compiler ver 9

cpinkney
Beginner
280 Views

does anyone know what the below error means? Thanks in advance

ifort: internal error: error generating temporary file name (shared/driver/hostutil.c, line 308)

0 Kudos
2 Replies
Kevin_D_Intel
Employee
280 Views

I do not know the exact cause but the relationship to the temporary file suggests one might check the TMPDIR environment variable setting is, is it set to a long path?

The typical default is /tmp. Ido notsuspect this relates to disk space availability, but you might check the space availability for the filesystem corresponding to the TMPDIR setting also.

Just curious, what compiler exactly are you using (add -V)? what OS?
0 Kudos
Kevin_D_Intel
Employee
280 Views

Found some additional information in this thread.

It advises ensuring that /tmp offers "write" and "execute" permissions, and if any of the environment variables TMP, TMPDIR, or TEMP are used, then also check that permissions for those directories are also sufficient.
0 Kudos
Reply