我是linux 的初学者 fortran 也是刚刚接触,出现一点小问题都解决不了。希望大家给予帮忙 谢谢
我下载的 intel linux compiler for linux 10 已经安装好了 下来按照网上的一些说明对 .bash_file 进行修改 如下
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
. /opt/intel/fc/10.0.023/bin/ifortvars.sh
就是在最后一行加上了 “. /opt/..../ifortvars.sh”
然后保存 退出 执行 source .bash_profile 命令
接下来对 “hello world” 程序调试,结国没有成功 说权限不够,如下
[xdy@localhost ~]$ vi .bash_profile
[xdy@localhost ~]$ source .bash_profile
[xdy@localhost ~]$ cd /D/linuxlearning
[xdy@localhost linuxlearning]$ ifort first.f90
ld: cannot open output file a.out: 权限不够
希望大家都构帮帮我,看是哪一步出问题了? 我是个初学者 一些概念也不是很清楚,希望大家不要见笑