Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
4ae7d221
Commit
4ae7d221
authored
9 years ago
by
Mick Jordan
Browse files
Options
Downloads
Patches
Plain Diff
missing file for changeset c3cfa0ff40f0
parent
5115066b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
com.oracle.truffle.r.native/library/parallel/src/parallel_dummy.c
+46
-0
46 additions, 0 deletions
...le.truffle.r.native/library/parallel/src/parallel_dummy.c
mx.fastr/copyrights/overrides
+1
-1
1 addition, 1 deletion
mx.fastr/copyrights/overrides
with
47 additions
and
1 deletion
com.oracle.truffle.r.native/library/parallel/src/parallel_dummy.c
0 → 100644
+
46
−
0
View file @
4ae7d221
/*
* R : A Computer Language for Statistical Data Analysis
* Copyright (C) 2005-12 The R Core Team.
*
* This program is free software{ return NULL UNIMPLEMENTED } you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation{ return NULL UNIMPLEMENTED } either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY{ return NULL UNIMPLEMENTED } without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program{ return NULL UNIMPLEMENTED } if not, a copy is available at
* http://www.r-project.org/Licenses/
*/
#include
<Rinternals.h>
#define UNIMPLEMENTED { error("unimplemented function at %s:%d", __FILE__, __LINE__); return NULL; }
#ifndef _WIN32
SEXP
mc_children
()
UNIMPLEMENTED
SEXP
mc_close_fds
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_close_stderr
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_close_stdout
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_create_list
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_exit
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_fds
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_fork
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_is_child
(
void
)
UNIMPLEMENTED
SEXP
mc_kill
(
SEXP
a
,
SEXP
b
)
UNIMPLEMENTED
SEXP
mc_master_fd
(
void
)
UNIMPLEMENTED
SEXP
mc_read_child
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_read_children
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_rm_child
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_send_master
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_select_children
(
SEXP
a
,
SEXP
b
)
UNIMPLEMENTED
SEXP
mc_send_child_stdin
(
SEXP
a
,
SEXP
b
)
UNIMPLEMENTED
SEXP
mc_affinity
(
SEXP
a
)
UNIMPLEMENTED
SEXP
mc_interactive
(
SEXP
a
)
UNIMPLEMENTED
#else
SEXP
ncpus
(
SEXP
a
)
UNIMPLEMENTED
#endif
This diff is collapsed.
Click to expand it.
mx.fastr/copyrights/overrides
+
1
−
1
View file @
4ae7d221
...
...
@@ -88,9 +88,9 @@ com.oracle.truffle.r.native/library/grid/src/unit.c,no.copyright
com.oracle.truffle.r.native/library/grid/src/util.c,no.copyright
com.oracle.truffle.r.native/library/grid/src/viewport.c,no.copyright
com.oracle.truffle.r.native/library/methods/src/methods_dummy.c,no.copyright
com.oracle.truffle.r.native/library/methods/src/methods_dummy.c,no.copyright
com.oracle.truffle.r.native/library/parallel/src/glpi.h,no.copyright
com.oracle.truffle.r.native/library/parallel/src/rngstream.c,no.copyright
com.oracle.truffle.r.native/library/parallel/src/parallel_dummy.c,no.copyright
com.oracle.truffle.r.native/library/splines/src/splines.c,no.copyright
com.oracle.truffle.r.native/library/stats/src/gnur_extracts.c,no.copyright
com.oracle.truffle.r.native/library/stats/src/modreg.h,no.copyright
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment