Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
b5943ae2
Commit
b5943ae2
authored
7 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Reintroduce legacy FORTRAN flag in compatibility tests
parent
ca0f1428
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
build/configure.sh
+1
-0
1 addition, 0 deletions
build/configure.sh
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
b5943ae2
...
@@ -92,7 +92,7 @@ compatibility_stage:
...
@@ -92,7 +92,7 @@ compatibility_stage:
-
mkdir build_clang16
-
mkdir build_clang16
-
cd build_clang16
-
cd build_clang16
-
cp -r ../build/* .
-
cp -r ../build/* .
-
CXX=clang++-16 F77=flang-new-16 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp
-
CXX=clang++-16 F77=flang-new-16 ./configure --with-fflags="-O3
-std=legacy
" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp
-
make wipe
-
make wipe
-
make -j
-
make -j
-
echo "Running make with flang version 17 and clang version 17..."
-
echo "Running make with flang version 17 and clang version 17..."
...
@@ -101,7 +101,7 @@ compatibility_stage:
...
@@ -101,7 +101,7 @@ compatibility_stage:
-
mkdir build_clang17
-
mkdir build_clang17
-
cd build_clang17
-
cd build_clang17
-
cp -r ../build/* .
-
cp -r ../build/* .
-
CXX=clang++-17 F77=flang-new-17 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp
-
CXX=clang++-17 F77=flang-new-17 ./configure --with-fflags="-O3
-std=legacy
" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp
-
make wipe
-
make wipe
-
make -j
-
make -j
#- echo "Running make with Intel ifort and Intel icpx..."
#- echo "Running make with Intel ifort and Intel icpx..."
...
@@ -123,7 +123,7 @@ compatibility_stage:
...
@@ -123,7 +123,7 @@ compatibility_stage:
-
cp -r ../build/* .
-
cp -r ../build/* .
-
export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib
-
export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib
-
export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH
-
export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH
-
CXX=icpx F77=ifx ./configure --with-fflags="-O3" --disable-openmp
-
CXX=icpx F77=ifx ./configure --with-fflags="-O3
-std=legacy
" --disable-openmp
-
make wipe
-
make wipe
-
make -j
-
make -j
...
...
This diff is collapsed.
Click to expand it.
build/configure.sh
+
1
−
0
View file @
b5943ae2
...
@@ -578,6 +578,7 @@ fi
...
@@ -578,6 +578,7 @@ fi
# End of LAPACK checks
# End of LAPACK checks
# cuBLAS checks
# cuBLAS checks
if
[
"x
$CUBLAS
"
!=
"xno"
]
;
then
if
[
"x
$CUBLAS
"
!=
"xno"
]
;
then
echo
-n
"configure: checking for cuBLAS... "
pkg-config
--version
>
/dev/null
pkg-config
--version
>
/dev/null
use_pkg_config
=
$?
use_pkg_config
=
$?
if
[
"x
${
CUDAFLAGS
}${
CUDALDFLAGS
}
"
=
"x"
]
;
then
if
[
"x
${
CUDAFLAGS
}${
CUDALDFLAGS
}
"
=
"x"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment