The most powerful Linux supercomputer-general Linux technology-Linux technology and application information. For more information, see the following. Let's take a look at these Linux super computers. These super data centers are equipped with Linux systems.
French Atomic Energy Agency
(400) {this. resized = true; this. width = 400; this. alt = 'click here to open new window';} "onmouseover =" if (this. resized) this. style. cursor = 'hand'; "oncli
Article title: Novell provides the SUSELinux server for the supercomputer. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
According to an external report, Novell's SUSE Linux Enterprise Server has been adopted by multiple super computer teams around the world. it is displayed based on the top project data that spe
Barcelona Linux super Computing Center, the ninth super computer in the world-Linux Enterprise Application-Linux server application information. The following is a detailed description. At present, supercomputer shares more than 85% of Linux.
The super Computing Center in Barcelona is the ninth super computer in the world. It was established in and used in the pharmaceutical system. Use BladeCenter JS21 Cluster, PPC 970, 2.3 GHz, Myrinet computer, Li
Silicon graph Corporation (New York Stock Exchange Code: SGI) today announced that the Japanese Institute of Atomic Energy (JAERI) will launch SGI (R) as its latest core computing system) altix (R) supercomputer helps develop leading energy systems.
Through a bid, Fujitsu (Fujitsu Limited) and SGI Japan will work together to provide the Japanese Institute of Atomic Energy with 2,048 Intel (R) Itanium (R) 2 processors, Linux (R) operating environment
world's top 500 supercomputers use the Linux operating system, compared to just 189 using UNIX operating systems, 2 uses UNIX's improved FreeBSD operating system, 1 uses Microsoft's operating system, and another 7 uses an unknown operating system.
"Linux systems have dominated the market for high-performance computing," says Mark Seager, assistant deputy director of advanced Technology at Livermore National Laboratory in the United States. "The lab has 5 supercomputers among the top 500 superco
According to statistics, about 500 of the world's top 60% supercomputers have installed Linux operating systems. Compared with other types of operating systems, linux has an absolute advantage in high-performance computing applications.
As a private
with the./configure--help to see detailed instructions to help
Make
This step is compiled, it reads the instruction from the makefile, and then compiles the
This step is compiled, and most of the source code packages are compiled in this step
Of course, some perl or Python-written software needs to call Perl or Python to compile
If error occurs during the make p
Whether to use make clean, make mrproper or make distclean during kernel Compilation
Make clean, make mrproer, and make distclean are involved in compiling the kernel. The differences between the three are summarized below:Decompr
How do I make the app job?
Download an appliance top mobile phone application and experience, get the appropriate rewards
How does a dollar make money?
(1) Make the task to make money: Download the device top mobile phone application and experience, get the corresponding reward;
(2) Friends
label: I/O uses the AR file SP C on code r
这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。
./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make install是用来安装的,它也从Makefile中读取指令,安装到指定的位置。
AUTOMAKE和AUTOCONF是非常有用的用来发布C程序的东西。
-----1、configure,这一步一般用来生成 Makefile,为下一步的编译做准备,你可以通过在 configure 后加上参数来对安装进行控制,比如代码:./configure –prefix=/usr 意思是将该软件安装在 /usr 下面,执行文件就会安装在 /usr/
the-sys-Config = parameter to set some software configuration files. Some software can be added-With,-enable,-without,-Disable, and other parameters control compilation. You can view detailed instructions and help by allowing./configure-help.
2. Make. This step is for compilation, and most ofSource codeThe packages are compiled in this step (of course, some software written in Perl or Python must call Perl or Python for compilation ). If an error oc
"Is it true that every day is drilled, how much money can be made in a day?" "Recently Nbe updated a few game demo platform every day drilling part-time money strategy, be friends spray miserable!" A friend said "is totally a bluff", a friend said "old a you are enough, old a you have stale" today old a come on every day to try to earn money this project to do a most sincere, the most heartfelt reply. Explain that every day drilling is really fake, every day drilling how to
. The role of the/configure,make,make installThese are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and the
? The download requires the following steps to be run./configure,make,make Install roleTypical installation steps for programs that are generated using GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instructio
These are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install is used to install, and it also reads instructions from makefi
These are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install is used to install, and it also reads instructions from makefi
These are typical installation steps for programs that are generated using the GNU autoconf and Automake.The./configure is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script.Make is used to compile, it reads the instruction from the makefile, and then compiles.The make install is used to install, and it also reads instructions from makefi
Config/configure/configure
This is used to detect the target characteristics of your installation platform. For example, it detects if you have CC or GCC, does not need CC or GCC, it is a shell script
This step is generally used to generate Makefile, to prepare for the next compilation, you can control the installation by adding parameters after the Configure, such as:
./configure--PREFIX=/USR
The above means that the software is installed in/usr below
Hope the followingArticleBenefits:
I. I don't know how to make moneyWrong idea: When I got bigger, I thought about how to make money, because the three major portals, Baidu, and other well-known websites have come here!You have considered these issues:
How many websites have fallen in the same way as these successful websites in the same period?Is the current Internet environment the same as that of 10
Linux c Programming: make compilation 1, linux programming make Compilation
There are countless source files in a project, which are classified into several directories according to different functions. makefile defines a series of rules to compile those files first and then compile those files, recompile those files. The biggest benefit of makefile is automated compilation. Once written, only one
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.