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

How to clean module .F90 files ?

ferrad01
Beginner
828 Views
I have my environment set to put all .MOD and generated .F90 files into the directory ..\\ MOD during a build. However when I do a clean, these files remain. How do I clean the MOD directory when I do a project clean?

I tried adding the MOD directory to the "Extensions to delete on clean" area, but it doesn't work- it seems to only want extensions here not directories.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
828 Views
I think the "Clean" affects only the "Intermediate directory", not any additional output directories you have configured.
0 Kudos
ferrad01
Beginner
828 Views
OK so MOD / generated F90 files should always go in the intermediate directory.
0 Kudos
Reply