[PATCH] D93496: [flang] Fix -intrinsic-module-directory in flang script
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 16:44:15 PST 2020
PeteSteinfeld added a comment.
I was able to invoke the "runtest" on both in-tree and out-of-tree builds. What command were you using to invoke "runtest" that caused the problem?
I invoked it by "cd"ing to the install directory for an in-tree build. I then invoked a script that starts as follows:
#!/bin/bash
PGI="-pgi ."
xargs -L 1 -P 40 -I CMD bash -c CMD <<EOF
# PLATFORM f18 fcvs | qsub -l nodes=1:linux:gcc72p
/proj/ta/bin/runtest -compiler llvm -env F18_FC=nvfortran NO_STOP_MESSAGE=1 -suite fcvs
# PLATFORM f18 nag f95 | qsub -l nodes=1:linux:gcc72p
/proj/ta/bin/runtest -compiler llvm -env F18_FC=nvfortran NO_STOP_MESSAGE=1 -suite nag_f95_arrays
/proj/ta/bin/runtest -compiler llvm -env F18_FC=nvfortran NO_STOP_MESSAGE=1 -suite nag_f95_handbook
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93496/new/
https://reviews.llvm.org/D93496
More information about the llvm-commits
mailing list