Post Reply 
Checking parallelism PROBLEM... (SOLVED!)
04-12-2015, 01:08 AM (This post was last modified: 04-12-2015 01:26 AM by Spybot.)
Post: #5
RE: Checking parallelism question...
Hi rprosperi!

I've read the Han's tutorial you suggested and I found it very interesting, in fact now I undestand what a CAS "function" is, but he explains the different methods to create CAS and Non-CAS "FUNCTIONS". I mean:

EXPORT myprogram(args)
BEGIN
.
.
[CODE]
.
.
END;

or

#cas
myprog(args):=
BEGIN
.
.
[CODE]
.
.
END;
#end

In my case I'm developing a more than 25 hundred line interactive program(not a function), my prog doesn't require arguments to be run, it starts with a CHOOSE menu, then it'll start asking for arguments. So Han's tutorial doesn't help that much, maybe he could make another one only for programs that doesn't require arguments.

I insist! if someone can help me to make the: is_parallel(); command run from within a program that doesn't require arguments, I'll appreciate it so much! because that would be more illustrative than 100 tutorials.

Another thing, I don't understand. Why Hp Prime commands behave differently when run in (Home or CAS views) and inside of a program? HP-4X calculators, treated commands equally in both environments.

Spybot.

Spybot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Checking parallelism question... - Han - 04-11-2015, 06:03 PM
RE: Checking parallelism question... - Spybot - 04-12-2015 01:08 AM
RE: Checking parallelism PROBLEM! - Han - 04-12-2015, 01:49 AM
RE: Checking parallelism PROBLEM! - Spybot - 04-12-2015, 02:28 AM
RE: Checking parallelism PROBLEM! - Han - 04-12-2015, 02:53 AM
RE: Checking parallelism PROBLEM! - Spybot - 04-12-2015, 04:36 AM



User(s) browsing this thread: 1 Guest(s)