|
From: Steve P. <sj...@gm...> - 2024-03-04 18:05:45
|
This is typically not a SPARTA or LAMMPS problem. The problem is that you do not have write access to the directory you are running from. What directory is the code trying to create the logfile in? Can you do the following successfully from that directory? % touch log.sparta If you are running via a batch script on a big system, you may need to "cd" to one of your own directories before trying to launch SPARTA. Steve On Fri, Mar 1, 2024 at 5:38 PM Abdourahmane Diaw < abd...@gm...> wrote: > Dear SPARTA USERS, > > I am experiencing an issue when attempting to run SPARTA on a new machine. > > Specifically, SPARTA cannot open the required log file and subsequently > aborts the MPI processes, while LAMMPS outputs a warning but continues to > run. > > SPARTA Issue: When executing the command below for SPARTA, I encounter > this error: > [image: image.png] > > I have a similar problem with LAMMPS > [image: image.png] > > I would appreciate any guidance or suggestions you may have to resolve > this issue. > > Cheers, > Abdou > _______________________________________________ > sparta-users mailing list > spa...@li... > https://lists.sourceforge.net/lists/listinfo/sparta-users > |