Master node for fimm.bccs.uib.no was crashed this morning around 4:00 due to out of memory, after reboot this morning, master node, where queuing system is running, is crashed.
We are working on it , meantime you can not submit or monitor anything related to queuing system.
14:20 Update
Fimm queuing system is back online , sorry for inconvenience.
Author Archives: lsz075
Hexagon: Updated software/libraries
Hexagon has updated software/libraries. Users should recompile their applications to gain any stability or performance improvements.
MPI
xt-mpt 5.2.0 -> 5.2.1
Compilers, wrappers and debuggers
PGI 11.1.0 -> 11.2.0
xt-asyncpe 4.8 -> 4.9
ATP 1.1.1 -> 1.1.2
Libraries
Petsc 3.1.04 -> 3.1.05
xt-libsci 10.5.0 -> 10.5.01
TPSL 1.0.0
NOTES:
xt-mpt
Bugfixes.
767319, 768355 Fix adi reference counter problem for builtin datatypes
768385 Add better PMI debug for an ALPs get_rank_from_pipe failure
755921 Add PMI feature that gives SPMD support to DMAPP applications
767095 Add PMI feature to deliver rank and PID attribute file for debuggers
xt-libsci
Purpose:
--------
The LibSci 10.5.01 release adds new C++ interfaces for CRAFFT
providing users an option to use CRAFFT Serial and Distributed
Routines in C++ applications. These interfaces are provided via
C++ function overloading, allowing a user to call a simple, generic
CRAFFT routine name and use optional arguments for advanced
functionality if required. CRAFFT offers a simpler interface for
FFT routines to improve application developer productivity. In
some cases the performance of the CRAFFT distributed transforms
is 10-50% better than FFTW2 MPI transforms. Users requiring more
information on usage should see the intro_crafft manpage.
Also included in the LibSci 10.5.01 release are new generic
interfaces for C users of CASE. CASE is a collection of
simplified interfaces into LAPACK and ScaLAPACK style routines
introduced in LibSci 10.5.00 that solve the symmetric eigenproblem.
The generic interfaces are provided via C++ function overloading,
allowing a user to call a simple CASE routine name and use optional
arguments for advanced functionality if required. This simplifies
calling CASE from C, improving application developer productivity.
Refer to the 'intro_case' man page for more information.
Known Problems:
---------------
Bug 768141 slatms code seg faults with gnu and xtpe-mc12 loaded
When using CASE interfaces and compiling with gnu add
"-Wl,-whole-archive -lpthread -Wl,-no-whole-archive" to the
link line of your code. This fixes a known link issue with gcc.
Bug 767985 10.5.0 pgi libsci_quadcore_mp.so: undefined reference
to `pgf90_dealloc03'
The workaround is to use PGI 10.6.0 or higher
PETSc
petsc/3.1.05 module now automatically loads the tpsl module
which includes Sundials2.4.0, Hypre 2.6.0b, SuperLU 4.0,
SuperLU_DIST 2.3, MUMPS 4.9.2, Parmetis 3.1.1 and Scotch 5.1.
PETSc 3.1.05 is not supported if the TPSL module is unloaded.
The Cray PETSc 3.1.05 is equivalent to the official
patch release of PETSc-3.1-p5 by Argonne National Laboratory.
TPSL
TPSL(Third Party Scientific Libraries) contains a collection of
third party mathematical libraries for use with PETSc and Trilinos.
These libraries increase the flexibility of PETSc and Trilinos by
providing users with multiple options for solving problems in dense
and sparse linear algebra. The tpsl module is automatically loaded
when PETSc or Trilinos is loaded.
The libraries included are Hypre, SuperLU, SuperLU_dist, MUMPs,
ParMetis, Sundials, and Scotch.
* MUMPS 4.9.2. MUMPS (MUltifrontal Massively Parallel sparse
direct Solver) is a package of parallel, sparse, direct
linear-system solvers based on a multifrontal algorithm. For
further information, see http://graal.ens-lyon.fr/MUMPS/. MUMPS
can now interface with SCOTCH as well.
* SuperLU 4.0. SuperLU is a sequential version of SuperLU_dist
(not included with petsc-complex), and a sequential incomplete
LU preconditioner that can accelerate the convergence of Krylov
subspace iterative solvers. For further information, see
http://crd.lbl.gov/~xiaoye/SuperLU/.
* SuperLU_dist 2.3. SuperLU_dist is a package of parallel,
sparse, direct linear-system solvers (available in Cray LibSci).
For further information, see
http://crd.lbl.gov/~xiaoye/SuperLU/.
* ParMETIS 3.1.1. ParMETIS (Parallel Graph Partitioning and
Fill-reducing Matrix Ordering) is a library of routines that
partition unstructured graphs and meshes and compute fill-
reducing orderings of sparse matrices. For further information,
see
http://glaros.dtc.umn.edu/gkhome/views/metis/.
* HYPRE 2.6.0b. HYPRE is a library of high-performance
preconditioners that use parallel multigrid methods for both
structured and unstructured grid problems (not included with
petsc-complex). For further information, see
http://www.llnl.gov/CASC/linear_solvers/.
* SUNDIALS 2.4.0 (SUite of Nonlinear and DIfferential/ALgebraic
equation Solvers) consists of 5 solvers: CVODE, CVODES, IDA,
IDAS, and KINSOL. In addition, SUNDIALS provides a MATLAB
interface to CVODES, IDAS, and KINSOL that is called sundialsTB.
For further information, see
https://computation.llnl.gov/casc/sundials/main.html.
* Scotch 5.1.1 Scotch is a software package and libraries for
sequential and parallel graph partitioning, static mapping,
sparse matrix block ordering, and sequential mesh and
hypergraph partitioning. For further information, see
http://www.labri.fr/perso/pelegrin/scotch
Documentation:
--------------
http://graal.ens-lyon.fr/MUMPS/
http://crd.lbl.gov/~xiaoye/SuperLU/
http://www.llnl.gov/CASC/linear_solvers/
http://glaros.dtc.umn.edu/gkhome/views/metis/
http://www.labri.fr/perso/pelegrin/scotch/
https://computation.llnl.gov/casc/sundials/main.html
PGI
The trilinos module is not supported with use of PGI/11. This is due to
an incompatibility in c++ code built with previous versions of PGI. For
more information on this incompatibility see the PGI manual at
http://www.pgroup.com/doc/pgiwsrn.pdf. The trilinos module is still
supported with the use of PGI 10.
ATP
- The ATP signal handler (contained in atpSigHandler.o)
is now compiled with position independent code (PIC).
Without this, linking it into shared, dynamic applications
was not possible.
- An ALPS bug can interact with ATP, causing compute nodes
to not free all of their resources during job exit. Such
nodes can become unusable. This is fixed in CLE 3.1 UP02.
However, ATP 1.1.2 has redundantly fixed this situation, for
the benefit of those who have not yet upgraded to CLE 3.1 UP02.
MPI
xt-mpt 5.2.0 -> 5.2.1
Compilers, wrappers and debuggers
PGI 11.1.0 -> 11.2.0
xt-asyncpe 4.8 -> 4.9
ATP 1.1.1 -> 1.1.2
Libraries
Petsc 3.1.04 -> 3.1.05
xt-libsci 10.5.0 -> 10.5.01
TPSL 1.0.0
NOTES:
xt-mpt
Bugfixes.
767319, 768355 Fix adi reference counter problem for builtin datatypes
768385 Add better PMI debug for an ALPs get_rank_from_pipe failure
755921 Add PMI feature that gives SPMD support to DMAPP applications
767095 Add PMI feature to deliver rank and PID attribute file for debuggers
xt-libsci
Purpose:
--------
The LibSci 10.5.01 release adds new C++ interfaces for CRAFFT
providing users an option to use CRAFFT Serial and Distributed
Routines in C++ applications. These interfaces are provided via
C++ function overloading, allowing a user to call a simple, generic
CRAFFT routine name and use optional arguments for advanced
functionality if required. CRAFFT offers a simpler interface for
FFT routines to improve application developer productivity. In
some cases the performance of the CRAFFT distributed transforms
is 10-50% better than FFTW2 MPI transforms. Users requiring more
information on usage should see the intro_crafft manpage.
Also included in the LibSci 10.5.01 release are new generic
interfaces for C users of CASE. CASE is a collection of
simplified interfaces into LAPACK and ScaLAPACK style routines
introduced in LibSci 10.5.00 that solve the symmetric eigenproblem.
The generic interfaces are provided via C++ function overloading,
allowing a user to call a simple CASE routine name and use optional
arguments for advanced functionality if required. This simplifies
calling CASE from C, improving application developer productivity.
Refer to the 'intro_case' man page for more information.
Known Problems:
---------------
Bug 768141 slatms code seg faults with gnu and xtpe-mc12 loaded
When using CASE interfaces and compiling with gnu add
"-Wl,-whole-archive -lpthread -Wl,-no-whole-archive" to the
link line of your code. This fixes a known link issue with gcc.
Bug 767985 10.5.0 pgi libsci_quadcore_mp.so: undefined reference
to `pgf90_dealloc03'
The workaround is to use PGI 10.6.0 or higher
PETSc
petsc/3.1.05 module now automatically loads the tpsl module
which includes Sundials2.4.0, Hypre 2.6.0b, SuperLU 4.0,
SuperLU_DIST 2.3, MUMPS 4.9.2, Parmetis 3.1.1 and Scotch 5.1.
PETSc 3.1.05 is not supported if the TPSL module is unloaded.
The Cray PETSc 3.1.05 is equivalent to the official
patch release of PETSc-3.1-p5 by Argonne National Laboratory.
TPSL
TPSL(Third Party Scientific Libraries) contains a collection of
third party mathematical libraries for use with PETSc and Trilinos.
These libraries increase the flexibility of PETSc and Trilinos by
providing users with multiple options for solving problems in dense
and sparse linear algebra. The tpsl module is automatically loaded
when PETSc or Trilinos is loaded.
The libraries included are Hypre, SuperLU, SuperLU_dist, MUMPs,
ParMetis, Sundials, and Scotch.
* MUMPS 4.9.2. MUMPS (MUltifrontal Massively Parallel sparse
direct Solver) is a package of parallel, sparse, direct
linear-system solvers based on a multifrontal algorithm. For
further information, see http://graal.ens-lyon.fr/MUMPS/. MUMPS
can now interface with SCOTCH as well.
* SuperLU 4.0. SuperLU is a sequential version of SuperLU_dist
(not included with petsc-complex), and a sequential incomplete
LU preconditioner that can accelerate the convergence of Krylov
subspace iterative solvers. For further information, see
http://crd.lbl.gov/~xiaoye/SuperLU/.
* SuperLU_dist 2.3. SuperLU_dist is a package of parallel,
sparse, direct linear-system solvers (available in Cray LibSci).
For further information, see
http://crd.lbl.gov/~xiaoye/SuperLU/.
* ParMETIS 3.1.1. ParMETIS (Parallel Graph Partitioning and
Fill-reducing Matrix Ordering) is a library of routines that
partition unstructured graphs and meshes and compute fill-
reducing orderings of sparse matrices. For further information,
see
http://glaros.dtc.umn.edu/gkhome/views/metis/.
* HYPRE 2.6.0b. HYPRE is a library of high-performance
preconditioners that use parallel multigrid methods for both
structured and unstructured grid problems (not included with
petsc-complex). For further information, see
http://www.llnl.gov/CASC/linear_solvers/.
* SUNDIALS 2.4.0 (SUite of Nonlinear and DIfferential/ALgebraic
equation Solvers) consists of 5 solvers: CVODE, CVODES, IDA,
IDAS, and KINSOL. In addition, SUNDIALS provides a MATLAB
interface to CVODES, IDAS, and KINSOL that is called sundialsTB.
For further information, see
https://computation.llnl.gov/casc/sundials/main.html.
* Scotch 5.1.1 Scotch is a software package and libraries for
sequential and parallel graph partitioning, static mapping,
sparse matrix block ordering, and sequential mesh and
hypergraph partitioning. For further information, see
http://www.labri.fr/perso/pelegrin/scotch
Documentation:
--------------
http://graal.ens-lyon.fr/MUMPS/
http://crd.lbl.gov/~xiaoye/SuperLU/
http://www.llnl.gov/CASC/linear_solvers/
http://glaros.dtc.umn.edu/gkhome/views/metis/
http://www.labri.fr/perso/pelegrin/scotch/
https://computation.llnl.gov/casc/sundials/main.html
PGI
The trilinos module is not supported with use of PGI/11. This is due to
an incompatibility in c++ code built with previous versions of PGI. For
more information on this incompatibility see the PGI manual at
http://www.pgroup.com/doc/pgiwsrn.pdf. The trilinos module is still
supported with the use of PGI 10.
ATP
- The ATP signal handler (contained in atpSigHandler.o)
is now compiled with position independent code (PIC).
Without this, linking it into shared, dynamic applications
was not possible.
- An ALPS bug can interact with ATP, causing compute nodes
to not free all of their resources during job exit. Such
nodes can become unusable. This is fixed in CLE 3.1 UP02.
However, ATP 1.1.2 has redundantly fixed this situation, for
the benefit of those who have not yet upgraded to CLE 3.1 UP02.
Limited access to the login nodes, March 24 21:00-23:00
The IT department of UIB will have planned network maintenance.
Therefore access to Hexagon and FImm login nodes can be limited on March 24th 21:00-23:00.
Therefore access to Hexagon and FImm login nodes can be limited on March 24th 21:00-23:00.
Hexagon: Updated MOAB and Torque
MOAB has been updated to version 6. Quite noticeable performance improvement.
Torque update to version 2.4.13, mostly bugfixes.
Torque update to version 2.4.13, mostly bugfixes.
Hexagon: Updated software/libraries
Hexagon has updated software and libraries.
MPI
xt-mpt 5.1.4 -> 5.2.0
Compilers and wrappers
PGI 11.0.0 -> 11.1.0
Intel compiler 12.0.1.107 -> 12.0.2.137
xt-asyncpe 4.7 -> 4.8
Libraries
ATP 1.1.0 -> 1.1.1
STAT 1.1.3 -> 1.1.2
GA 4.3.1 -> 4.3.3
NOTES:
xt-mpt
The following features were added to MPT 5.2.0 over MPT 5.1.4:
- This new version is based on MPICH2 1.3a2 and includes numerous
fixes. It also includes some additional error checking. One class
of these errors involves the use of MPI_IN_PLACE. Some users may
find that using the MPICH_NO_BUFFER_ALIAS_CHECK environment
variable is a useful workaround until their application can be
corrected. See the intro_mpi man page for more information
concerning this environment variable.
In addition the following features were added in MPT updates since
the MPT 5.1.0 release and are also included:
- If a consistent ordering of the reduce operation is needed for
bitwise reproducibility, regardless of system configuration, two
new environment variables have been added to allow that. They are
MPICH_ALLREDUCE_NO_SMP and MPICH_REDUCE_NO_SMP and are described
further in the intro_mpi man page.
- Improvements to MPI-IO collective buffering.
- A check is now made during SHMEM initialization to detect
potential oversubscription of memory, and if detected, the
layout of the memory regions is printed. In addition, a new
environment variable, SHMEM_MEMINFO_DISPLAY, causes SHMEM to
display the layout even if oversubscription is not detected.
See the SHMEM_MEMINFO_DISPLAY environment variable in the
intro_shmem man page for more information.
xt-asyncpe
Purpose:
--------
Bugfix release:
768957 syntax error in /opt/cray/xt-asyncpe/4.7/bin/CC
768968 craype_hugepages2m and craype_hugepages8m are missing
Features:
---------
Support for redesign of petsc and trilinos,
and addition of Third Party Solvers Library product,
(tpsl), which will support both petsc and trilinos.
To see more information and alternatives to using the hugepages
feature, look at the manpage "man intro_hugepages".
ATP
Bugfixes.
STAT
Bugfixes.
MPI
xt-mpt 5.1.4 -> 5.2.0
Compilers and wrappers
PGI 11.0.0 -> 11.1.0
Intel compiler 12.0.1.107 -> 12.0.2.137
xt-asyncpe 4.7 -> 4.8
Libraries
ATP 1.1.0 -> 1.1.1
STAT 1.1.3 -> 1.1.2
GA 4.3.1 -> 4.3.3
NOTES:
xt-mpt
The following features were added to MPT 5.2.0 over MPT 5.1.4:
- This new version is based on MPICH2 1.3a2 and includes numerous
fixes. It also includes some additional error checking. One class
of these errors involves the use of MPI_IN_PLACE. Some users may
find that using the MPICH_NO_BUFFER_ALIAS_CHECK environment
variable is a useful workaround until their application can be
corrected. See the intro_mpi man page for more information
concerning this environment variable.
In addition the following features were added in MPT updates since
the MPT 5.1.0 release and are also included:
- If a consistent ordering of the reduce operation is needed for
bitwise reproducibility, regardless of system configuration, two
new environment variables have been added to allow that. They are
MPICH_ALLREDUCE_NO_SMP and MPICH_REDUCE_NO_SMP and are described
further in the intro_mpi man page.
- Improvements to MPI-IO collective buffering.
- A check is now made during SHMEM initialization to detect
potential oversubscription of memory, and if detected, the
layout of the memory regions is printed. In addition, a new
environment variable, SHMEM_MEMINFO_DISPLAY, causes SHMEM to
display the layout even if oversubscription is not detected.
See the SHMEM_MEMINFO_DISPLAY environment variable in the
intro_shmem man page for more information.
xt-asyncpe
Purpose:
--------
Bugfix release:
768957 syntax error in /opt/cray/xt-asyncpe/4.7/bin/CC
768968 craype_hugepages2m and craype_hugepages8m are missing
Features:
---------
Support for redesign of petsc and trilinos,
and addition of Third Party Solvers Library product,
(tpsl), which will support both petsc and trilinos.
To see more information and alternatives to using the hugepages
feature, look at the manpage "man intro_hugepages".
ATP
Bugfixes.
STAT
Bugfixes.
Hexagon: crash due to HSN Seastar chip failure
Hexagon had a hardware failure in one of the HSN Seastar chips, this caused the machine to crash.
Machine back up again after 60 min on 14:30.
Machine back up again after 60 min on 14:30.
Hexagon: Updated software/libraries
Hexagon has updated software and libraries. Users should recompile to gain stability and performance improvements.
MPI
xt-mpt 5.1.3 -> 5.1.4
Compilers and wrappers
PGI 10.8 -> 11.0
GCC 4.5.1 -> 4.5.2
GDB 7.2
Intel 12.0.0.084 -> 12.0.1.107
xt-asyncpe 4.6 -> 4.7
Libraries
IOBUF 2.0.1 NEW!
Trilinos 10.6.0 -> 10.6.2.0
NOTES:
IOBUF
IOBUF is an I/O buffering library that can reduce the I/O wait time for
programs that read or write large files sequentially. IOBUF
intercepts I/O
system calls such as read and open and adds a layer of buffering, thus
improving program performance by enabling asynchronous prefetching and
caching of file data.
xt-mpt
Bug fixes.
xt-asyncpe
Purpose:
--------
Bug fix release.
These bugs were fixed in this update:
766700 acmlwltime.c:(.text+0x43): undefined reference to
`clock_gettime'
767856 Create a module for Sandy Bridge processors
767863 Provide one or more modules to support and simplify the use of
huge pages
768025 error with PGI compiler and -mp option
768367 add CRAY/lib/72 to Trilinos 10.6.2.0 search path
Features:
---------
Add two modules to support hugepages settings: craype-hugepages2m
craype-hugepages8m.
To see more information and alternatives to using the hugepages
feature, look at the manpage "man intro_hugepages".
Loading either of these modules is sufficient to use the feature.
Trilinos
Purpose:
--------
Trilinos 10.6.2.0 includes several bug fixes and performance
improvement for GNU, Intel and CCE7.3 compilers.
Product and OS Dependencies:
----------------------------
xt-asyncpe 4.7 or later
xt-libsci 10.5.1 or later
petsc-3.1.04 or later
PGI 10.0.0 or later
CCE 7.2 or later
Known Problems:
---------------
Bug 765876 - Compilation failure of Trilinos-10.6 testers with PGI
Due to several template handling problems of PGI C++ compiler, PGI
compiler users might have link-time or run-time errors when using
relatively new capabilities based on C++ template such as Tpetra and
Teuchos packages.
As a workaround, we recommend using another compiler environment:
GNU, Cray and Intel instead of PGI or avoid using these new
capabilities.
Bug 768373 - Need dynamic libraries support for Trilinos
Trilinos 10.6.2.0 does not support dynamic libraries, this
support will be available in a future release.
gcc
The following bugs are fixed in the gcc 4.5.2 release.
764595 GNU gfortran OpenMP - internal error - in extract_omp_for_data,
at omp-low.c:335 [46753]
PGI
Features of PGI 11.0.0 are documented at:
http://www.pgroup.com/doc/pgiwsrn110.pdf
The following bugs are fixed in the PGI 11.0.0 release.
728159 PGF90-BUILT EXECUTABLE FAILS ON FORMATTED READ OF INF AND NAN
DATA [TPR 3962]
750947 Internal compiler error for out-of-order declaration
information
(PARAMETER statement) [15979]
755877 Upgrade to pgi/9.0.4 from 9.0.3 causes user code to segfault
759473 code segfaults when compiled with higher optimization levels
761988 user code segfaults when compiled with pgi 10.x
762496 PGI pgf90 OpenMP - incorrect output for test that should be
rejected at compile time [17297]
763483 ICE on PGI redimension statement [17177]
766531 PGI bug problem report (TPR#17335) submitted to PGI by User
[17335]
766619 sched.h has no macros to guard against multiple
inclusion[TPR 17432]
767221 -i8 option results in wrong iostat= values [17431]
MPI
xt-mpt 5.1.3 -> 5.1.4
Compilers and wrappers
PGI 10.8 -> 11.0
GCC 4.5.1 -> 4.5.2
GDB 7.2
Intel 12.0.0.084 -> 12.0.1.107
xt-asyncpe 4.6 -> 4.7
Libraries
IOBUF 2.0.1 NEW!
Trilinos 10.6.0 -> 10.6.2.0
NOTES:
IOBUF
IOBUF is an I/O buffering library that can reduce the I/O wait time for
programs that read or write large files sequentially. IOBUF
intercepts I/O
system calls such as read and open and adds a layer of buffering, thus
improving program performance by enabling asynchronous prefetching and
caching of file data.
xt-mpt
Bug fixes.
xt-asyncpe
Purpose:
--------
Bug fix release.
These bugs were fixed in this update:
766700 acmlwltime.c:(.text+0x43): undefined reference to
`clock_gettime'
767856 Create a module for Sandy Bridge processors
767863 Provide one or more modules to support and simplify the use of
huge pages
768025 error with PGI compiler and -mp option
768367 add CRAY/lib/72 to Trilinos 10.6.2.0 search path
Features:
---------
Add two modules to support hugepages settings: craype-hugepages2m
craype-hugepages8m.
To see more information and alternatives to using the hugepages
feature, look at the manpage "man intro_hugepages".
Loading either of these modules is sufficient to use the feature.
Trilinos
Purpose:
--------
Trilinos 10.6.2.0 includes several bug fixes and performance
improvement for GNU, Intel and CCE7.3 compilers.
Product and OS Dependencies:
----------------------------
xt-asyncpe 4.7 or later
xt-libsci 10.5.1 or later
petsc-3.1.04 or later
PGI 10.0.0 or later
CCE 7.2 or later
Known Problems:
---------------
Bug 765876 - Compilation failure of Trilinos-10.6 testers with PGI
Due to several template handling problems of PGI C++ compiler, PGI
compiler users might have link-time or run-time errors when using
relatively new capabilities based on C++ template such as Tpetra and
Teuchos packages.
As a workaround, we recommend using another compiler environment:
GNU, Cray and Intel instead of PGI or avoid using these new
capabilities.
Bug 768373 - Need dynamic libraries support for Trilinos
Trilinos 10.6.2.0 does not support dynamic libraries, this
support will be available in a future release.
gcc
The following bugs are fixed in the gcc 4.5.2 release.
764595 GNU gfortran OpenMP - internal error - in extract_omp_for_data,
at omp-low.c:335 [46753]
PGI
Features of PGI 11.0.0 are documented at:
http://www.pgroup.com/doc/pgiwsrn110.pdf
The following bugs are fixed in the PGI 11.0.0 release.
728159 PGF90-BUILT EXECUTABLE FAILS ON FORMATTED READ OF INF AND NAN
DATA [TPR 3962]
750947 Internal compiler error for out-of-order declaration
information
(PARAMETER statement) [15979]
755877 Upgrade to pgi/9.0.4 from 9.0.3 causes user code to segfault
759473 code segfaults when compiled with higher optimization levels
761988 user code segfaults when compiled with pgi 10.x
762496 PGI pgf90 OpenMP - incorrect output for test that should be
rejected at compile time [17297]
763483 ICE on PGI redimension statement [17177]
766531 PGI bug problem report (TPR#17335) submitted to PGI by User
[17335]
766619 sched.h has no macros to guard against multiple
inclusion[TPR 17432]
767221 -i8 option results in wrong iostat= values [17431]
Fimm: work file system crashed
work file system crashed due to disk failure , we are working on it , will keep you updated. all the jobs running on work file system were killed.
Update: 18:00
we are still working on getting back work file system. there are some issue with backbone storage system. estimated down time is until tomorrow lunch time.
Sorry for inconvenience.
Update : 18:30 21/01/2011
We have to inform you that work file system on fimm.bccs.uib.no crashed
yesterday (20/01/2011) at 14:50 , and we lost all data on it. After file
system crash we did try our best to rescue it but we were not able to get
anything back.
Since /work are designed to be *Temporary* file system to increase
efficiency of running jobs it was not in back up. therefor all your data
on /work are lost unfortunately.
Sorry for inconvenience.
We created new work file system, and we will create directory for you
upon request.You can send mail to support-uib@notur.no or directly
contact me at Phone: (+47) 55 58 40 43 and mail Saerda Halifu
Update: 18:00
we are still working on getting back work file system. there are some issue with backbone storage system. estimated down time is until tomorrow lunch time.
Sorry for inconvenience.
Update : 18:30 21/01/2011
We have to inform you that work file system on fimm.bccs.uib.no crashed
yesterday (20/01/2011) at 14:50 , and we lost all data on it. After file
system crash we did try our best to rescue it but we were not able to get
anything back.
Since /work are designed to be *Temporary* file system to increase
efficiency of running jobs it was not in back up. therefor all your data
on /work are lost unfortunately.
Sorry for inconvenience.
We created new work file system, and we will create directory for you
upon request.You can send mail to support-uib@notur.no or directly
contact me at Phone: (+47) 55 58 40 43 and mail Saerda Halifu
/bcmhsm and /migrate unavailable, Jan 14th 9:00-16:00
Due to backup server is going to have an urgent scheduled maintenance /migrate and /bcmhsm will be unavailable tomorrow Friday, January 14th from 9:00 to 16:00. The restore from backup functionality will not be available during this time slot aswell.
Sorry for such a short notice.
Sorry for such a short notice.
Hexagon: scheduled maintenance, Jan. 19th 09:00
Hexagon will have a scheduled maintenance starting at Wednesday January 19th 09:00. Downtime will last for 2 days and we expect to have machine up at Thursday January 20th late evening.
This note will be updated when we have more information.
We will upgrade machine to the latest Cray software release, fix cabinet 3 issues and perform other hardware maintenance.
Note that a reservation is set in the queue system. Jobs must have a walltime set so that they may finish before the maintenance to be allowed to start.
Update: 20.01.2011 15:15 We finished maintenance. Machine is back online, almost in full configuration.
This note will be updated when we have more information.
We will upgrade machine to the latest Cray software release, fix cabinet 3 issues and perform other hardware maintenance.
Note that a reservation is set in the queue system. Jobs must have a walltime set so that they may finish before the maintenance to be allowed to start.
Update: 20.01.2011 15:15 We finished maintenance. Machine is back online, almost in full configuration.