I'm trying to create an inp file for abaqus in Geany. There is a build command "Datacheck", but I don't know how to use it. (abaqus = "%f" interactive datacheck)
When I press Datacheck, I get an error saying that the specified file cannot be found.
Of course I have installed Abaqus CAE.
Do I need to specify where Abaqus is located?
Did you save the buffer as a file with a name?
The abaqus command probably only operates on files, it can't see unsaved buffers.
Also the command you showed is not what is the default command:
abaqus job="%f" interactive datacheck
Not sure if that is a typo in the email.
Cheers Lex
On Wed, 29 Sept 2021 at 19:02, Asano, Akihiro akihiro_asano@mail.toyota.co.jp wrote:
I'm trying to create an inp file for abaqus in Geany. There is a build command "Datacheck", but I don't know how to use it. (abaqus = "%f" interactive datacheck)
When I press Datacheck, I get an error saying that the specified file cannot be found.
Of course I have installed Abaqus CAE.
Do I need to specify where Abaqus is located? _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
The files are stored locally.
You pointed out that the command is not correct and I looked for it on the net. I found that "abaqus datacheck job=filename interactive" is correct!
I tried it with abaqus command and it works, but It doesn't work with geany.
-----Original Message----- From: Users users-bounces@lists.geany.org On Behalf Of Lex Trotman Sent: Wednesday, September 29, 2021 6:19 PM To: Geany general discussion list users@lists.geany.org Subject: Re: [Geany-Users] How to use ABAQUS interactive datacheck
Did you save the buffer as a file with a name?
The abaqus command probably only operates on files, it can't see unsaved buffers.
Also the command you showed is not what is the default command:
abaqus job="%f" interactive datacheck
Not sure if that is a typo in the email.
Cheers Lex
On Wed, 29 Sept 2021 at 19:02, Asano, Akihiro akihiro_asano@mail.toyota.co.jp wrote:
I'm trying to create an inp file for abaqus in Geany. There is a build command "Datacheck", but I don't know how to use it. (abaqus = "%f" interactive datacheck)
When I press Datacheck, I get an error saying that the specified file cannot
be found.
Of course I have installed Abaqus CAE.
Do I need to specify where Abaqus is located? _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On Thu, 30 Sept 2021 at 13:56, Asano, Akihiro akihiro_asano@mail.toyota.co.jp wrote:
The files are stored locally.
You pointed out that the command is not correct and I looked for it on the net.
Slight correction, I pointed out that the command was different to the default and appeared to be missing the "job" before the equals.
I don't know abacus and have no idea if the different order of the arguments matters.
I found that "abaqus datacheck job=filename interactive" is correct!
I tried it with abaqus command and it works, but It doesn't work with geany.
So you set the command in the "Set build commands" dialog to abacus datacheck job="%f" interactive ? Including the "s
When you say "didn't work" was there an error message?
Also always provide the version of Geany and the operating system you are using.
Cheers Lex
-----Original Message----- From: Users users-bounces@lists.geany.org On Behalf Of Lex Trotman Sent: Wednesday, September 29, 2021 6:19 PM To: Geany general discussion list users@lists.geany.org Subject: Re: [Geany-Users] How to use ABAQUS interactive datacheck
Did you save the buffer as a file with a name?
The abaqus command probably only operates on files, it can't see unsaved buffers.
Also the command you showed is not what is the default command:
abaqus job="%f" interactive datacheck
Not sure if that is a typo in the email.
Cheers Lex
On Wed, 29 Sept 2021 at 19:02, Asano, Akihiro akihiro_asano@mail.toyota.co.jp wrote:
I'm trying to create an inp file for abaqus in Geany. There is a build command "Datacheck", but I don't know how to use it. (abaqus = "%f" interactive datacheck)
When I press Datacheck, I get an error saying that the specified file cannot
be found.
Of course I have installed Abaqus CAE.
Do I need to specify where Abaqus is located? _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users