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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
ef6218eb
Commit
ef6218eb
authored
8 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Export environment variables for compatibility stage
parent
2abd59f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab-ci.yml
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
4
View file @
ef6218eb
...
...
@@ -96,7 +96,9 @@ compatibility_stage:
-
mkdir build_ifort_icpx
-
cd build_ifort_icpx
-
cp -r ../build/* .
-
LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2024.2/lib PATH=/opt/intel/oneapi/compiler/2024.2/bin:$PATH CXX=icpx F77=ifort ./configure --with-fflags="-O3 -diag-disable=10448" --disable-openmp
-
export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2024.2/lib
-
export PATH=/opt/intel/oneapi/compiler/2024.2/bin:$PATH
-
CXX=icpx F77=ifort ./configure --with-fflags="-O3 -diag-disable=10448" --disable-openmp
-
make clean
-
make -j
-
echo "Running make with Intel ifx and Intel icpx..."
...
...
@@ -104,11 +106,11 @@ compatibility_stage:
-
mkdir build_ifx_icpx
-
cd build_ifx_icpx
-
cp -r ../build/* .
-
LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2024.2/lib PATH=/opt/intel/oneapi/compiler/2024.2/bin:$PATH CXX=icpx F77=ifx ./configure --with-fflags="-O3" --disable-openmp
-
export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2024.2/lib
-
export PATH=/opt/intel/oneapi/compiler/2024.2/bin:$PATH
-
CXX=icpx F77=ifx ./configure --with-fflags="-O3" --disable-openmp
-
make clean
-
make -j
#- echo "Running make with default MPI compilers"
#- make clean && BUILDDIR=$PWD/../build_mpi CXX=mpicxx FC=mpif90 USE_MPI=1 make -j
building_stage
:
stage
:
build
...
...
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