Heat simulator in sesc

Source: Internet
Author: User

Sesc Installation

Configure sesc to support heat simulation

 
../Sesc/configure -- enable-power -- enable-therm

Make

Problems:

1 liblevmar. A not found

Cd ~ /Sesc/src/libsesctherm/levmar-2.1.3

Make

2/usr/lib64/liblapack. so.3 not found

Sudo apt-Get install liblapack3gf
Sudo CP/etc/alternatives/liblapack. so.3gf/usr/lib64/liblapack. so.3

3G ++:/Mada/software/AMD/acml/gfortran64/lib/libacml_mv.a: No file or directory
G ++:/Mada/software/AMD/acml/gfortran64/lib/libacml. A: No file or directory

Download http://developer.amd.com/tools-and-sdks/cpu-development/amd-core-math-library-acml/acml-archive-downloads/ in acml-4-4-0-gfortran-32bit.tgz

After installation, change the location to another name.

Sudo mkdir-P/Mada/software/AMD/acml/gfortran64/lib/

CD/Mada/software/AMD/acml/gfortran64/lib/

Sudo CP/opt/acml4.4.0/gfortran32_mp/lib/libacml_mp.a libacml_mv.a
Sudo CP/opt/acml4.4.0/gfortran32/lib/libacml..

4/usr/bin/ld: cannot find-lblas
Sudo ln-S/usr/lib/libblas. so.3gf/usr/lib/libblas. So

 
Make make sesc. confmake power. conf

Make sescspot

This is a problem that occurs in the thermal simulator. For example, if int32_t is not defined to add typedef int int32_t to the file where the problem occurs, the corresponding information is as follows:

Int32_t 'has not been declared
Typedef int int32_t;

Uint32_t
Typedef unsigned int uint32_t;

Uint8_t
Typedef unsigned char uint8_t;

/Home/Zhao/sesc-build/../sesc/src/libsescspot/rcutil. cpp: 20: fatal

Error: acml. h: the file or directory does not exist.
Sudo CP/opt/acml4.4.0/gfortran32_mp/include/acml. h/usr/include

Make

The compilation is successful.

For more information, see

Https://lists.soe.ucsc.edu/pipermail/sesc/2008-February/000411.html

When I run sescspot, no results are displayed. I haven't figured out the portal. I figured out how to use it to continue writing.

Please use sesc for research and give me a speech to discuss with each other

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.