We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uname -a
Linux n001 3.10.0-957.27.2.el7.x86_64 #1 SMP Tue Jul 9 16:53:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Run OC test suite to verify functionality
3 tests timeout after a long time (90 seconds or more):
Run in a reasonable amount of time
Load the following modules on Talapas:
Currently Loaded Modules: 1) prl 2) bright 3) slurm/18.08 4) cmake/3.15.4 5) racs-eb 6) gcc/8.2.0
Install MPICH 3.3 with install.sh:
install.sh
./install.sh -p mpich -j 16 -I 3.3 -i "${HOME}/.local/mpich-3.3" -c $(which gcc) -C $(which g++) -f $(which gfortran)
Source the file to get stuff on my path:
$ source ~/local-env.sh $ cat ~/local-env.sh #!/bin/bash export MANPATH="${HOME}/.local/share/man${MANPATH+:${MANPATH}}" export PATH="${HOME}/.local/bin${PATH+:${PATH}}" export LD_LIBRARY_PATH="${HOME}/.local/lib64:${HOME}/.local/lib:${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" export LIBRARY_PATH="${HOME}/.local/lib64:${HOME}/.local/lib:${LIBRARY_PATH+:${LIBRARY_PATH}}" export CPATH="${HOME}/.local/include:${CPATH+:${CPATH}}"
Here is the full output of cmake --system-information: Talapas.txt
cmake --system-information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information including:
uname -a
:Linux n001 3.10.0-957.27.2.el7.x86_64 #1 SMP Tue Jul 9 16:53:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
To help us debug your issue please explain:
What you were trying to do (and why)
Run OC test suite to verify functionality
What happened (include command output, screenshots, logs, etc.)
3 tests timeout after a long time (90 seconds or more):
What you expected to happen
Run in a reasonable amount of time
Step-by-step reproduction instructions to reproduce the error/bug
Load the following modules on Talapas:
Install MPICH 3.3 with
install.sh
:Source the file to get stuff on my path:
Here is the full output of
cmake --system-information
:Talapas.txt
The text was updated successfully, but these errors were encountered: