Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
820 views
in Technique[技术] by (71.8m points)

sh - source a prerequisite script to run before ctest

I am using intel fortran compiler that needs a script to be sourced so that the MKL library can be linked. By default, if I want to run ifort -mkl <whatever>, I get an error saying that MKL was not found. Intel provides a script somewhere in the installation folder where you have to run it in order to be able to run ifort -mkl.

I have put this script

source <script> <args>

in ~/.shrc file but I still receive the same error as if the script didn't run. Is there a way to enforce CTEST run the script before any tests?

question from:https://stackoverflow.com/questions/65842397/source-a-prerequisite-script-to-run-before-ctest

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...