Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
7886f657
Commit
7886f657
authored
Mar 17, 2020
by
Ralf Mueller
🎣
Browse files
add first CI: build with gcc/openmpi
parent
aa9ec415
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
7886f657
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
build
:
stage
:
build
before_script
:
-
eval $(ssh-agent -s)
-
ssh-keyscan git.mpimet.mpg.de >> ~/.ssh/known_hosts
# - ssh -vT git@git.mpimet.mpg.de
-
ls /sw/rhel6-x64
-
. /sw/rhel6-x64/etc/profile.mistral && module list
script
:
-
/sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc --version
-
echo $USER
-
echo $HOME
-
echo $PATH
-
pwd
-
module load gcc/6.4.0
-
module load openmpi/2.0.2p2_hpcx-gcc64
-
mpif90 --version
-
mpicc --version
-
mpirun --help
-
mkdir gcc64 && ../configure CC=mpicc FC=mpif90 --enable-mpi --disable-cdi-app --enable-iso-c-interface
artifacts
:
paths
:
-
gcc64/config.log
expire_in
:
5min
tags
:
-
mistral
only
:
-
gitlab-ci
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment