LAMMPS ppn=40 GPU problem on Pitzer
On Pitzer both LAMMPS 22Aug18 and 5Jun19 gpu jobs with ppn=40 hang immediately after lammps begins execution. A workaround is to use ppn=39.
On Pitzer both LAMMPS 22Aug18 and 5Jun19 gpu jobs with ppn=40 hang immediately after lammps begins execution. A workaround is to use ppn=39.
We are experiencing problems with the ArcGIS license server. We will resume working on restoring access to this software on October 24th, 2018.
=====
It is fixed and running correctly on Oct 14, 2018
We are experiencing problems with the LS-DYNA license server. We will resume working on restoring access to this software on October 24th, 2018.
==
It has been fixed and working correctly since Oct. 24, 2018
Libraries for intel/18.0.3 and intel/17.0.7 are not compatible with cxx17.
Intel compilers need gnu library to support 2017 ISO C++ standard, and cxx17 is the module to load the gnu environment for the intel compilers.
You could have errors when you try to compile with the libraries with the default intel environment.
=== update ===
We fixed the issue on Sep 19, 2018. Please contact OSC Help if you have any questions.
If you run a parallel (or even serial!) job, but not using all the cpus per node, the number of processes and their distribution is OK, but on the first node it appears they are all pinned to 1 cpu.
On Owens, usage of user-defined material (UMAT) script for abaqus is limited as following:
abaqus 2017: correctly running on single and multi-nodes
abaqus 6.14 and 2016: correctly running only on a single node
Resolved: We confirmed that this is an issue on the old versions only. The software page indicates this issue.
LAMMPS 14May16 on Owens can hang when using the velocity command. Inputs that hang on Owens work on Oakley and Ruby. LAMMPS 31Mar17 on Owens also works. Here is an example failing input snippet:
velocity mobile create 298.0 111250 mom yes dist gaussian
run 1000
Update: We think this is fixed. Please submit a ticket if you encounter further problems.
As a result of updates made during yesterday's downtime, software built with mvapich2/1.7 is failing with the error:
libibumad.so.2: cannot open shared object file: No such file or directory
We're working on fixing the problem.
LAMMPS 14May16 was built with the USER-OMP package on Oakley, Ruby, and Owens. Its default behavior is to spawn too many OpenMP threads. lammps/14May16 batch scripts that do not use the USER-OMP package should set the OMP_NUM_THREADS environment variable to 1 as a workaround, e.g.:export OMP_NUM_THREADS=1
for Bourne type shells andsetenv OMP_NUM_THREADS 1
for C type shells.