From kokchee@egr.msu.edu Wed May 1 01:21:17 2002 From: kokchee@egr.msu.edu (Chee Kuang Kok) Date: Tue, 30 Apr 2002 20:21:17 -0400 (EDT) Subject: [abaqus-user] Help needed... Message-ID: Hi all abaqus user, I have a question that I would really appreciate if you can give me a tip or two. Using either Viewer or Post, would you let me know of a way where I can output a list of element numbers with their orresponding, say stress values? I need specific values and not contour plots so that I can start another analysis using the same mesh with different element types and materials but with some prescribed initial values from the previous analysis. Thanks for your time of helping out. Kok ********************************************************************** If you open the window to let in the fresh air, some flies will enter. We should still leave the window open. But if packs of tigers and bears enter too, perhaps we should open the windows on the second floor and keep those on the ground floor securely closed...Dr. Mahathir Mohammed. From svasdisa@msu.edu Tue May 14 18:34:08 2002 From: svasdisa@msu.edu (Tunwin) Date: Tue, 14 May 2002 13:34:08 -0400 Subject: [abaqus-user] Memory and buffer Message-ID: <000a01c1fb6d$8db2b1f0$8f230923@dolphin3> This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C1FB4C.06904910 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable Hi, I have a question about the available memory and buffer sizes that can = be specified in ABAQUS. I tried to run the pre-processor in the host = system (redmond and spender) wiht both memory and buffer set as 100 MB = but I got an error message that the hardware must have at least 2 GB of = memory to support this setting of memory and buffer. It's not a mistype = for sure. I have checked several times. So have any of you ever = experienced this problem? If you have any solution please let me know. = Thanks. Tun ------=_NextPart_000_0007_01C1FB4C.06904910 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable
Hi,
I have a question about the available = memory and=20 buffer sizes that can be specified in ABAQUS. I tried to run the = pre-processor=20 in the host system (redmond and spender) wiht both memory and buffer set = as 100=20 MB but I got an error message that the hardware must have at least 2 GB = of=20 memory to support this setting of memory and buffer. It's not a = mistype for=20 sure. I have checked several times. So have any of you ever = experienced=20 this problem? If you have any solution please let me know. = Thanks.
 
