Giter Club home page Giter Club logo

Comments (6)

zw1900686 avatar zw1900686 commented on July 18, 2024

Sorry to bother you, but I have a silly question. How do I run the mpifort line of code after I install the specified compiler on the window system?

from sisso.

testlablive avatar testlablive commented on July 18, 2024

Run the command in PowerShell

from sisso.

zhazhak avatar zhazhak commented on July 18, 2024

我是一个 [Intel]Fortran freshman,我完成了另一条成功安装的路线
我来记一下我的经历以便对像我一样的人有一些帮助吧
(以下针对 Linux环境 README.md 中 Installation 中的 mpiifort 命令)

  1. Intel® MPI Library下载 Download as Part of the Toolkit 的 .sh 安装文件(其中包含了 MPI 和 Fortran Compiler ,所以我想已经足够了),按照网站中的提示和安装包运行时的提示完成安装
  2. 在安装位置中找到 setvars.sh 文件(比如我的文件在/opt/intel/oneapi/setvars.sh),source /opt/intel/oneapi/setvars.sh intel64 (大概是设置了一些环境)
  3. 然后快乐地敲命令就好了(其实运气不好还是会遇到一些问题,但是搜索引擎已经可以轻松帮你了,大概)

from sisso.

zmk-1997 avatar zmk-1997 commented on July 18, 2024

SISSO-编译方法

电子邮件: [email protected]

SISSO安装使用mpiifort,需要安装intel编译工具,根据自身集群环境可进行选择版本以及调优,以下为测试过的版本

视窗版本

感谢@testlablive

软件版本

编译器:Intel.Parallel.Studio.XE.2019.Cluster.Edition

操作系统:视窗 10

SISSO-Windows:https://github.com/testlablive/SISSO-for-windows

编译安装

在Windows下编译时,使用下列的编译命令,在命令行中进行编译

  • 下载源代码3.0.2版本
  • 安装Intel.Parallel.Studio(安装完之后重启)

mpiifort -F 100000000 -O2 var_global.f90 libsisso.f90 DI.f90 FC.f90 SISSO.f90 -o SISSO

Linux版本安装

软件版本

编译器:parallel_studio_xe_2019_update5_cluster_edition

操作系统:CentOS 7.6 (Ubuntu 18.04)

SISSO-Linux: https://github.com/rouyang2017/SISSO

编译安装

在Linux下编译安装时,注意安装前的检测,会提示安装g++,关于提示libc-32位版本的问题可以忽略

  • 下载源码3.0.2版本
  • 安装intel_parallel_studio之后,需要载入环境变量
    • source $INTEL_INSTALL_DIR/parallel_studio_xe_2019/psxevars.sh
    • 来源 $INTEL_INSTALL_DIR/intel/impi/2019.5.281/intel64/bin
    • 个人环境可放入.bashrc
  • 运行时需要修改系统默认栈大小 ulimit -s unlimited

请问在windows下要怎么编译出SISSO程序呢?显示mpiifort命令找不到

from sisso.

luhongan226 avatar luhongan226 commented on July 18, 2024

I obtained the following content after compiling on Windows
Uploading 捕获.JPG…
mpifc.bat for the Intel(R) MPI Library 2021.11 for Windows*
Copyright Intel Corporation.

You have to source \bin\mpivars.bat
I have installed MPI

from sisso.

Xing2Wen avatar Xing2Wen commented on July 18, 2024

Sorry to bother you, when I double-click SISSO.exe on Windows, it crashes immediately, and nothing happens. Even when I run the executable from the command line, I still don’t get any output. Is this normal?

from sisso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.