GPU를 제어하려고 CUDA라는 툴킷을 설치하려고 하는데 자꾸 에러가 납니다.
스크립트인 것 같은데 해결방법이 없네요.
에러 내용은
./cudatoolkit_2.2_linux_32_ubuntu8.10.run: 1: Syntax error: redirection unexpected
이구요. 문제가 되는 첫번째 줄을 지워버리니까
: not foundit_2.3_linux_32_ubuntu8.10.run: 1:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 2: //location: not found
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 3: var: not found
: not foundit_2.3_linux_32_ubuntu8.10.run: 3:
: not foundit_2.3_linux_32_ubuntu8.10.run: 4:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 5: var: not found
: not foundit_2.3_linux_32_ubuntu8.10.run: 5:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 6: var: not found
: not foundit_2.3_linux_32_ubuntu8.10.run: 6:
./cudatoolkit_2.3_linux_32_ubuntu8.10.run: 7: Syntax error: "(" unexpected
이런 에러가 뜹니다.
스크립트는 무지 길어서 앞부분만 올려드립니다.
해결이 안되는지요
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><title>Thank You</title><meta name="robots" content="noodp"><meta xmlns="" name="keywords" content="Thank You"><META NAME="Description" CONTENT="Thank You"><meta xmlns="http://www.w3.org/1999/xhtml" content="2;url=http://developer.download.nvidia.com/compute/cuda/2_2/toolkit/cudatoolkit_2.2_linux_32_ubuntu8.10.run" http-equiv="refresh"/><meta content="2;url=http://developer.download.nvidia.com/compute/cuda/2_2/toolkit/cudatoolkit_2.2_linux_32_ubuntu8.10.run" http-equiv="refresh"/><link rel="alternate" type="application/rss+xml" href="Page Not Found | NVIDIA; title="NVIDIA Podcast"><link rel="alternate" type="application/rss+xml" href="http://www.nvidia.com/object/rss_nvidia_pressroom" title="NVIDIA Press Room"><link rel="alternate" type="application/rss+xml" href="http://www.nvidia.com/object/rss_success_stories" title="NVIDIA Success Stories"><script xmlns="" type="text/javascript">^M
^M
//location of the .net application - DO NOT EDIT^M
var rssASPXReader = "/rssreader/nvidia_rss.aspx";^M
^M
var rssReader_rssFeed;^M
var rssReader_rssItems;^M
//var rssReader_moz = ((typeof(document.implementation) != ‘undefined’) <xsl:text disable-output-escaping="yes">&&</xsl:text> (typeof(document.implementation.createDocument) != ‘undefined’));^M
var rssReader_moz = ((typeof(document.implementation) != ‘undefined’) && (typeof(document.implementation.createDocument) != ‘undefined’));^M
^M
var rssReader_ie = (typeof(window.ActiveXObject) != ‘undefined’);^M
var rssReader_isFeedLoaded = false;^M
var rssReader_rssTitle = "";^M
var rssReader_xml = "";^M
var rssReader_xmlHttp;^M
var rssReader_titleClassName = "";^M
var rssReader_descriptionClassName = "";^M
var rssReader_numberOfAttempts = 0;^M
var rssReader_numberOfItemsToShow;^M
var rssReader_mode = 2;^M
var rssReader_containerID = "";^M
var rssReader_showDescription = true;^M
var rssReader_showDate = false;^M
^M
//Use this for ‘GET’^M
function rssReader_Init(feedURL, numberOfItemsToShow, titleClassName, descriptionClassName, containerID, showDescription, showDate)^M
{^M
rssReader_numberOfItemsToShow = numberOfItemsToShow;^M
rssReader_titleClassName = titleClassName;^M
rssReader_descriptionClassName = descriptionClassName;^M
rssReader_containerID = containerID;^M
^M