Tun
------=_NextPart_000_0007_01C1FB4C.06904910-- From hall@egr.msu.edu Wed May 15 18:49:09 2002 From: hall@egr.msu.edu (Frederick Hall) Date: Wed, 15 May 2002 13:49:09 -0400 (EDT) Subject: [abaqus-user] Something wrong happened Message-ID: <200205151749.g4FHn9D09171@terrebonne.egr.msu.edu> 'Yu, Woong-Ryeol' said ... > I am writing to report something wrong in ABAQUS. Whenever I have tried > to run ABAQUS with user subroutine today, ABAQUS has issued following > error. > > ld.so.1: /opt2/abaqus62/6.2-1/exec/package.x: fatal: relocation error: > file /tmp/yuwoongr_ss_23222/libexplicitU.so: symbol __s_wsle_pv: > referenced symbol not found > Wed May 15 13:01:43 2002 > ABAQUS Error: ABAQUS/Explicit Packager exited with an error - Please see > the status file. > ABAQUS/Analysis exited with error > > The user subroutine and input file to bring this error had no problem > several days ago (I can not remember the date exactly when I run my > problem lastly). Actually, a graduate student asked me about that, after > experiencing the same problem. If ABAQUS (or licence) was updated within > several days, the update procedure may invoke some problems, I think. > Would you please check this problem? > There has been no change in ABAQUS for several weeks now. There are several things you might try. Use a different machine. ld.so errors are indications of a library failing to load properly. If you indicate where you were running, we could look at it. Another thing to try is running in the 5.8 environment. You can set that environment by sourcing $DECS/abaqus.58. However, if it was working with 6.2 before, that shouldn't be the problem. Fred Hall -- Knowledges comes, but wisdom lingers. Tennyson From hall@egr.msu.edu Wed May 15 20:24:15 2002 From: hall@egr.msu.edu (Frederick Hall) Date: Wed, 15 May 2002 15:24:15 -0400 (EDT) Subject: [abaqus-user] Re: Something wrong happened In-Reply-To: <000201c1fc44$b79a1a30$d9220923@euny> Message-ID: <200205151924.g4FJOFA09219@terrebonne.egr.msu.edu> 'Yu, Woong-Ryeol' said ... > > I found that in user subroutine I had used 'write' Fortran statement to > print some information into the file.I forgot to not use 'write' fortran > statement because version 6.2 is not supporting a compiler installed on > DECS computer server, which I heard several weeks ago. In the ABAQUS > 5.8, there was no problem related to 'write' statement in user > subroutine but new version invokes the same error I reported when it > meets 'write' statement. I hope this mismach will be fixed soon. > The folks at ABAQUS say it won't even be fixed in Version 6.3. So, a solution is that DECS should install an earlier version of the FORTRAN compiler to be used with ABAQUS 6.2. How much is the demand of the users here in Engineering that we do that, or can we get by without the write statements? Fred > > -----Original Message----- > From: Frederick Hall [mailto:hall@egr.msu.edu] > Sent: Wednesday, May 15, 2002 1:46 PM > To: Yu, Woong-Ryeol > Cc: Michael Andrew Zampaloni; abaqus_user@egr.msu.edu > Subject: Re: Something wrong happened > > > 'Yu, Woong-Ryeol' said ... > > > I am writing to report something wrong in ABAQUS. Whenever I have > > tried to run ABAQUS with user subroutine today, ABAQUS has issued > > following error. > > > > ld.so.1: /opt2/abaqus62/6.2-1/exec/package.x: fatal: relocation error: > > > file /tmp/yuwoongr_ss_23222/libexplicitU.so: symbol __s_wsle_pv: > > referenced symbol not found Wed May 15 13:01:43 2002 > > ABAQUS Error: ABAQUS/Explicit Packager exited with an error - Please > see > > the status file. > > ABAQUS/Analysis exited with error > > > > The user subroutine and input file to bring this error had no problem > > several days ago (I can not remember the date exactly when I run my > > problem lastly). Actually, a graduate student asked me about that, > > after experiencing the same problem. If ABAQUS (or licence) was > > updated within several days, the update procedure may invoke some > > problems, I think. Would you please check this problem? > > > There has been no change in ABAQUS for several weeks now. There are > several things you might try. Use a different machine. ld.so errors > are indications of a library failing to load properly. If you indicate > where you were running, we could look at it. Another thing to try is > running in the 5.8 environment. You can set that environment by > sourcing $DECS/abaqus.58. However, if it was working with 6.2 before, > that shouldn't be the problem. > > Fred Hall > > From kokchee@egr.msu.edu Wed May 15 20:34:35 2002 From: kokchee@egr.msu.edu (Chee Kuang Kok) Date: Wed, 15 May 2002 15:34:35 -0400 (EDT) Subject: [abaqus-user] Re: Something wrong happened In-Reply-To: <200205151924.g4FJOFA09219@terrebonne.egr.msu.edu> Message-ID: Hi Fred, I have to compile and debug on f77 because of the write statement problem on abaqus 6.2. It is not doing as well, because now I am running into eigenvalue problems and I have no idea what is going on, without the ability to trace problems with inclusion of write statements. I can't trace the error with f77 because Abaqus updates my strain values and this simply cannot be done on f77. The only way out now is creating another version of input file and run on Abaqus 5.8, which allows write statements. I definitely think that if we can include write statements without invoking errors on Abaqus 6.2, that will be GREAT! Also, I know of a bug on Abaqus 5.8 that will harm any user who runs big jobs that need to be terminated once in while for server maintenance. This necesitates the use of Abaqus 6.2. Kok On Wed, 15 May 2002, Frederick Hall wrote: > 'Yu, Woong-Ryeol' said ... > > > > I found that in user subroutine I had used 'write' Fortran statement to > > print some information into the file.I forgot to not use 'write' fortran > > statement because version 6.2 is not supporting a compiler installed on > > DECS computer server, which I heard several weeks ago. In the ABAQUS > > 5.8, there was no problem related to 'write' statement in user > > subroutine but new version invokes the same error I reported when it > > meets 'write' statement. I hope this mismach will be fixed soon. > > > The folks at ABAQUS say it won't even be fixed in Version 6.3. So, a > solution is that DECS should install an earlier version of the FORTRAN > compiler to be used with ABAQUS 6.2. How much is the demand of the > users here in Engineering that we do that, or can we get by without the > write statements? > > Fred > > > > -----Original Message----- > > From: Frederick Hall [mailto:hall@egr.msu.edu] > > Sent: Wednesday, May 15, 2002 1:46 PM > > To: Yu, Woong-Ryeol > > Cc: Michael Andrew Zampaloni; abaqus_user@egr.msu.edu > > Subject: Re: Something wrong happened > > > > > > 'Yu, Woong-Ryeol' said ... > > > > > I am writing to report something wrong in ABAQUS. Whenever I have > > > tried to run ABAQUS with user subroutine today, ABAQUS has issued > > > following error. > > > > > > ld.so.1: /opt2/abaqus62/6.2-1/exec/package.x: fatal: relocation error: > > > > > file /tmp/yuwoongr_ss_23222/libexplicitU.so: symbol __s_wsle_pv: > > > referenced symbol not found Wed May 15 13:01:43 2002 > > > ABAQUS Error: ABAQUS/Explicit Packager exited with an error - Please > > see > > > the status file. > > > ABAQUS/Analysis exited with error > > > > > > The user subroutine and input file to bring this error had no problem > > > several days ago (I can not remember the date exactly when I run my > > > problem lastly). Actually, a graduate student asked me about that, > > > after experiencing the same problem. If ABAQUS (or licence) was > > > updated within several days, the update procedure may invoke some > > > problems, I think. Would you please check this problem? > > > > > There has been no change in ABAQUS for several weeks now. There are > > several things you might try. Use a different machine. ld.so errors > > are indications of a library failing to load properly. If you indicate > > where you were running, we could look at it. Another thing to try is > > running in the 5.8 environment. You can set that environment by > > sourcing $DECS/abaqus.58. However, if it was working with 6.2 before, > > that shouldn't be the problem. > > > > Fred Hall > > > > > _______________________________________________ > abaqus-user mailing list > abaqus-user@egr.msu.edu > http://www.egr.msu.edu/mailman/listinfo/abaqus-user > From zampalon@egr.msu.edu Wed May 15 20:48:27 2002 From: zampalon@egr.msu.edu (Michael Andrew Zampaloni) Date: Wed, 15 May 2002 15:48:27 -0400 (EDT) Subject: [abaqus-user] Re: Something wrong happened In-Reply-To: Message-ID: Mr. Hall, I agree whole-heartedly with both Kok and Dr. Yu. The ability to utilize write statements and version 6.2 would be a great benefit. This has been a topic of many discussions between Dr. Yu, Yabo Guan and myself for some time and think we can all agree that when using VUMATs and UMATS the ability to include write statements is sometimes very important and running on version 5.8 brings up its own set of problems with some keywords, etc. Anyways, just my two cents worth. Thanks for all your help. --Mike --------------------------------------------------------------------------- Mike Zampaloni, Graduate Student Michigan State University Department of Mechanical Engineering East Lansing, MI 48824 E-Mail: zampalon@egr.msu.edu Phone: Office (517)432-1083 Lab (517)353-1940 Website: http://www.egr.msu.edu/~zampalon On Wed, 15 May 2002, Chee Kuang Kok wrote: > Hi Fred, > I have to compile and debug on f77 because of the write statement > problem on abaqus 6.2. It is not doing as well, because now I am running > into eigenvalue problems and I have no idea what is going on, without the > ability to trace problems with inclusion of write statements. I can't trace > the error with f77 because Abaqus updates my strain values and this simply > cannot be done on f77. The only way out now is creating another version of > input file and run on Abaqus 5.8, which allows write statements. > I definitely think that if we can include write statements without > invoking errors on Abaqus 6.2, that will be GREAT! Also, I know of a > bug on Abaqus 5.8 that will harm any user who runs big jobs that need > to be terminated once in while for server maintenance. This necesitates > the use of Abaqus 6.2. > Kok > > > On Wed, 15 May 2002, Frederick Hall wrote: > > > 'Yu, Woong-Ryeol' said ... > > > > > > I found that in user subroutine I had used 'write' Fortran statement to > > > print some information into the file.I forgot to not use 'write' fortran > > > statement because version 6.2 is not supporting a compiler installed on > > > DECS computer server, which I heard several weeks ago. In the ABAQUS > > > 5.8, there was no problem related to 'write' statement in user > > > subroutine but new version invokes the same error I reported when it > > > meets 'write' statement. I hope this mismach will be fixed soon. > > > > > The folks at ABAQUS say it won't even be fixed in Version 6.3. So, a > > solution is that DECS should install an earlier version of the FORTRAN > > compiler to be used with ABAQUS 6.2. How much is the demand of the > > users here in Engineering that we do that, or can we get by without the > > write statements? > > > > Fred > > > > > > -----Original Message----- > > > From: Frederick Hall [mailto:hall@egr.msu.edu] > > > Sent: Wednesday, May 15, 2002 1:46 PM > > > To: Yu, Woong-Ryeol > > > Cc: Michael Andrew Zampaloni; abaqus_user@egr.msu.edu > > > Subject: Re: Something wrong happened > > > > > > > > > 'Yu, Woong-Ryeol' said ... > > > > > > > I am writing to report something wrong in ABAQUS. Whenever I have > > > > tried to run ABAQUS with user subroutine today, ABAQUS has issued > > > > following error. > > > > > > > > ld.so.1: /opt2/abaqus62/6.2-1/exec/package.x: fatal: relocation error: > > > > > > > file /tmp/yuwoongr_ss_23222/libexplicitU.so: symbol __s_wsle_pv: > > > > referenced symbol not found Wed May 15 13:01:43 2002 > > > > ABAQUS Error: ABAQUS/Explicit Packager exited with an error - Please > > > see > > > > the status file. > > > > ABAQUS/Analysis exited with error > > > > > > > > The user subroutine and input file to bring this error had no problem > > > > several days ago (I can not remember the date exactly when I run my > > > > problem lastly). Actually, a graduate student asked me about that, > > > > after experiencing the same problem. If ABAQUS (or licence) was > > > > updated within several days, the update procedure may invoke some > > > > problems, I think. Would you please check this problem? > > > > > > > There has been no change in ABAQUS for several weeks now. There are > > > several things you might try. Use a different machine. ld.so errors > > > are indications of a library failing to load properly. If you indicate > > > where you were running, we could look at it. Another thing to try is > > > running in the 5.8 environment. You can set that environment by > > > sourcing $DECS/abaqus.58. However, if it was working with 6.2 before, > > > that shouldn't be the problem. > > > > > > Fred Hall > > > > > > > > _______________________________________________ > > abaqus-user mailing list > > abaqus-user@egr.msu.edu > > http://www.egr.msu.edu/mailman/listinfo/abaqus-user > > > > _______________________________________________ > abaqus-user mailing list > abaqus-user@egr.msu.edu > http://www.egr.msu.edu/mailman/listinfo/abaqus-user > From hall@egr.msu.edu Thu May 30 21:04:05 2002 From: hall@egr.msu.edu (Frederick Hall) Date: Thu, 30 May 2002 16:04:05 -0400 (EDT) Subject: [abaqus-user] Last Minute Sign Up for Seminars! (fwd) Message-ID: <200205302004.g4UK45r02174@terrebonne.egr.msu.edu> >From our friends at HKS Michigan. Hello ABAQUS User, A last minute reminder to you about our upcoming seminars in June, which are going to be held here in the Plymouth, MI office: Metal Inelasticity in ABAQUS June 11-12 For details, click below: http://www.abaqus.com/services/course-desc/s_metal.html To register, please click below: https://secure.hks.com/effective-fea/reg_secure.cgi?seminar=02%2F06%2F11%3A0 2%2F06%2F12%3AUSA%3ADTRT%3AMETAL%3A ABAQUS/Explicit: Advanced Topics June 13-14 For details, click below: http://www.abaqus.com/services/course-desc/s_advanced.html To register, please click below: https://secure.hks.com/effective-fea/reg_secure.cgi?seminar=02%2F06%2F13%3A0 2%2F06%2F14%3AUSA%3ADTRT%3AADXP%3A Hope to see you there! Best Regards, The Staff of HKS (MI) Plymouth, Michigan ----- End of forwarded message from LaRae Sundberg ----- -- Knowledges comes, but wisdom lingers. Tennyson