<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic script which contains the f90 command with options in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913050#M103773</link>
    <description>My name is Roxana and I'm from Brasov, Romania.&lt;BR /&gt;I work on a HP-UX 11 v.23 system&lt;BR /&gt;&lt;BR /&gt;Would you be so kind to show me some web sites where i could find documentation about unix scripts ?&lt;BR /&gt;&lt;BR /&gt;I am interested in writing a script in order to initialize the fortran compiler with options.&lt;BR /&gt;In this way i want to compile multiple sources without being necessary to write at prompter f 90 command with options, instead of it i would like to use a script which contains the f90 command with options.&lt;BR /&gt;&lt;BR /&gt;Please tell me how to do it !!!&lt;BR /&gt;&lt;BR /&gt;Thanks you and best regards.</description>
    <pubDate>Mon, 18 Jul 2005 05:39:23 GMT</pubDate>
    <dc:creator>Roxana_4</dc:creator>
    <dc:date>2005-07-18T05:39:23Z</dc:date>
    <item>
      <title>script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913050#M103773</link>
      <description>My name is Roxana and I'm from Brasov, Romania.&lt;BR /&gt;I work on a HP-UX 11 v.23 system&lt;BR /&gt;&lt;BR /&gt;Would you be so kind to show me some web sites where i could find documentation about unix scripts ?&lt;BR /&gt;&lt;BR /&gt;I am interested in writing a script in order to initialize the fortran compiler with options.&lt;BR /&gt;In this way i want to compile multiple sources without being necessary to write at prompter f 90 command with options, instead of it i would like to use a script which contains the f90 command with options.&lt;BR /&gt;&lt;BR /&gt;Please tell me how to do it !!!&lt;BR /&gt;&lt;BR /&gt;Thanks you and best regards.</description>
      <pubDate>Mon, 18 Jul 2005 05:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913050#M103773</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-07-18T05:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913051#M103774</link>
      <description>Why script for this?? You can manage with a alias. Soething like follows should be ok.&lt;BR /&gt;&lt;BR /&gt;alias fortran='/dir/fg90 -a -b -c'&lt;BR /&gt;&lt;BR /&gt;-a, -b and -c will be options to fg90 command.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 18 Jul 2005 05:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913051#M103774</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-07-18T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913052#M103775</link>
      <description>thank you&lt;BR /&gt;i am beginer&lt;BR /&gt;now i understand&lt;BR /&gt;easy&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;roxana</description>
      <pubDate>Mon, 18 Jul 2005 05:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913052#M103775</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-07-18T05:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913053#M103776</link>
      <description>&lt;BR /&gt;Roxana,&lt;BR /&gt;&lt;BR /&gt;If using f90:&lt;BR /&gt;&lt;BR /&gt;You can also set an environment variable which contains all of the options that you want passed to the compiler.  According to the f90 man page (man f90), the variable would be "HP_F90OPTS":&lt;BR /&gt;&lt;BR /&gt;csh/tcsh:&lt;BR /&gt;setenv HP_F90OPTS "-opt1 -opt2 ..."&lt;BR /&gt;&lt;BR /&gt;sh/ksh:&lt;BR /&gt;HP_F90OPTS="-opt1 -opt2 ..."&lt;BR /&gt;&lt;BR /&gt;You could also add the variable to your .profile (sh/ksh) or .cshrc (csh/tcsh).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS: This method of using an environment variable is also available and documented for just about every other compiler in the world.  You just need to read the man page to determine what that variable is called.&lt;BR /&gt;&lt;BR /&gt;-- Tom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2005 15:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913053#M103776</guid>
      <dc:creator>Tom Schroll</dc:creator>
      <dc:date>2005-07-19T15:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913054#M103777</link>
      <description>Thank you for your help Tom.&lt;BR /&gt;&lt;BR /&gt;I'm glad i've met at least one specialist in F90 on this forum. Your ideea is very usefull to me ! &lt;BR /&gt;&lt;BR /&gt;Thank you for your help RAC.&lt;BR /&gt;&lt;BR /&gt;I apologize for my questions. I'm a beginner in unix and i intend to migrate from MPE \ iX to HPUX !&lt;BR /&gt;&lt;BR /&gt;Best Regards !</description>
      <pubDate>Wed, 20 Jul 2005 03:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913054#M103777</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-07-20T03:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913055#M103778</link>
      <description>Roxana,&lt;BR /&gt;&lt;BR /&gt;I forgot to add one thing to the syntax for setting an environment variable in sh/ksh:&lt;BR /&gt;&lt;BR /&gt;HP_F90OPTS="-opt1 -opt2 ..."&lt;BR /&gt;export HP_F90OPTS&lt;BR /&gt;&lt;BR /&gt;(I forgot the export command to make sure the variable is propagated to sub-shells and other programs)&lt;BR /&gt;&lt;BR /&gt;I'm no f90 expert.  But I know a thing or two about compilers.  :-)  Thanks for the kind words.  Take care.&lt;BR /&gt;&lt;BR /&gt;-- Tom</description>
      <pubDate>Wed, 20 Jul 2005 07:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913055#M103778</guid>
      <dc:creator>Tom Schroll</dc:creator>
      <dc:date>2005-07-20T07:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913056#M103779</link>
      <description>Roxana,&lt;BR /&gt;&lt;BR /&gt;Take a look at this website...its extremely useful resource for beginners to shell scripting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.shelldorado.com" target="_blank"&gt;http://www.shelldorado.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps :)</description>
      <pubDate>Wed, 20 Jul 2005 11:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913056#M103779</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-07-20T11:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: script which contains the f90 command with options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913057#M103780</link>
      <description>I used "alias" . For the time being.</description>
      <pubDate>Mon, 25 Jul 2005 02:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-which-contains-the-f90-command-with-options/m-p/4913057#M103780</guid>
      <dc:creator>Roxana_4</dc:creator>
      <dc:date>2005-07-25T02:29:14Z</dc:date>
    </item>
  </channel>
</rss>

