git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1386 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -285,7 +285,7 @@ void Dump::openfile()
|
||||
|
||||
if (me == 0 || multiproc) {
|
||||
if (compressed) {
|
||||
#ifdef GZIP
|
||||
#ifdef LAMMPS_GZIP
|
||||
char gzip[128];
|
||||
sprintf(gzip,"gzip -6 > %s",filecurrent);
|
||||
fp = popen(gzip,"w");
|
||||
|
||||
Reference in New Issue
Block a user