2013年7月4日
摘要: The Data Cannot be displayed,there is no viewpoint available for data1. In a console, run your application without VTune(TM) Amplifier XE - does it work smoothly?2. In same console, run "/opt/intel/vtune_xe_2013/amplifier-var.sh"3. Run "amplxe-cl -collect hotspots -- app" or &quo 阅读全文
posted @ 2013-07-04 17:57 宇睿 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 将一个用户添加到用户组中,千万不能直接用:usermod -G groupA这样做会使你离开其他用户组,仅仅做为 这个用户组 groupA 的成员。应该用 加上 -a 选项:usermod -a -G groupA user(FC4: usermod -G groupA,groupB,groupC user)-a 代表 append, 也就是 将自己添加到 用户组groupA 中,而不必离开 其他用户组。命令的所有的选项,及其含义:Options:-c, --comment COMMENT new value of the GECOS field-d, --home HOME_DIR new 阅读全文
posted @ 2013-07-04 17:32 宇睿 阅读(416) 评论(0) 推荐(0) 编辑