我目前正在努力将一些Fortran代码迁移到cudaFortran。具体而言,这项任务涉及到对角化大规模矩阵的谱分析。这是我到目前为止伪造的代码
program main
!Trials for usage of cusovlerDn<t>syevd for spectral analysis of a symmetric matrix, see http://docs.nvidia.com/cuda/cusolver/index.html#syevd-example1 for the example used as a base
!Compilation example:
我试图使用自定义源代码(linux内核3.16)使用yocto创建一个映像。当我试图运行“bitbake myCustomRecipe”时,会收到如下警告和错误:
WARNING: Unable to get checksum for myCustomRecipe SRC_URI entry defconfig: file could not be found
我还有其他几个警告/错误,但我相信这些都是由于上述警告而自然而然地出现的。我的层结构是这样的:
meta-mytestLayer
|
+--conf/
| |
| +--layer.conf
|
+--recipes-kernel/
当我在Ubuntu14.04操作系统下运行我的Fortran代码时,我得到以下错误:error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory。我看到了ldd KiD_SC_2D.exe的ld路径,但似乎找到了libnetcdff:
beata@beata-HP-Z420-Workstation:~/Downloads/kid_a_setup/bin$ ldd KiD_SC_2D.exe
linux-vdso.so.1 =&g
我想自动填写我创建的文本文件,但我不知道怎么做,我想让一个.sh脚本自动工作,但我不知道怎么做。例如,我想到的脚本是这样的
touch " ubuntu story "
在此之后,我想在我的故事文件中填写文本,例如,您想要添加的文本如下
Ubuntu is one of the most secure operating systems around. And the long-term support releases give you five years of security patches and updates.
Developer = Canonical Ltd
最近,我使用了一种很棒的编程语言。在我将其下载到Linux上并键入red --version之后,我得到了一些意想不到的信息:
$ red --version
GNU ed version 0.2
然后我查阅了ed的手册,上面说它也叫red,但是没有解释为什么?有没有人知道艾德名字的秘密历史,也许这是个精彩的故事。;-)
我最近购买了奥基WF-R13,尽管它是随Linux驱动程序在磁盘上出现的,但我在编写自述自述的故事时遇到了麻烦。它有一个makefile,但我似乎不能运行./configure。运行make似乎出错了。
如果我运行lsusb,它将显示为
总线004设备003: ID 0e8d:7612 MediaTek Inc.
iwconfig不显示任何无线设备。
有什么想法吗?