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

How to remove this error (ifort: internal error: error generating temporary file name)

Anonymous21
Beginner
1,651 Views
Hi... I have some problem.
If compiling my code, this message appears:
-----> ifort: internal error: error generating temporary file name(shared/driver/hostutil.c, line 311)
I never see this error beforecompiling my code for the same situation. Could you let me konw how to solve it?
Thanks
0 Kudos
4 Replies
Steven_L_Intel1
Employee
1,651 Views
Please report the problem to Intel Premier Support and include the makefile or commands you're using to compile as well as the source file in question.
0 Kudos
Anonymous21
Beginner
1,651 Views
If I install and update linux, this problem does not occur. But if I only install linux without update of Linux and after then, fortran complier is setup,this situation makethis kind of error. However, I do not know why this problem happens.
Thanks
0 Kudos
Steven_L_Intel1
Employee
1,651 Views
The problem needs to be investigated by support engineers. Please file a support request and include as many details as you can.
0 Kudos
Lorri_M_Intel
Employee
1,651 Views

This problem is related to your /tmp directory.

Please make sure the protection is set writeable - and for some strange reason - executable.

If you are using the environment variables TMP, TMPDIR, or TEMP to define your temporary storage area, check those directories instead.

- Lorri

0 Kudos
Reply