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

Ifortran use in different user accouts

ifortq
Beginner
702 Views
Hi,
I installed ifortran in ubuntu OS recently and compiled program using a make file using 'make' command.
Then I created another user account in the ubuntu os and tried to compile the same program in the new account. But ifortran gives me the message that it does not recognize the make command. Any one know the what is the problem here? Thanks!
ALD
0 Kudos
4 Replies
Steven_L_Intel1
Employee
702 Views
make is a gcc utility. Did you "source" the Intel compilervars.sh file in the other account?
0 Kudos
TimP
Honored Contributor III
702 Views
As stated, this doesn't entirely make sense. Did you source the compilervars script under the other accout before trying make? ifort doesn't know anything about make, but your Makefile should run ifort.
0 Kudos
mecej4
Honored Contributor III
702 Views
It would help if you were more specfic about the the error messages that your received.

Why should the Fortran compiler recognize the make command? Compilers do not have any need to call make.

Or did you mean to say that make was unable to run the Fortran compiler?
0 Kudos
ifortq
Beginner
702 Views
Thank you for all your commets.
I got the porblem solved. I had to st the path in the in account.
ALD
0 Kudos
Reply