Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
prace-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
James Clark
prace-test
Commits
074a69fb
Commit
074a69fb
authored
Jan 18, 2017
by
James Clark
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1-issue' into 'master'
Testing new branch Fixes
#1
Closes
#1
See merge request
!1
parents
f505978e
885264f5
Pipeline
#8
passed with stages
in 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
build.sh
build.sh
+4
-0
environment.sh
environment.sh
+7
-2
No files found.
build.sh
0 → 100644
View file @
074a69fb
#!/bin/bash
make
--version
cmake
--version
gcc
--version
environment.sh
View file @
074a69fb
#!/bin/bash
printenv
command
-v
module
>
/dev/null 2>&1
||
{
echo
>
&2
"module not found"
;
}
&&
module av
command
-v
module
>
/dev/null 2>&1
||
{
echo
>
&2
"module not found"
;
}
command
-v
make
>
/dev/null 2>&1
||
{
echo
>
&2
"make not found"
;
}
command
-v
cmake
>
/dev/null 2>&1
||
{
echo
>
&2
"cmake not found"
;
}
command
-v
gcc
>
/dev/null 2>&1
||
{
echo
>
&2
"gcc not found"
;
}
command
-v
icc
>
/dev/null 2>&1
||
{
echo
>
&2
"icc not found"
;
}
command
-v
pgcc
>
/dev/null 2>&1
||
{
echo
>
&2
"pgcc not found"
;
}
command
-v
nvcc
>
/dev/null 2>&1
||
{
echo
>
&2
"nvcc not found"
;
}
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