Sponsored Content
Full Discussion: Class hpc project
Homework and Emergencies Homework & Coursework Questions Class hpc project Post 302937745 by PC-2011 on Sunday 8th of March 2015 10:33:57 PM
Old 03-08-2015
First I would like to say sorry but my post got moved so I hadnt filled out the template and thank you for the very detailed reply. So after some research on some other forums I came up with Maas Ubuntu. Is this something I could use? Also when I said interesting I was looking for something along the lines of a graphical molecular simulation or something along those lines and do I need to find application built for clusters or can I write a simple script in C of java to find prime numbers to run on the cluster. Thank again Bakunin for all the time you put into that reply.
 

10 More Discussions You Might Find Interesting

1. Programming

I Need Some Help With My Ssh Shell Programming Class Project???????

Instructions: Type all your answers on one file (initiallastname_project2-answers file) and submit via the Projects Dropbox section on Angel. The file should contain answers to the questions below. Valid answers include: - command/s used - output of the command/s (including error or... (1 Reply)
Discussion started by: kprescod4158
1 Replies

2. Shell Programming and Scripting

I Need Some Help With My Ssh Shell Programming Class Project???????

Instructions: Type all your answers on one file (initiallastname_project2-answers file) and submit via the Projects Dropbox section on Angel. The file should contain answers to the questions below. Valid answers include: - command/s used - output of the command/s (including error... (2 Replies)
Discussion started by: kprescod4158
2 Replies

3. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies

4. UNIX for Dummies Questions & Answers

car class (not school class)

im just trying to have some fun and kill some time writing a c++ program that has a person type in a car make and model then gives them a year and a price. or something like that. i always have problems getting it goin but once the ball is rolling im usually pretty good. anyone wanna help me out? ... (1 Reply)
Discussion started by: rickym2626
1 Replies

5. Programming

C++ class definition with a member of the same class

Hi, i have a question about C++. Is it possible to declare a class with a member ot the same class? For example, a linked list or i want to convert this C code to C++ class (Elemento) typedef struct elemento { char name; char value; List<struct elemento> ltElementos; ... (7 Replies)
Discussion started by: pogdorica
7 Replies

6. Programming

static use for class inside the same class c++

Hi, I believe the next code is wrong: class Egg { Egg e; int i; Egg(int ii=0) : i(ii) {} }; because you would end up with an endless definition (memory allocation) of Egg objects, thus int i. Ok, so God Eckel proposes for a singleton: class Egg { static Egg e; int... (5 Replies)
Discussion started by: xavipoes
5 Replies

7. UNIX for Advanced & Expert Users

Get pointer for existing device class (struct class) in Linux kernel module

Hi all! I am trying to register a device in an existing device class, but I am having trouble getting the pointer to an existing class. I can create a class in a module, get the pointer to it and then use it to register the device with: *cl = class_create(THIS_MODULE, className);... (0 Replies)
Discussion started by: hdaniel@ualg.pt
0 Replies

8. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

9. Programming

Size of Derived class, upon virtual base class inheritance

I have the two class definition as follows. class A { public: int a; }; class B : virtual public A{ }; The size of class A is shown as 4, and size of class B is shown as 16. Why is this effect ?. (2 Replies)
Discussion started by: techmonk
2 Replies

10. Programming

C++ : Base class member function not accessible from derived class

Hello All, I am a learner in C++. I was testing my inheritance knowledge with following piece of code. #include <iostream> using namespace std; class base { public : void display() { cout << "In base display()" << endl; } void display(int k) {... (2 Replies)
Discussion started by: anand.shah
2 Replies
ADUNCORE(1)						      General Commands Manual						       ADUNCORE(1)

NAME
AdunCore - core module of the Adun molecular simulator SYNOPSIS
AdunCore [OPTIONS] DESCRIPTION
This manual page documents briefly the AdunCore command. AdunCore is the core module of the Adun molecular simulator. It is launched automatically from the UL GUI but can be used from the GNU/Linux console as well. Options to AdunCore must be specified as value pairs in the form `-Option Value'. The following options are available: -Template A valid Adun template. This is the only option that is mandatory. -ExternalObjects A dictionary in plist format. Its contents extend the externalObjects section of the template. If there are duplicate keys this dictionary takes precedence. -SimulationOutputDir Directory where simulation data directory will be stored. (Default value: SimulationOutput) -ControllerOutputDir Directory where controller data will be stored. (Default value: ControllerOutput) -CreateLogFiles If YES log files are created. If NO they are not. (Default value: YES) -LogFile File where the program output will be written. (Default value: AdunCore.log) -ErrorFile File where program errors and warnings will be written. (Default value: AdunCore.errors) -RedirectOutput If YES the log files will be moved to the simulation output directory. (Default value: YES) -RunInteractive If YES the simulation loop is spawned as a separate thread. The main thread then enters a run loop and can serve external requests. If NO then interaction is not possible with the simulation. (Default value: NO) -ConnectToAdServer If YES the simulation registers its existance with a local AdServer daemon. This allows the simulation to be viewed and controlled from the Adun GUI. (Default value: NO) SEE ALSO
UL(1), AdunServer(1), GNUstep(7). AUTHOR
AdunServer was written by Michael A. Johnston, I. F. Galvn, Jordi Vill-Freixa, Alexander V. Diemand. This manual page was written by Yavor Doganov <yavor@gnu.org> for the Debian project (but may be used by others). January 19, 2008 ADUNCORE(1)
All times are GMT -4. The time now is 06:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy